| Thread | Last Post | Replies |
|
| Approstrophie Problem | 21 Sep 2007 06:48 GMT | 5 |
Hi I have a list which pulls out items from a stored procedure. Unfortunately some of the items it pulls out have apostrophes. This info need to be placed in a URL but it keeps truncating at the apostrophe. When there is no apostrophe all is well.
|
| ASPNet 2.0 TextBox mask question | 21 Sep 2007 06:14 GMT | 2 |
In the C#.Net 2.0 WebForm standard TextBox Control, is it possible to has the input look like * whenever we keyin? Also, does it have an event like OnEnter for 'Enter'? Thanks for help.
|
| call javascript function after xmlhttp (ajax) | 21 Sep 2007 04:48 GMT | 2 |
hello, i have a button in updatePanel. i wish to call a certain javascript function after client gets response. is there a way to do that?
|
| User control property is blank | 21 Sep 2007 00:43 GMT | 3 |
I'm trying to programatically set a private member variable within a user control. In this case in the user control's Page_Load event, I set m_PageTitle to equal "xxx". When I try to retieve that value from the hosting page via a Get accessor (NavMenu1.PageTitle), the value is ...
|
| Access to the path "c:\inetpub\wwwroot\interez\uploads\jpegImage.txt" is denied. | 20 Sep 2007 23:32 GMT | 4 |
How can I fix this error? I am on an XP and tried to right-click the uploads folder to find the security tab, but it isn't there. In IIS6, I have write access checked.
|
| "Object reference not set to an instance of an object" Weird thing happens with reference a link | 20 Sep 2007 22:46 GMT | 1 |
I have two asp.net applications that host on server 2003. I create a hyper link on one application that links to default page of the other application.Whenever users click on that link, I get a error "Object reference not set to an instance of an object" from the application.
|
| Gridview is not refreshing | 20 Sep 2007 22:27 GMT | 1 |
I have a GridView which is being created at runtime. When I delete a row the grid is only updated after i make refresh on my browser? Why? I have the gvPosts.Databind() on my RowDeleting event. Maybe the order and placement of my gridview properties and bind is
|
| Sending email problem - Urgent pls | 20 Sep 2007 21:51 GMT | 3 |
I'm using the bellow code to send emails in a Website that I uploaded in one of my client's server where it has SMTP installed, BUT some users are receiving email some others aren't !!?So, what could be the problem? knowing that all users are using the same code and hitting the ...
|
| GridView - how to make a cell uneditable? | 20 Sep 2007 21:23 GMT | 4 |
I have a gridview with an UpdateQuery() that's fired when the user edits/updates a row. The problem lies in the fact that every cell in the edited row shows up as editable even though one cell actually gets changed in the database.
|
| Regex | 20 Sep 2007 21:20 GMT | 3 |
I am looking for a regular expressiion to validate multiline text box. It should allow carraige returns and accepts white space also Thanks
|
| Going Nuts! | 20 Sep 2007 21:05 GMT | 5 |
This ASPX/SqlServer stuff is driving me nuts. 1 - In a previous post I said I had four tables and all were showing up in Object Explorer (MS SQL Server Management Studio Express), but when I went to do a query using the query text editor, only two of the tables showed up.
|
| GridView - Edit Record | 20 Sep 2007 20:46 GMT | 1 |
In have a web page layout with various panels. One panel contains a GridView and other panel contains various TextBox, DropDownList, etc. When I click a a GridView row I make visible the Form Panel so that
|
| Removing a control from a DataList | 20 Sep 2007 20:40 GMT | 1 |
I have no idea if this is possible, but just in case: I have certain circumstances in which I would like to remove a control from a DataList's EditItemTemplate. Here's the current setup, slightly simplified: <asp:datalist id="DataList1" Width="100%" runat="server" ...
|
| Cache performance in ASP.NET 2.0 | 20 Sep 2007 20:34 GMT | 1 |
We have recently upgraded an application from .NET 1.1 to .NET 2.0. It is a medium size enterprise application that makes quite heavy use of the ASP.NET caching API to improve performance. Since moving to .NET 2.0 we have observed a marked degradation in performance in
|
| Web app on a web server, but run on localhost | 20 Sep 2007 20:30 GMT | 4 |
I have a asp.net 2.0 web application created on a mapped web server drive, a very simple one with only one default page which is blank. But when I run it inside VS, the URL is http://localhost:1245/. Is this right or not? ALso the ASP.NET web site administration tool shows error ...
|