| Thread | Last Post | Replies |
|
| can't add event handler :( | 28 Feb 2006 12:29 GMT | 2 |
I've got a datagrid with template column that contains a dropdownlist. To add a event handler to each dropdown's in the grid I do that: For Each dgi As DataGridItem In GridView2.Items AddHandler CType(dgi.FindControl("GroupQueries"),
|
| asp.net 2.0 web modal dialog | 28 Feb 2006 12:28 GMT | 1 |
In asp.net 1.1 you had to put a <base target="_self"> in the <Head> part of the page so that the modal dialog would not open a new window when clicking a button control etc. But how do you do the same for a page in asp.net which has a master page?
|
| ObjectDatasource - Does it support multiple data tables? | 28 Feb 2006 11:31 GMT | 1 |
I'm working with the ObjectDatasource and the application is getting more and more chatty. Is there a way I could make the ObjectDatasource support multiple DataTables that could be retrieved as one Dataset? I'm wondering how others out there work with ObjectDatasource?
|
| Tilde (~) not working in .NET 2 for HyperLink ImageURL | 28 Feb 2006 11:03 GMT | 1 |
I have just migrated my .NET 1.1 site to .NET 2.0. Most things are now working except that a lot of my images aren't displaying if they referenced the image path using ~. eg:
|
| Iteraiting through repeater | 28 Feb 2006 10:32 GMT | 4 |
I have a repeater that returns x rows from a main table. I need to display some info stored on a secondary table that is linked to the main using a one-to-many relationship. Instead of using a nested repeater, I would like to manually do some checks
|
| Change orientation datagrid | 28 Feb 2006 10:06 GMT | 1 |
I need to create a report in a datagrid that displays some data in vertical orientation, for example STATE CITY Florida Miami
|
| How to change data displayed in one GridView depending on selection made in the second one? (ASP.NET 2.0) | 28 Feb 2006 09:40 GMT | 7 |
I have two tables in my database: TableA and TableB. Records in TableB contain foreing key to records from TableA (it is a relation one to many: one row from TableA could have many rows from TableB connected to it).
|
| MouseOver Event.... | 28 Feb 2006 09:23 GMT | 2 |
Can anyone tell me how to populate a window which contains some text fields while Mouseover a image or imagebutton in asp.net? Is there any client side Scripts available for this?? Kindly help me... Regards,
|
| Gridview code will not work... please help | 28 Feb 2006 08:48 GMT | 6 |
Can anyone take a look at the code below and suggest why it may not be working --------------------------------- Dim test As ImageButton
|
| 1 dropdown among many won't hold it's state... why? | 28 Feb 2006 08:34 GMT | 4 |
I've got a really big page with a few different panels and controls on each panel. On panel 1 are many dropdownlists. The one list will not hold state but the others do. I've checked everything I can think of. I'm not rebinding data to the ddlist or changing the selectedindex at
|
| Javascript controls | 28 Feb 2006 07:23 GMT | 4 |
I got the following JS function: <script language="javascript" type="text/javascript"> function addUser() {
|
| accessing showModalDialog args in ASP.NET | 28 Feb 2006 05:30 GMT | 4 |
Hi there... if I call window.showModalDialog(url,args,options) in javascript on my page, and the target url is another asp.net page, when that page loads, how can I access the data sent in the args parameter in the target aspx page?
|
| Database String | 28 Feb 2006 04:58 GMT | 1 |
How do I use the database string stored in the web.config file? It is under here, <connectionStrings> <add name="ConnectionString"................
|
| Master Pages: Sharing Across Web Servers | 28 Feb 2006 03:29 GMT | 2 |
What is the recommendation for sharing master pages across IIS Servers? In our corporation, we have many webservers in different environments (intranet, extranet, etc). I've done some searching, and it appears as though the solutions are focused only around one IIS instance, by ...
|
| Database String | 28 Feb 2006 03:20 GMT | 1 |
How do I use the database string stored in the web.config file? It is under here, <connectionStrings> <add name="ConnectionString"................
|