| Thread | Last Post | Replies |
|
| Validators along with Javascript (On Button Click) | 15 Sep 2005 02:09 GMT | 3 |
I have a question about using using Validators along with the javascript for validations I have a TextBox control, which i have to check for blank. I am using RequiredFieldValidator for the same.
|
| DB connection problem in attemp to load DataGrid from SQLServer DB | 14 Sep 2005 17:30 GMT | 7 |
I originally (and mistakenly) posted this on microsoft.public.dotnet.framework.windowsforms I hope this time I've posted it on more appropriate newsgroups. I'm trying to run Jeff Prosise's DataGrid example in Chapter 6 of
|
| Delegating click events to linkbuttons | 14 Sep 2005 09:53 GMT | 1 |
I have a linkbutton inside a custom ItemTemplate that is used in DataGrid. My prob is that the method delegated to the click-event neve gets fired. Funny thing is - the method delegated to the DataBindin event works just fine. What am i doing wrong?
|
| Width and Height Properties - WebControl | 12 Sep 2005 22:38 GMT | 1 |
I have a web control, that doesn't work exactly the way I want it to..so I will explain what I want and compare what I have (too lengthy to explain exactly what I have).. WebControl Properties:
|
| TabStrip webcontrol event not firing. | 12 Sep 2005 17:49 GMT | 2 |
I'm using the TabStrip webcontrol and am trying to navigate to a different page based on the tab index that was selected. My problem is that the selected index
|
| Button won't highlight except on text and border | 12 Sep 2005 13:28 GMT | 2 |
I am seeing something that has stumped everyone here. I have a page functioning as a wizard, containing multiple panels that get shown/hidden based on the progress through the wizard. When a particular panel is displayed, the four buttons in a DIV at the bottom of the page ...
|
| Calendar webcontrol and hiding weekend days | 12 Sep 2005 05:46 GMT | 1 |
Simple question - I want to hide or disable the possibility to select weekend days in the calendar control in asp.net! How do I do that? Thanks
|
| Datagrid and boolean field dispalay | 11 Sep 2005 16:51 GMT | 1 |
I have a template column that is bound to a database field with True and False value. So it displays True or False as per item. The code is as: <tr>
|
| Capturing IE WebControl DropDownList SelectedIndex Value | 10 Sep 2005 18:33 GMT | 4 |
I have an IE Webcontrol Toolbar with the following three controls: Textbox control, a DropDownList control, and a Button control. I have no problem capturing the text from the textbox control, but my problem is that every time I select an item from the DropDownList, the
|
| major asp.net error | 10 Sep 2005 11:04 GMT | 2 |
A value of type 'System.Web.UI.WebControls.ContentPlaceHolder' cannot be serialized. I keep getting this error message wen i go to pages in the site i created. i had to move locations this week and now i have put the site back up for the
|
| Responding to a hyperlink click | 10 Sep 2005 00:38 GMT | 1 |
I have an ASP .NET page that dynamically builds a list of hyperlinks to various documents. These documents are usually either Word or PDF documents. When the user clicks the hyper link the appropriate document is displayed in the browser window.
|
| method action problem for webcontrol | 08 Sep 2005 15:52 GMT | 1 |
in my default.aspx file, I have following code. when I go to browser, I enter values in both textboxs, then I hit submit Button, however, it didn't go to page2.aspx. instead, it was still in default page.
|
| about displaying data in datalist control | 08 Sep 2005 15:50 GMT | 1 |
I have datalist control in my ASP.NET application the problem here is i have used a textbox with multiline true propertly when i enter data like "fdjsfhjksdhfjsdfhsdjhfsdfhsdjfhsd
|
| Display Parent/Child Data with Checkboxlist | 07 Sep 2005 23:05 GMT | 6 |
Overview: I have a page that displays 24 email newsletters that a user can subscribe to by clicking checking the a check for each one. These fall into different categories, currently 5, but this can change. The data is stored in two
|
| Webcontrol Event Handler Not working | 07 Sep 2005 21:54 GMT | 2 |
The problem is pretty simple.. I want to create a dynamic LinkButton and add an event handler. Here's my code: [vb] Protected WithEvents oLinkButton as linkbutton
|