| Thread | Last Post | Replies |
|
| error on query of derived datatable in dataset | 31 Oct 2005 21:20 GMT | 2 |
Get data into datatable, add to dataset dsSearch " Get data into datatable, add to dataset dsSearch Using In-Memory SQL Engine join the tables and select the filenames from the join, add to dataset dsSearch
|
| Value and text are nothing on postback if ddl is filled client sid | 31 Oct 2005 19:11 GMT | 3 |
Can somebody please explain why after postback a dropdownlist selectedindex.value and text are nothing if the dropdownlist was populated clientside with javascript. Are there any workarounds besides using the request object to get the value
|
| Problem in ASP.net with crystal report. | 31 Oct 2005 11:31 GMT | 3 |
I am deploying an application which has crystal reports. I have a server which has only dotnet framework installed. I copied the dll files from the local server and add them in GAC . I copied the dlls in a c:/AnyFolder folder....
|
| Accessing the properties of a dynamically loaded control | 31 Oct 2005 02:01 GMT | 1 |
I have a situation where I wish to load the controls dynamically on the basis of user role. Hence, I am using this code. if (UserRole == "IS Administrator") {
|
| Checkbox in datagrid | 30 Oct 2005 22:16 GMT | 1 |
I have a datagrid with a checkbox in one col. It's bound to a row in my table. I need to allow my user to select multiple records then process each one when they click a button.
|
| DropDownList SelectedIndex won't set | 29 Oct 2005 16:50 GMT | 2 |
I am stumped... during Page_Load, the dropdownlist gets the right index integer set to it but doesn't display the correct item, instead always shows the first item. I did "Trace.Write(cmbAvail.SelectedIndex.ToString());" and it returns the
|
| User Control Reference | 28 Oct 2005 22:41 GMT | 1 |
I have created a copuple of user controls for my web app, but when I add any one of the to a web form I cannot reference it without mannualy typing: "Protected Withevents MyControl as MyUserControl" Is there any way to have the control add this line by itself when it is dropped ...
|
| Banner Ads With Flash | 28 Oct 2005 22:40 GMT | 3 |
I am looking for a process or add-in to add to a web page that will allow me to rotate banner ads, including Flash and animated gif's if possible. I found some via google but I am looking for recommendations. This is for a non-profit group and they are willing to pay for what ...
|
| How to programmatically set the onSelectionChanged event for Calendar control | 28 Oct 2005 21:59 GMT | 1 |
Does anyone know of a way to programmatically set the onSelectionChanged event of a Calendar control (using VB)? I have a calendar control that I define as follows: <html>
|
| Htmltable cache? | 28 Oct 2005 20:35 GMT | 1 |
I'm building a htmltable in vb and when it is done I'll set some of the columns to not visible. When I then swithing from values to procent the page don't know which value is the right. The page is still keeping the old values (of some). It's not logical behavior from the browser ...
|
| Dynamically Created Controls Not Firing Events | 28 Oct 2005 20:30 GMT | 1 |
I have been wrestling with this problem for a few days and need some input. I have created a standard webform that contains a TEXTBOX, BUTTON and a USERCONTROL. I want to be able to input information into the textbox and then click the button and have a list of results come back ...
|
| ControlConverter/ComponentConverter - Advanced - ASP.NET Team / MVP | 28 Oct 2005 19:34 GMT | 1 |
Has anyone ever come across a ControlConverter, like the ComponentConverter but clearly for Controls (and unlike the ComponentConverter can be used to correctly adorn ASP.NET control properties with the TypeConverterAttribute and actually
|
| Select a row in datagrid (on left click) without postback | 28 Oct 2005 17:46 GMT | 1 |
I wonder if it is possible to select a full row in the datagrid when user left-clicks in the grid, without postback! I guess it can be done using javascript, but I don´t know how. Any help is appreciated.
|
| CustomValidator issue -- Maybe better location here to post the following: | 28 Oct 2005 14:07 GMT | 6 |
Here is what I have : <asp:templatecolumn HeaderText="HrBegin"> <itemtemplate> <asp:Label id="lblHrBegin" runat="server" Text='<%#
|
| How to change languages in asp web controls | 28 Oct 2005 13:23 GMT | 2 |
I've developed an asp .net application that use a web calendar control. On my dev machine i've Italian IIS and the text in the calendar control are visualized in italian. I need to install the application on a customer machine with MS
|