| Thread | Last Post | Replies |
|
| Adding Dynamic CheckBox Control State Problem | 30 Nov 2003 15:33 GMT | 1 |
I am trying to add a checkbox dynamically in reply to a button click. Each button click will add a new checkbox object to an ArrayList Object. I store this ArrayList object in the session and populate it. private void Button1_Click(object sender, System.EventArgs e){
|
| Validation Question | 29 Nov 2003 20:42 GMT | 2 |
I have The Following. (Visual Studio - ASP using VB) Radiobutton with groupname="JNL" ID="rb1" Text="yes"
|
| Indent Items in a Web Forms ListBox | 29 Nov 2003 14:33 GMT | 2 |
I want to represent the list of items as a heirarchy by indenting each item by a set amount depending on its level. For example level 1 = no spaces, level 1 = 2 spaces etc. If I try too use leading spaces or tabs to do this the
|
| Formatting Data in a Bound Repeater | 28 Nov 2003 16:30 GMT | 1 |
Okay, I've wasted a day researching and experimenting with no success. Would someone tell me why the code below doesn't format properly, and how I can get it to, please? This is in the ItemTemplate of a repeater, and
|
| OnItemCommand and Paging in DataGrid | 28 Nov 2003 14:11 GMT | 1 |
I just changed a hyperlink column to a button column, added an OnItemCommand so that I could better control my screen stack. Lo and behold, it worked fine except my paging no longer works. It appears that OnItemControl is
|
| Handle exception in ProcessPostData | 28 Nov 2003 08:03 GMT | 2 |
Is there any way to catch (and handle) exceptions in the ProcessPostData or ProcessPostDataSecondTry methods? p.s. "No" is not an answer ;)
|
| DataGrid Sorting in a Web User Control | 28 Nov 2003 03:10 GMT | 1 |
All: In my application I am using datagrid control, When I added the datagrid control to a webform , I could sort the datagrid with out any problme, but when I put the same datagrid in another web user control, and loading the user control dynamically depending upon the ...
|
| Custom control not working when inside of usercontrol | 27 Nov 2003 15:39 GMT | 1 |
I have a custom control which works fine on a webform but dose not work when inside of a usercontrol. I placed A HttpContext.Response.Write at the top of my custom controls Render() and RenderChildren() methods.
|
| Do not want designer properties to be rendered to html until runtime | 26 Nov 2003 23:25 GMT | 7 |
I am working on a webcontrol and ran into a little problem. How can I not have a property, which is set in the designer not render itself to the html view but only render itself at runtime.? thanks
|
| server textbox control, browser compatibility | 26 Nov 2003 22:49 GMT | 7 |
Here's an easy one (2nd time I've posted this issue, maybe I'll get a reply this time!): How do you use the web server textbox control in different browsers (IE works fine, but Netscape & Mozilla don't). The width of the
|
| How to call function on ButtonColumn click | 26 Nov 2003 21:31 GMT | 2 |
In a datagrid, where I'm building all my columns in codebehind, I have a ButtonColumn. When user clicks the button, I want to call a function. I have tried the CommandName property, but it wont fire.
|
| Setting fields .visible=false; need to shrink gridLayout panel | 26 Nov 2003 18:53 GMT | 2 |
Dear Readers, I have created a webForm document using "FlowLayout" (pageLayout="FlowLayout"). I created many "grid layout panels" (HTML control) through out the document for better looks.
|
| Maintaining client position on postback | 26 Nov 2003 12:33 GMT | 2 |
Hi I was wondering if there was a simple way of maintaining the position of the client after they post back by selecting something in a asp:DropDownList with auto-postback on.
|
| OnClick vs InitializeComponent() | 26 Nov 2003 10:16 GMT | 4 |
When you want a serverside event on for example an asp:ImageButton... Whats the difference between using OnClick="..." and binding the event in the InitializeComponent() method ?
|
| width of text box control in mozilla | 26 Nov 2003 03:25 GMT | 1 |
I'm new to asp.net, so forgive if this is obvious. I spent some time in the doc before posting, fwiw. I have a web form page with some web server text box controls. They display correctly in IE, but not in Mozilla (1.5). The width parameter
|