| Thread | Last Post | Replies |
|
| Property and Control | 28 Feb 2007 23:21 GMT | 1 |
I am creating a user control where an Asp.Net control is used. It can be either a button, an image button or a label. I am trying to "expose" the Asp.Net control properties and events in the page where the user control is used.
|
| Control | 28 Feb 2007 23:10 GMT | 1 |
I created a user control where I have two controls: Button and Image. How can I "expose" these two controls properties and events so I can access them in the C# / VB.NET code of the page where I use the user control?
|
| Asp.Net and printing | 28 Feb 2007 22:56 GMT | 1 |
I have a simple .asp page in which is included an IFrame that loads and Asp.Net page. The asp.net page takes and xml document and uses an xslt transformation to generate the html for output. The output is just a viewable only report.
|
| Web Deployment Project Stubbornly Deploying System.Data.dll | 28 Feb 2007 22:09 GMT | 3 |
Can someone explain to me why one of my Web Deployment Projects keeps insisting on copying System.Data.dll to the application's bin directory? None of my other deployment projects do that. I can't find any unusual dependencies for System.Data.dll (i.e., the offending site just has ...
|
| autorefresh panel on web form | 28 Feb 2007 21:10 GMT | 1 |
I have a web form and I want to add a panel and have that panel refresh every 3 seconds, How can i accomplish this? I don't want to refresh the entire page only the panel
|
| Custom Profile Provider Implementation | 28 Feb 2007 21:07 GMT | 9 |
I have successfully, implemented a custom Membership Provider to a SQL 2000 table, however, I am having problems doing the same with a Profile Provider. As I understand it, the steps for both of these are similar: Create a
|
| Dynamic PagerTemplate | 28 Feb 2007 21:05 GMT | 4 |
Having trouble creating a dynamic pagertemplate. I want it like this "Prev 1 2 3 4 Next". The numerically portion being the dynamic part based on the record count. I can generate it, but can't get any events to fire.
|
| Update DataRow | 28 Feb 2007 20:43 GMT | 2 |
When a DataGrid is in the editable mode, users can change the quantity of the items that are currently in his shopping cart by entering a new quantity in a TextBox. After changing the quantity, a column named *Quantity* in a database table also gets updated with the changes made
|
| asp.net 2. 0 hyperlink DataNavigateUrlFormatString | 28 Feb 2007 20:31 GMT | 2 |
Hi, I have a problem when I put the 3rd field into a hyperlink field it does not show up. Here's my example: This works and the url is: http://gl.aspx?whs=1&dept=02
|
| ASP.NET seems too delicate. | 28 Feb 2007 20:28 GMT | 3 |
I get the following error message when I try to run any ASP.NET application, even "hello world": "Unable to start debugging on the web server." It used to work on Windows 2000 but since I've switched to XP it quit working. I've tried adjusting all kinds of settings that
|
| AJAX: Clientcallback End session on browser close | 28 Feb 2007 20:19 GMT | 4 |
I have seen several articles about this subject but I was wondering with ajax is this easer. The articles mentioned client callback and the onbeforeunload event of the browser. Can AJAX be used for this and are there any examples to review.
|
| SQL DataSource parameters | 28 Feb 2007 20:16 GMT | 2 |
I am a VB and SQL developer but new to ASP.Net world. I have a SQL Datasource that returns an ID of the Current user. I've setup a second SQL Datasource that performs a SELECT statement to a table but now need to use the WHERE criteria to capture the ID from the 1st
|
| Controls | 28 Feb 2007 19:58 GMT | 2 |
A DataGrid displays 8 columns - ProductID, ProductName, Description, Price, Quantity, Sub-Total, Edit & Delete. *Edit* is a EditCommandColumn, *Delete* is a ButtonColumn & *Quantity* is a BoundColumn. If the *Edit* link is clicked, the *Quantity* column
|
| How to avoid refresh when postback to ASPX | 28 Feb 2007 19:44 GMT | 6 |
Using ASP.NET 2.0 Need to simply process incoming postback information without sending back a reponse. Client sends HTML from application other than a browser to a page on a
|
| Timers in Online Exams | 28 Feb 2007 18:22 GMT | 1 |
we are creating Online Exams Module.Just lke any other online exams on other real sites. The Case is the user can attempt any question within 3 minutes.after 3 minutes,the next question automatically disappears and another question comes on the page. We also want to show times in ...
|