| Thread | Last Post | Replies |
|
| Datalist Dynamic Template Loading Problem | 20 May 2005 18:54 GMT | 1 |
I am failry new to asp.net but have been coding in general for a while. I have a datalist whos templates are built on the fly. In the Page_Init sub, based on a certain value, certain external controls are assigned as the ItemTemplate and the EditTemplate.
|
| How to react to an ImageButon in a DataList ? | 20 May 2005 14:45 GMT | 3 |
I'm used to LinkButtons with CommandName property (Update, Delete, etc.) in a DataList to get the correspondind events, but it does'nt work with an ImageButton. The PostBack seems to appen, but the event handler is not called. So i'm sure it's possible to use other kind of butons ...
|
| Calendar Language | 20 May 2005 12:35 GMT | 1 |
My OS is Win Xp Pro English. I am using a calendar in a web form. want to see the month names in Turkish not in English. I changed th language as Turkish from regional options. But there is an interestin event, while I am programming, the calendar's month names are i
|
| search criteria | 19 May 2005 22:57 GMT | 2 |
I am using dropdownlist control I have entries like Aaa Bbb
|
| How to use Tab controls | 19 May 2005 09:37 GMT | 2 |
Hello Masters I have no idea about using Tab controls.so plese give me any related links or some ideas. Please help me cheears
|
| HELP!! Dynamically created webcontrol not accessible on postback | 19 May 2005 00:25 GMT | 5 |
I am using the calendar control provided for ASP.NET. I am adding a checkbox during the DayRender event as follows: System.Web.UI.WebControls.CheckBox cb = new System.Web.UI.WebControls.CheckBox();
|
| FAQ software | 18 May 2005 21:52 GMT | 1 |
Does anyway have a simple FAQ control or application
|
| bind a Checkboxlist with a string ? | 18 May 2005 19:30 GMT | 1 |
There is a String like this Win98,Win2K,Win2003,Linux,Unix and I want to bind this string to a checkboxlist control , how to do this ?
|
| About Page | 18 May 2005 10:29 GMT | 1 |
I need some help to confirm my theory! I think I discovered something new for myself about behavior System.Web.UI.Page. THEORY: Every time I change control on my WebForm1 page that results in
|
| treenode ID attribute issue: X "is not a valid identifier" | 18 May 2005 04:31 GMT | 1 |
What is a valid identifier that can be assigned to the ID property? Numbers don't work, letters don't work. I am at a loss here. What is supposed to go in the ID field?
|
| help~ populating dropdown list | 18 May 2005 04:02 GMT | 1 |
I want to add 3 dropdown lists in my web form. They are Location, Pool, and Name, which are related each other depending on the selection of the former dropdown list.(Just adding 3 lists(Not related) is also fine)
|
| Radio Button when checked evaluates to true????? | 17 May 2005 13:45 GMT | 1 |
I have a real strange page built with framework 1.1 vb asp.net On this page I have a set of radio buttons. --------------- Protected WithEvents rbStandard As
|
| Distributing OWC11 | 17 May 2005 10:33 GMT | 4 |
I have an ASP.Net page that creates an instance of an OWC chart object. Once created I use the .ExportPicture method to give me the image. I then use the file as the ImageURL of an Image control. So far, all this works in Dev. The key thing is the chart is not interactive on the ...
|
| Repeater and RadioButton | 17 May 2005 09:06 GMT | 3 |
I would like to create radiobuttons in a repeater. Unfortunately as the repeater will make each radiobutton having a distinct name, they are not considered as being part of the same group. I also having other columns int the repeater (ie. I'm likely unable to use a
|
| Newbie to web side - prompt the user..... | 16 May 2005 22:38 GMT | 2 |
I have a 'delete' button that I need to prompt the user "Are you sure?" on my web page. It's easy in windows forms. How do you do it on web pages? TIA Jeff.
|