| Thread | Last Post | Replies |
|
| Catching the closing browser event in the server side... | 13 Apr 2006 17:39 GMT | 5 |
Is anyway I can catch the event of client closing the browser in server side (ASP.Net) ??? Thanks in advance, Genc Ymeri.
|
| handling Radio buttons in Formview with ObjectDataSource | 13 Apr 2006 17:18 GMT | 5 |
What is the best way to handle data interpolation between form controls and the actual sql data field. I have radio buttons that need to be interpreted, form values that have to be translated.. e.g. if (tbDaysDriveAlone.Text > 0) sb.Append( @"drive\");
|
| isnumeric problem | 13 Apr 2006 17:04 GMT | 1 |
i use isnumeric(xx.text) to check whether it is a money however it also accept 01 or .1 how to check whether it is xx.xx only
|
| GridView disapears after selecting Edit | 13 Apr 2006 16:15 GMT | 2 |
I have a gridview control with the following markup: <asp:GridView ID="grdPOs" runat="server" AllowPaging="True" AutoGenerateColumns="False" BackColor="White" BorderColor="#CC9966" BorderStyle="None"
|
| Validation Controls within user control | 13 Apr 2006 16:15 GMT | 2 |
I have a telephone number user control in which I need to validate the data entered (Required field validation and regular expression validation). The phone number is represented as 3 text boxes so I have 3 required field validation and regular expression validation controls.
|
| How to reduce image file size? | 13 Apr 2006 16:07 GMT | 11 |
Is there any routine I can call to reduce the size of an image file after uploading a file from a client. I am looking to reduce file sizes programmatically using C# in my web page after uploading. I know that Photoshop can do it but I need to do it dynamically in my web page. I ...
|
| Embed the javascript file. | 13 Apr 2006 16:00 GMT | 2 |
Hi, Dear guru, I have a question on embed a javascript into the master page. I put the following line <link runat="server" type="text/javascript" href="~/column.js" />
|
| Seeking advice - should I use server.transfer after a custom event fires? | 13 Apr 2006 15:25 GMT | 3 |
I am using VS2005 to build a web form dynamically. I'm using AddHandler to connect a custom event handler to the TextChanged event of dynamically added textbox controls. Data entered in the dynamically added textbox controls is saved to a database in the custom
|
| VS 2005 Source Control/ Images | 13 Apr 2006 15:08 GMT | 2 |
By default VS 2005 is adding every folder in my website root to the project and therefore adding it to source control. The problem is we have some very large folders with 10's of thousands of images. Also, there are report file directories with very large report files in the ...
|
| Calendar control - current month only | 13 Apr 2006 14:59 GMT | 4 |
Hi, I hope I'm posting this in the right forum. I'm using a calendar control in a detailsview template (aspnet 2.0). Its bound to data but in the edit view it always displays the current month, not the month containing the date that the control is bound to.
|
| Restrict page access by IP address | 13 Apr 2006 14:58 GMT | 7 |
I need to restirict access at the page level to a range of IP addresses. What's the best approach? I thought of building an HTTP module that could compare the requesting IP with a restricted range, specified in web.config. Any thoughts?
|
| gridview: "Viewing record x of y" | 13 Apr 2006 14:42 GMT | 9 |
I have a girdview with paging enabled. How can I add a message in the footer to say "Viewing records 1-15 of 45" etc Thanks
|
| ASP.NET page, hiding certain controls when printing | 13 Apr 2006 14:21 GMT | 6 |
I have an ASP.NET (VB) form that has two drop downs, a horizontal rule and a button. The button invokes a stored procedure and several tables are created on the page with data populated. I want to create a link to print the page, but I don't want the drop downs or the button to ...
|
| Asynchronous Fire-And-Forget Call | 13 Apr 2006 14:11 GMT | 5 |
I have read many threads related to async fire and forget type calls, but none have addressed my particular problem. I have a webpage that instantiates a BL object and makes a method call. The BL object method actually sets up a delegate and calls a private method
|
| I still can't figure out .net 2.0 DB Connection Strings | 13 Apr 2006 13:55 GMT | 6 |
*sigh*...I have gotten no where with my .net 2.0 project. ;o) I'm still stuck on db connection strings. I have a connection string in my web config: <appSettings>
|