| Thread | Last Post | Replies |
|
| iisreset wont start | 19 Nov 2007 16:14 GMT | 2 |
hey all, on win2003server when i do an iisreset it will shut down but won't start back up automatically i have to go into inetmgr to start manually. any ideas why it's not auto?
|
| Javascript files | 19 Nov 2007 16:12 GMT | 5 |
Can you embed .js files when you compile a site into dll's? Is this option only available when compiling controls, or is it simply not possible at all? Many thanks, JJ
|
| gridview column width | 19 Nov 2007 16:08 GMT | 2 |
hey all, can someone please tell me how to make a gridview column fixed-width? When I resize the browser the columns auto adjust somehow and i can't figure out how to make that stop for one of my columns.
|
| javascript math | 19 Nov 2007 16:08 GMT | 4 |
hey all, in javascript, how do i take the value in a textbox and add that to a number to get a sum result? thanks,
|
| How to set role programmatically using disconnected architecture | 19 Nov 2007 16:04 GMT | 1 |
I am developing a web application using .Net framework 2.0 and using a disconnected architecture to connect to Oracle database. Please let me know how and where I can specify the configuration to set the role
|
| infamous ie message | 19 Nov 2007 16:01 GMT | 4 |
hey all, you know that message: "When you send information over the internet, it might be possible for others to see that information." What should I know to manage this risk?
|
| user control performance | 19 Nov 2007 16:01 GMT | 2 |
hey all, i abstracted some code from my code-behind into a user control and it seems to run a bit slower ( i notice the flicker of the postback is a tad longer). is this to be expected?
|
| Differences between Web Site and Web Application | 19 Nov 2007 16:01 GMT | 2 |
As title states is there a URL pointing to the differences between the two project types (actually their output). I ask this as I cannot get Ajax web service calls to work correctly for a Web Application.
|
| variable parameters | 19 Nov 2007 16:00 GMT | 2 |
hey all, if i have a function that i'm passing the name of a stored procedure to and i don't know if the stored procedure is going to have parameters or not what's the perferred way to handle this or pass this?
|
| DirectoryExists on 1st 4 chars | 19 Nov 2007 15:52 GMT | 2 |
We have a intranet web site that displays a hyperlink if the subfolder on the network file system contains 1 or more physical files. The file system is pointed to by a virtual directory on our web site. I am using the code below to check for existing folder and if not found, ...
|
| Print HTML Page from .net application | 19 Nov 2007 15:50 GMT | 1 |
We have a requirement in our project to print Html page from a vb.net windows service application. The application should not display any dialog box. The Printer details, which varies for different Print Jobs, needs to be programmatically set. We have found the following code on the ...
|
| Maximum file upload question | 19 Nov 2007 15:46 GMT | 8 |
In ASP.Net (VS 2005), is there a way to limit the user to upload a file up to certain size (say, I would like to limit the user to upload at the maximum 1 meg of file) ? Thank you
|
| Include Assets in Library | 19 Nov 2007 15:26 GMT | 1 |
I am working on a web control library. How can I include my CSS Files and images in the DLL library? I would like to be able to move only the DLL file to the web site Bin Folder and not have to copy all CSS Files and Images.
|
| users permissions? | 19 Nov 2007 15:08 GMT | 1 |
Hi, can you help on a best logic to do a users permissions? Each module on menu must have a number? example: 1 - Customers 2 - Employers
|
| Cropping and Scaling an image | 19 Nov 2007 13:23 GMT | 3 |
I have some javascipt that allows you to scale and crop an image. However, I want the user to be able to scale and crop any number of times, and in any order, with the possibility to undo an action. I then need to translate the crops and scales to an image I can save (and view) ...
|