| Thread | Last Post | Replies |
|
| Text control - password | 23 May 2005 22:20 GMT | 3 |
I am gettting strange behavior for text control of type password.... I have a password text corol followed by a dropdownlist (whose AutoPostback is true) when I type my password then go to next cotrol whch fires autoPostback then
|
| fill dropdown list thru dataset | 23 May 2005 17:56 GMT | 1 |
Any idea how to fill a dropdownlist thru dataset I done like this ddLst1.DataSource = myDataSet ddLst1.DataMember = myDataSet.Tables(0).Columns(1).Caption
|
| Infragistics UltraWebTab & RequiredFieldValidator | 23 May 2005 14:14 GMT | 1 |
We are having some trouble with the UltraWebTab control with a RequiredFieldValidator on one of the page's template. A save button's click event won't fire on one page when another page is not valid. The RequiredFieldValidator is not on the page with the button that does not
|
| error messages and focus | 23 May 2005 14:01 GMT | 1 |
I am using web server controls...when the error occurs I want to display it as an alert and after clicking ok to that alret dialog I want to set the focus to the incorrect value (text control in mycase) How can I do this using web server control code...
|
| File uploaded to server....How can I delete it? | 23 May 2005 13:57 GMT | 1 |
I have uploaded an image to the web server using the code below. Note that 'FileUpload' is the name of my HTML input control. if (FileUpload.PostedFile != null) {
|
| anyone who has used the FreeTextBox ? | 23 May 2005 13:54 GMT | 1 |
I want to save the FreeTextBox.Text into Sql Server database , and how do I set the field attribute? I think it may be ntext ? but how to save the FreeTextBox.Text into the field ?
|
| Referencing Datagrid Rows while Datagrid is Sorted | 23 May 2005 13:01 GMT | 2 |
I see this question raised often elsewhere, but I haven't yet found an answer. When a datagrid is sorted, referencing a specific row is a problem. In my applications I frequently use datagrids and I must tell my users "If you are going to edit/update/delete a record from a ...
|
| How can I use my Own control in DataGrid? | 23 May 2005 07:15 GMT | 2 |
I am trying to use my own calender control into datagrid but on clicking on it, i can not open that control. I am having date by choosing it from that control into input textbox.
|
| TextBox.Text not getting the proper value | 21 May 2005 20:29 GMT | 2 |
I have a form that is used to edit a row from SQL. The form textboxes are filled at page_load so that the user can see the data. User can make changes in the textboxes then click a button that uses SQL connection and UPDATE statement to save in DB.
|
| AutoPostBack | 21 May 2005 17:31 GMT | 3 |
I am using Web Server controls on my page. I want to dispalay error message prompts and other dynamically font and color changes depending upon the user selection. I have set AutoPostBack = true for all controls like text, radio, dropDoenlist. So when ever the control is touched ...
|
| TableCell Text Wrapping Problem! | 21 May 2005 17:01 GMT | 2 |
If I have spaces in my Text property of Label, and I add it to TableCell, it wraps at spaces. E.g. Label lb = new Label(); lb.Text = "Hello, World!"
|
| DataGrid help on Datagrid's SelectedIndexChanged event | 21 May 2005 06:13 GMT | 1 |
Hi, I have two Select button columns on my datagrid control. What is the easiest solution to know which control has been pressed by the user. When I press any of the two controls, it goes directly to the
|
| Positioning Panel on WebForm at runtime | 21 May 2005 06:03 GMT | 1 |
What I am attempting to do is at run time create a panel add a link button to it, and then I am trying to place it at a specific position on the webform. I am trying to do this to create a tree of panels on the form, but to do this I need to be able to set the position at run ...
|
| DHTML and Web server controls | 21 May 2005 01:31 GMT | 1 |
What is tehe best method to use DHTMl with Web forms and web server controls... thanks
|
| Is this posible? | 20 May 2005 19:17 GMT | 4 |
I have a 2 Repeaters in place on my WebForm. What I would like to do is be able to select a record on the first repeater (contained within a ASP:Panel) to reveal the details of the record in the second Repeater (Contained in ASP:Panel2).
|