| Thread | Last Post | Replies |
|
| Postback and RegisterForEventValidataion | 06 Sep 2007 03:57 GMT | 4 |
I am working with a radio button group. Depending on the seleciton panels and controls will show/hide. I keep getting an Invalid Postback or Callback argument. I have tried registering the values that I am using in render() with ClientScript.RegisterForEventValidation but it ...
|
| OnClick LinkButton | 06 Sep 2007 03:38 GMT | 5 |
I would like the linkbutton when it is clicked to exectute a delete sql statement on the current page. etc. onclick="btndelete_onclick"
|
| VS.NET 2008 beta testers: anyone else getting thousands of   strings on design view change? | 06 Sep 2007 03:33 GMT | 11 |
I am using VS.NET 2008 and like it a lot. One of the very few things I don't like is a bug that seems to spawn literally thousands of   strings, one after the other, on design view changes. Sometimes I will end up with as many as 30,000 of them. I have to do a "Replace" ...
|
| silverlight video website with ASP.NET | 06 Sep 2007 03:14 GMT | 5 |
can anyone tell me what are the required files to develop a basic video player website with ASP.NET and silverlight anf what are the optional files?
|
| Curious problems | 06 Sep 2007 02:41 GMT | 5 |
In a nutshell, I don't get the web page to display other than the code, but the master page shows all the graphics. Here is the story: I've been learning a lot, but still having problems. With all the changes,
|
| changing ASPNET password | 06 Sep 2007 00:21 GMT | 1 |
We would like to change the password for the ASPNET user account on our Windows 2k3 servers running IIS 6.0 and .NET v1.1. Should I expect to have any authentication issues once the change has been made? Our intention is to simply change the password for the user via user ...
|
| Data from DB | 05 Sep 2007 22:52 GMT | 3 |
I am coming from the world of php, so please bear with me here. In php, we open a connection to the db server with a connect function (passing in the parameters). Then we select the database with another function call. We then query the database with the SQL values in a sql
|
| databind dropdown from popup | 05 Sep 2007 22:31 GMT | 1 |
Hai friends, I am having a problem in my asp.net project.I have a form that has some anthem dropdowns which is data binded.I am opening a new page as popup and adding some data to the database.I wants the dropdown to
|
| Customer Tracking using HTTPModule | 05 Sep 2007 22:30 GMT | 1 |
I am designing a HTTPModule that tracks and logs all pages visited by user. I am succeeded in that. Now to provide much better experience for the person who monitor's these logs, I need to track the button's clicked on the pages by user also. Is there any way to do this using ...
|
| Store Locator Feature? Distance between to Zip codes?? | 05 Sep 2007 22:19 GMT | 1 |
I have access to a function that will return the following: Latitude Fixed length ASCII 7 characters: nn.nnnn Longitude Variable length ASCII 8 or 9 characters: nnn.nnnn, in degrees
|
| how to lock a textbox | 05 Sep 2007 20:31 GMT | 10 |
I have a textbox on a webform and based on certain conditions I wanted to prevent a user from editing its text. I dont like the look of the texbox when its disabled and was wondering if there is a different way to lock it with how hiding it and creating a label to look just like ...
|
| Dynamic controls not added on postback | 05 Sep 2007 20:21 GMT | 3 |
Hi, I have been reading for hours now, but I'm still not able to solve my problem, though a lot of people are struggling with something similar. On my page I have a nested repeater. In the inner repeater for each
|
| ensure a parameter gets passed between pages | 05 Sep 2007 20:18 GMT | 2 |
I'm trying to keep pages in sequence to make sure sessions don't overlap if a user has 2 browsers running at the same time. The hitch I'm coming across is when they change pages, either through post back or an anchor.
|
| Controls still Nothing when UserControl's New() method is called | 05 Sep 2007 20:08 GMT | 7 |
I have a UserControl (*.ascx) that has the following design: <div id="divFileDir" runat="server"> <asp:Image ID="imgIcon" runat="server" CssClass="icon" Height="16px" Width="16px"/>
|
| Edit Button | 05 Sep 2007 20:07 GMT | 1 |
I have GridView. I set AutoGenerateEditButton="True" . When I click this button it puts some fields in edit mode. But I want to add button field in grid View and When I click on that Edit Button It just make other columns in Edit Mode. Because i don't want After clicking the ...
|