| Thread | Last Post | Replies |
|
| Changing alternate row color on mouseover | 14 May 2008 09:53 GMT | 1 |
Hi All, I have a gridview in which i set alternate row color property. Now i want to set color change on mouse over and reset it back on mouse out. The problem is that when i mouse out it should take the original color back, for
|
| Saving uploading file on another server | 14 May 2008 09:06 GMT | 1 |
I am working in .net 1.1 and trying to save an uploaded file in a directory on another server in a folder under another web application. I am getting different exceptions like Directory not found, un authorized etc. when I have also set permissions for the
|
| Strategy for Rendering Multiple Document Types From Single Source | 14 May 2008 09:04 GMT | 3 |
I would appreciate your thoughts and opinions on the following: I am looking to render documents [that are constructed at runtime] into multiple document formats. At a minimum the documents will need to be rendered as HTML, and separately as PDF. Ideally we could also offer a
|
| Basic ASP.NET question | 14 May 2008 08:54 GMT | 3 |
I have a system where there is one central server getting inputes (via web services) from agents located on machines over the net. my question is will an ASP.NET application be suitable to handle receiving the clients updates. Why not? because the agents send
|
| how can I add .txt files or .pdf files at runtime in my ASP.NET project | 14 May 2008 07:26 GMT | 3 |
Dear programmers/Developers, I'm developing a website of e-Learning, I have finished approx 50% of my project, now I'm getting problem. My website will be accessed by three type of users.
|
| Cache in WebService | 14 May 2008 05:54 GMT | 1 |
We have a WebService that needs to use data that is loaded once into memory and takes a long time in doing so and once loaded, all calls to the WebService use this data. From what I have seen the ideal is to use the System.Web.Caching.Cache in order to cache the data for Web ...
|
| xml datasources and vs2008 team suite (.net 3.5) | 14 May 2008 05:41 GMT | 1 |
I need to be able to do everything you can do to an sql server 2005 database on xml files and datasources in the same way you would do to a database. How would I do this? Can you actually use "sql" statements on an xml object/file?
|
| Losing Session state | 14 May 2008 03:17 GMT | 5 |
Hello all, I have some issue which is driving me crazy in testing my site... Every now and then, the session variables in my site all get cleared out. I assume this is because of something causing the AppPool to recycle. The thing that really throws a wrench into all this though, ...
|
| Inserting a cloum in a stored procedure | 13 May 2008 21:54 GMT | 1 |
I have stored procedure In @var1/Col1 I need to insert, the max(col) from another table in the same database. Create Stored Procedure Name
|
| .Net Winforms Control Deployment | 13 May 2008 21:41 GMT | 2 |
I have written a .Net Windows Control which I am hosting in Internet Explorer 6/7 which is working. The problem I am having is deploying this control to the client machines. I have created a CAB file, referenced it in the codebase
|
| Telerik's Controls | 13 May 2008 21:27 GMT | 1 |
I saw the thread here about Telerik's controls and to tell the truth I like them.....thinking about purchasing myself. so decided to ask a question. How heavy are they?
|
| Javascriptcode | 13 May 2008 21:21 GMT | 2 |
I just created a webpage that requires a username and password to be submitted in order for the user to proceed to another section of the site. My questions is how can the landing page (the page the user is
|
| inserting the max colum in the stored proc | 13 May 2008 21:10 GMT | 5 |
I have stored procedure Create Stored Procedure Name ( @Var1
|
| Why Doesn't This Work? | 13 May 2008 20:50 GMT | 7 |
I'm having problems with the following code, which is an event handler for a GridView control: protected void grdWorkout_RowDataBound(object sender, GridViewRowEventArgs e)
|
| regex expression for an Australian Mobile Phones | 13 May 2008 20:11 GMT | 1 |
I'm out for a regex expression to validate mobile phones like +61408777888 or 61405673777
|