| Thread | Last Post | Replies |
|
| Center web page info | 22 Jun 2007 21:57 GMT | 11 |
Does anyone know a way to center the info. on a webpage? I want my web site to work like MySpace.com where the page content remains centered when I resize the browser window. For the life of me I can't figure out how to do it. I am desperate to figure it out today!
|
| display fields in excel based on user role or id | 22 Jun 2007 21:55 GMT | 3 |
Here is the scenario. I need a solution/suggestion how to work around this problem. My application has users with different roles. When they click on a button "Download Spreadsheet" in aspx page, they should be able to download a
|
| Navigation and security location.href and server.transfer | 22 Jun 2007 20:44 GMT | 2 |
Is there any difference in handling the site navigation by using location.href or by using server.transfer? window.location.href = '<%=Response.ApplyAppPathModifier("~/MyAccount.aspx") %>';
|
| getting all live SessionID's | 22 Jun 2007 20:35 GMT | 4 |
Is it possible to get the SessionID's of all the currently running sessions in an asp.net application? Paul
|
| out parameters for Web Service methods | 22 Jun 2007 19:37 GMT | 2 |
I have the following function for a web services method (6 parameters where 5 of them need to pass out values): [WebMethod(Description="Given pkey, return a patient record as parameters")] public void GetPatientPara(out string patientID, out string LastName, out
|
| icon not displayed on address on (ie) | 22 Jun 2007 19:27 GMT | 2 |
helloo i am designer, i used the following code to display my icon on the address bar, it workout on mozilla but not on ie why?
|
| .net controls here http://controlszone.com/ | 22 Jun 2007 18:59 GMT | 1 |
You can find different .net controls here http://controlszone.com/
|
| How can I stop a post back from firing when there is no need for it to? | 22 Jun 2007 18:57 GMT | 1 |
How can I stop a post back from firing when there is no need for it to? I have a GridView pager template (shown below): There are 3 commands:
|
| Errors from timeouts? | 22 Jun 2007 18:56 GMT | 1 |
I have a web application that I am converting from 1.1 framework to 2.0 framework. When I do, I'd like to see if I could trap this error (or do something to detect it).
|
| Include Project | 22 Jun 2007 18:51 GMT | 1 |
I have a Visual Studio 2005 solution with 8 projects. 7 of these projects need to use the classes of the eight project named Engine. Do I need to copy Engine.dll to the bin folder of the other 7 projects or is there another way to do this?
|
| Extract web page via code fromatting | 22 Jun 2007 18:17 GMT | 4 |
I get a web page, from java web server, via C# code but when I try to write the response I get from the web page to a text file it has lost of junk in it. \r\n\t\n\r\ etc...
|
| Please solve this. | 22 Jun 2007 17:48 GMT | 14 |
It says invalid expression term && protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) {
|
| single web app for both external users and domain users | 22 Jun 2007 16:32 GMT | 1 |
Ive been asked to allow internal (domain authenticated) users to get in to my asp.net web application, while everyone else should use the login form. One way ive seen others doing this, is to configure the application in IIS to use windows authentication, uncheck anonymous, so as ...
|
| 'dropdownlist' has a selectedvalue which is invalid because it does not exist in the list of items.p | 22 Jun 2007 15:15 GMT | 2 |
.cs using System; using System.Data; using System.Configuration;
|
| XMLHTTPRequest.send method failing | 22 Jun 2007 15:12 GMT | 2 |
The relevent code (it's a basic example): var XMLHTTP = GetXMLHTTP(); if(XMLHTTP != null) {
|