| Thread | Last Post | Replies |
|
| how to map the given name to different domain | 16 Oct 2006 05:43 GMT | 2 |
recently i've gone through this site http://www.nuvvo.com/signup in one of the fields in the form we need to enter our website name http://.learnhub.net so entered some name in textbox (abc for eg)
|
| FormView problem with Templates and Tables | 14 Oct 2006 02:37 GMT | 1 |
I've got a FormView with Templates used to edit records. I was using <asp:Parameters> to send off my data back to the Update method of my class. Everything worked as expected until I through in an <asp:Table> to position my TextBoxes inside my FormView. None of the
|
| ITemplate | 13 Oct 2006 21:19 GMT | 1 |
Ok smart guys and gals ... I have a GridView control with a dynamically created checkbox column. The checkbox is created using ITemplate interface. In my class that implements the ITemplate interface I set the AutoPostBack property of the checkbox to
|
| DropDownList question | 13 Oct 2006 15:57 GMT | 2 |
Dear ASP.NET users, The default drop down list in ASP.NET does not support typing in the box where the selectedvalue is stated. Does anyone have an idea about to make such a drop down list. It must work within a gridview. The
|
| IConvertible Error | 13 Oct 2006 01:11 GMT | 2 |
I've got two dropdowns which are unbound and which I bind the values of when I update or insert. My method works on all of my other pages, but for some reason is not working on this page. When I try to update the record (it's in a formview), I get an IE message saying "Object ...
|
| IE-7 | 13 Oct 2006 00:41 GMT | 1 |
Is there any to turn of information bar on ie-7 and allow all activeX? thanks in advance
|
| Where the webforms forums? | 12 Oct 2006 17:44 GMT | 3 |
This thread was posted on another forum and I was asked to try to get more feedback on the webform,s forum.. http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.fra mework.windowsforms&mid=09603ea4-2a02-411e-9ef5-2a593f697e9b Thanks
|
| Custom control with ListBox | 12 Oct 2006 16:58 GMT | 3 |
I am trying to do a custom control wich extends the ordinary listbox with some features. The class is declared thus: ParseChildren(True), _
|
| Failed to load viewstate. | 12 Oct 2006 09:49 GMT | 1 |
I get this error message: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the
|
| problem with refresh page on back button | 12 Oct 2006 07:06 GMT | 2 |
Dear Actually i m facing a problem with my application .In my 1st page there is some dropdown menu in values are coming from javascript.i have made a option to choose taht field n when user will click on button
|
| Javascript changes not saved | 11 Oct 2006 13:53 GMT | 1 |
I'm using Javascript to change a value in an asp:textbox control on an asp.net page, then submitting the page and persisting the data using c# code. I can see the value in the textbox change when the Javascript runs, but when the page is submitted, the c# event code still sees ...
|
| DropDownlist in EditItemTemplate Gridview Problem | 11 Oct 2006 12:44 GMT | 1 |
I created a Gridview with a TemplateField and there is Label control in ItemTemplate and a DropdownList control in EditItemTemplate, I was to displayed them ok when I click the Edit Command button. But when I about to get the value of this template field I get an empty string ...
|
| TabStrip change by javascript | 11 Oct 2006 12:43 GMT | 1 |
I am working with ie webcontrols I need to change the selected Tap by clientside code. Is it possible? regards Mathias
|
| Paging In GridView bound to DataSet | 10 Oct 2006 18:36 GMT | 5 |
Is there a reasonable way to implement paging in a GridView control that's bound to a DataSet rather than a SqlDataSource? What needs to be done? Thanks
|
| Wizard - setting the size | 10 Oct 2006 15:07 GMT | 2 |
Hi; Whats the best way to set the size of a wizard so each page has the next/prev buttons in the same place? I thought the control would have those properties but either I'm blind or they are missing.
|