| Thread | Last Post | Replies |
|
| Checkboxlist and Prerender | 21 Mar 2004 09:36 GMT | 2 |
Does anyone know anything about possible "bug" with the PreRender event for the checkboxlist In the simplest of tests, I can not get this event to fire. ex private void cblWeekDays_PreRender(object sender, System.EventArgs e
|
| TextChanged Event | 21 Mar 2004 09:07 GMT | 2 |
I have a form with several textboxes with autopostback = true. When data is entered in the textboxes from the form, the textchanged event fires as expected. When the form loads, I execute a stored procedure which gives me initial
|
| Dynamic Controls and ViewState | 21 Mar 2004 07:15 GMT | 1 |
Anybody ever dynamically add controls to an aspx page, save it to th StateBag and load the dynamically created objects from the statebag o postback I dynamically create and add controls to a placeholder, add it to th
|
| progress bar while file uploading | 21 Mar 2004 07:06 GMT | 1 |
I have seen few components which show progress bar while file uploading to web server . Just want to know what is the logic behind this is. Mr.Bug
|
| change DataGrid columns' order | 20 Mar 2004 21:50 GMT | 1 |
How can I change the order of the DataGrid columns at run time on my web form. I am defining the Datagrid columns at design time in DataGrid Property builder. I can build it dynamically with my own order but that way, I am unable to sort the data if columns are build dynamically
|
| gant chat web control | 20 Mar 2004 21:27 GMT | 1 |
I want to put a gant chart onto a web page(asp.net). Are there any good controls I can buy out there ? I know there are some good VB.net ones, but I do not know any for ASP.net Thanks
|
| Help http post | 20 Mar 2004 21:23 GMT | 1 |
How can I perform the equivalent in asp.net I just want to post to this site then read the response. Dim oXML = CreateObject("Microsoft.XMLHTTP") oXML.Open("POST",
|
| Datalist remove span and br tags | 20 Mar 2004 20:28 GMT | 1 |
I want to create a list with ul and li tags and I want to use the selected item template. I can do this with the datalist but this also generates span and br tags. How can I remove these tags or how can I get my result?
|
| Post aspx page to another frame. | 20 Mar 2004 17:05 GMT | 2 |
I have an aspx page with 2 frames - the left is the navigation frame with the TreeView Web Control, and the right is the content frame. What I want to do is when the user select/click on the treeview node, I would like to
|
| Datagrid and only one row to display....? | 20 Mar 2004 15:11 GMT | 1 |
Hello NG when i use datagrid for displaying data, it looks terrible when only 1 or two rows are returned from db - the header grows I've tried something with using the header-rowheigth(?), but this seems to have no effect Where is the correct way to make it nice looking?
|
| Microsoft.VSDesigner.WebForms.WebFormDesigner | 20 Mar 2004 02:23 GMT | 1 |
Does anyone know how you can create a custom designer class that inherits from Microsoft.VSDesigner.WebForms.WebFormDesigner, in either VS.Net 2002 or VS.Net 2003, preferably a solution that works for both IDE"s. I have created a custom Page derived from System.Web.UI.Page and I ...
|
| DateTimePicker control | 19 Mar 2004 20:08 GMT | 1 |
Does anywhere exists exactly the same DateTimePicker control like that one in windows forms? I found just a lot of similar controls, but not the same one. Thank you,
|
| Extend the CheckBoxControl | 19 Mar 2004 19:09 GMT | 1 |
I need to build a check box list so it can have tree like branches that are also check box. The labels of the boxed will be pooled from an sql server . This means that i need to extend the ChecknoxList so it can have this
|
| DataGrid Master/Details | 19 Mar 2004 14:26 GMT | 2 |
I have two DataGrids, one Master and other Details. I let user choose the number of records that want to see by datagrid page (in Master). I have Details grid below of Master.
|
| Button in .aspx form in Visual Basic .net | 19 Mar 2004 04:58 GMT | 1 |
I have placed a table in .Aspx form of the visual basic .net Web application. now what should I do so that at design time any component such as button from "Web forms" toolbox can be placed at the convenient location inside the table by dragging it. I have tried with the ...
|