|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
how to raise SelectedIndexChange event?
Dave -
10 Jun 2006 1:51 PM - 3 messages
Hello, I'm starting with asp.net and i don't know how to raise the SelectedIndexChange event when clicking in a dropdownlist control. I thought it was the same as by clicking on a button. This is what i did: ...
checkbox weird Problem
M.Selvakumar -
10 Jun 2006 1:27 PM - 3 messages
Hi, I have a weird problem in checkbox.In my page, When i move mouse from one textbox to other suddenly the chechbox's text is selected and the typed chracters are attached to the checkbox text.For example, if the ...
Where is Page.RegisterClientScriptBlock Available?
Nathan Sokalski -
10 Jun 2006 5:19 AM - 8 messages
I have used the RegisterClientScriptBlock method in external functions of mine (ones that are saved in a separate *.vb file), where I use them as follows: Public Shared Sub MyFunction(ByVal txtbox As TextBox) 'other code txtbox.Page.RegisterClientScriptBlock("mykey","myscript") ...
Page / UserControl OnInit Problem
gregor.cieslak -
9 Jun 2006 10:24 AM - 4 messages
Hi, how you people handle that issue: you have one page and one control. in your page, you load some kind of object based on the given parameter: Page: protected override void OnInit(EventArgs e) { InitializeComponent(); // Get Profile this.profile = (UserProfile)EntityCache.Get ( Request["profileId"] ); ...
Adding different columns to a datagrid from different tables in the database
nmsreddi -
9 Jun 2006 4:44 AM - 2 messages
I am trying to bind data to data grid from database where my data to be bind is from different columns from different tables of the same database.i should get the output as a report of different columns on a single datagrid ...
GridView override InitializePager columnSpan problem when using BoundField Visible=false
J055 -
8 Jun 2006 8:47 PM - 5 messages
Hi I have an overridden InitializePager method in my custom GridView. I use it to add some page information to the pager row by splitting the table cell. This works fine until I add either a BoundField or TemplateField where ...
Error at StringComparision
Yoshitha -
8 Jun 2006 7:06 PM - 2 messages
Hi in my application some where in my code i used the follwoing statement StringComparison.InvariantCultureIgnoreCase so when i'm running my application(asp.net with c# vs2003) it is raising error near StaringComparison. follwoing is the error description ...
TextBox onchange event for templated column in gridview
Jon Prisbe -
8 Jun 2006 6:03 PM - 2 messages
I have a gridview with one column that is a templatefield. The item template is a textbox. I have added a TextChanged event handler via the VS2005 properties window but when I change the text and exit the textbox my handler ...
Determining item count of databound DropDownList
Kyle K. -
8 Jun 2006 4:12 PM - 3 messages
Environment: ASP.NET 2 on WinXP SP2 w/ VS2005 I have a Databound DropDownList control on a templated page that I would like to conditionally display as determined by the # of items in the control. Using a MultiView control... Count = 0, display a message (view1) ...
Need help on validation on a group of controls
Learner -
8 Jun 2006 3:15 PM - 5 messages
Hi Friends, I have two things that I am running short of ideas on how to solve. I am working on medium sized search form where in I will have to do considerable validations befor it submits the form. ...
Passing public properties to destination page
ssp -
8 Jun 2006 3:31 AM - 2 messages
Hi All, I have this search user control (search.ascx) which is completely self contained i.e. it has a button which leads to the results.aspx page. The problem is one of, the destination page being unable to access the ...
CreateUserWizard - membership and roles
Sherman KB -
7 Jun 2006 4:15 PM - 3 messages
I have the need to be able to create users and add them to a role. I'll also need to associate the data with some other data. I'm using the sql provider, and I'm looking for a way to wrap this data in a transaction. It looks like ...
Customizing the Calendar Control
Jacky -
7 Jun 2006 2:18 PM - 3 messages
I'm new to ASP.NET and I looking for a solution to the calender control that I'm having with a webpage. I would like to create a asp:textbox followed by a link (Calender Icon) (similiar to the dtpicker). I haven't been able to find a way to customize ...
GridView & Labels ?
Mr. Murad Jamal -
7 Jun 2006 8:08 AM - 2 messages
I have a GridView Control, I added a label to each cell, how can i access that label from Code Behind ? Thank you in advance ! ...
Wizard Control ?
Mr. Murad Jamal -
6 Jun 2006 8:56 PM - 3 messages
How to remove or hide the Previous button in Wizard Control ? thanx alot in advance ! ...
User Control in Custom Control
Eric Immerman -
5 Jun 2006 9:50 PM - 4 messages
I have a tough one that I am hoping somebody has run across. I have created a Custom Control that is a fancy Tab Control where each Tab is assigned to a Panel. Each Panel needs to be able to hold whatever content the user would ...
Tooltip question
ODAN -
5 Jun 2006 7:51 PM - 6 messages
I have an application that was developed in ASP.NET/C#. On one of the pages, we are using tooltip to display the description of the textboxes. Wehn you move your mouse over a textbox the tooltip appears with a full description ...
Event when Design-Time Properties have been set
Alex Maghen -
5 Jun 2006 3:46 PM - 2 messages
Is there an event I can catch for when ALL of the design-time properties that have been set in the parent page of my control have been called but before anything else? ...
Design-Time UserControl Property Setting
Alex Maghen -
5 Jun 2006 3:36 PM - 10 messages
I have a UserControl with a single constituent DropdownList control. My control takes 2 important properties: Property 1: "ListSource" is a key in a database for pulling out the list that will populate the contents of the DropdownList. Property 2: "SelectedValue" is the actual selected Value in the DropdownList. ...
problem with onclick/onserverclick with hjtmlbutton
phil -
5 Jun 2006 2:38 PM - 5 messages
Hi, I defined a Html button but added the option 'runat="server" ' like this: <form id="form1" runat="server"> <input id="Button1" type="button" value="button" runat="server" onclick="hfd()" /> </form> <script language="javascript" type="text/javascript"> ...
Databinding error during autopostback of radiobuttonlist
T.Stanley -
5 Jun 2006 1:56 PM - 2 messages
Hello. I have a page containing a radiobuttonlist that is bound to a sqldatasource providing a "master" list of data keys and descriptors. A second sqldatasource on the page queries the database for "detail" data, using the selectedvalue field of the radiobuttonlist as a parameter value. Then I have ...
Why does Gridview ALWAYS emit style="border-collapse: collapse;"
Tom Castiglia -
4 Jun 2006 9:49 PM - 4 messages
I am inheriting from the GridView and I noticed the GridView ALWAYS emits its table tag with a style attribute containing "border-collapse: collapse". I have tried everything that I can think of to remove this style, but without ...
MediaPlayer WebControl problem
Jeronimo Bertran -
4 Jun 2006 4:32 AM - 3 messages
Hello, I am creating a Web control then encapsulates a MediaPlayer. [ToolboxData("<{0}:MediaPlayer runat=server></{0}:MediaPlayer>")] public class MediaPlayer : WebControl { [Bindable(true)] ...
|
|||||||||||||||||||||||