| Thread | Last Post | Replies |
|
| ListBox SelectedIndex is always -1 | 07 Mar 2005 07:41 GMT | 2 |
I have a simple web page containing a listbox, a button and a label. I load the listbox items in codebehind such as this: Page_load {
|
| Custom server Controls- client side scripts | 07 Mar 2005 05:35 GMT | 1 |
Basically I am developing a custom control. on click of one of the controls in my composite control a client side event should happen. Is it really possible and if so how can i make it happen. Thanx in advance Regards,
|
| Need OnClick ServerSide and ClientSide Event Handler | 07 Mar 2005 03:19 GMT | 2 |
I have a button at the top of my page that I have an onClick event handler for which makes some new controls (at the bottom of my page) visible. When the user clicks the button I make the new controls visible in the onclick server side event handler, but I do not know how to ...
|
| Connecting to database from class | 06 Mar 2005 17:01 GMT | 1 |
How to write the code to connect to database from the class .vb instead from the aspx page .aspx. Thanks
|
| viewstate=false doesn't work | 06 Mar 2005 14:49 GMT | 7 |
I've a datagrid and I try to disable viewstate to avoid a lot of hidden data in the post field (about 100kb). But this doesn't work! <asp:DataGrid id="dgExhibitionServices" runat="server" Width="520px" Height="17px" AutoGenerateColumns="False"
|
| dynamic controls under calendar's dayrender | 06 Mar 2005 10:12 GMT | 2 |
I am creating a dynamic HTML table displaying some date from the database under the calender's dayrender. Needless to say all the dynamic controls die after a postback. What should I do to make the dynamic controls persist after the postbacks - is there a way I can
|
| DataGrid Migration | 05 Mar 2005 17:53 GMT | 1 |
I really need to copy the a Datagrid from one VS solution into another. but I keep coming up with errors when I try. Some one must know a basic set of steps that will allow me to copy the files from one solution to another by hand.
|
| Update control button | 05 Mar 2005 04:15 GMT | 1 |
Working on a data grid, with the edit button. Having problems with the update button. I know my connection is being made, but I have tried so many diffrent things, and I keep getting diffrent errors. I'm hoping sombody can look at my code and tell what I'm doing wrong.
|
| Loading & changing image inside control | 04 Mar 2005 17:56 GMT | 3 |
I got a simple ascx. It has one image component. When first loaded, it scans thru \images folder, loads the first image, and save the index & the string array of picture names in session. When user click on the Next button, it will increase the index by one and
|
| HtmlInputFile Probblem | 04 Mar 2005 13:01 GMT | 2 |
I want to restrict the file types that the user can select to "*.jpg". From what I read in MSDN there is a property (accept="image/*") that should allow only image type files and then my code would need to check for the jpg type. When I try to add (accept="image/*") to the <input ...
|
| datagrid | 04 Mar 2005 04:44 GMT | 2 |
I want to display 2 tables data within a single datagrid. In table1 i've 4 fields FirstName LastName
|
| RegisterClientScriptBlock does not work from a server control | 03 Mar 2005 21:23 GMT | 2 |
For some reason I cannot get RegisterClientScriptBlock to render a script reference on the page from a server control. Yes, I have not placed the code in the Render method, I also tried the OnInit just in case. Below is the a simple version of the code, any help is appreciated:
|
| Line breaks in the Text of an <asp:button> control?? | 03 Mar 2005 16:28 GMT | 1 |
I'm stuck on something fairly simple (I think) and was hoping someone here could help me. I'm trying to write some text onto a few command buttons in my asp web forms. The problem is, the text on my buttons is getting cut short and the
|
| Wrapping Text in Tree View Control in ASP.Net | 03 Mar 2005 16:26 GMT | 1 |
Can anybody please help me in getting the node text wrapped if the length is longer then the tree view width.Currently it shows the scroll bar which i dont require.
|
| viewstate for a File Input Control | 03 Mar 2005 16:26 GMT | 1 |
On an ASP.Net page that has viewstate enabled. How do you enable viewstate for a server side file input control? Currently I have in the HTML view. <INPUT id="myID" type="file" name="myID" runat="server">
|