| Thread | Last Post | Replies |
|
| Problems with Thread Impersonation | 22 Feb 2006 13:51 GMT | 1 |
I've got an ASP.NET Web-Application written in C#. In IIS 6.0 (Windows Server 2003) I have set the application to allow anonymous access, but instead of the default user I use an own windows-user account. That account does not have too much rights (just
|
| .NET validation controls and custom web control | 22 Feb 2006 13:20 GMT | 2 |
I built myself a calendar control. I want the control to be able to be validated by .NET validation controls. So I added the ValidationPropertyAttribute("Text") to my class declaration of my calendar control. It is the Text property of my control which must be validated. I
|
| How to get connection string from web.config in public class? | 22 Feb 2006 12:35 GMT | 1 |
I have a public class in a vb file placed in the app_code directory where I would like to put generic db functions. I was hoping to get the connection string from web.config with the following code but it doesn't work:
|
| Best way to store a time? | 22 Feb 2006 12:33 GMT | 1 |
Hi everyone, i would like to store the time when something happened, to be entered manually by a user. What would be the best way to enter this information and then to store it in an MSSQL database?
|
| Capture the click event of a LinkButton placed in adatagrid (Language Used C#) | 22 Feb 2006 12:32 GMT | 1 |
How can I access the event generated by the click on a linkbutton in a datagrid? My requirement is like this... I've placed a linkbutton in a datagrid. The user clicks on it, and some value is stored in the ViewState. I am not able to capture the
|
| Your opinion: Using DataAccess Enterprise Application Blocks 2.0 | 22 Feb 2006 12:30 GMT | 1 |
I'd appreciate any feedback Where some of the Enterprise Application Blocks are pretty powerful, with all the cool binding controls and the simplicity of combined objectsource and sqlsource , does the DataAccess Enterprise Application Blocks 2.0 still have
|
| Clarification on XML schema ????? | 22 Feb 2006 11:08 GMT | 4 |
What is the real puprose on using an XML schema (XSD) ??? This is still a bit unclear for me, is it just in case we would like to tranmit data to an other applciation and rebuild a dataset based on that schema or is there other reason ?
|
| Display image on gridview from SQL | 22 Feb 2006 09:58 GMT | 2 |
I have not found any simple way for the above in the groups...can any one post...take the scenario of northwind(2005) categories table which have the column of picture as image type...i want to load all images into a gridview in simple way...can any one help...
|
| Getting the end of a domain name | 22 Feb 2006 09:53 GMT | 6 |
I want to get the right most name of the a domain name, for example: if the domain is www.myweb.com , I want to get myweb.com something.myweb.com --> myweb.com www.myweb.com.au --> myweb.com.au
|
| Default values in a FormView | 22 Feb 2006 09:39 GMT | 2 |
Where can I specify a default value for a column when using a FormView? Specifically, I have a checkbox for a column of bit datatype on my database, and I'd like to default it to checked for insert of a new row. Thanks,
|
| Todays date in range validator? | 22 Feb 2006 09:33 GMT | 2 |
Hi everyone, i have a range validator set to date mode. However, I want the max date to be whatever it is right now, is there a way of setting this within the properties of the range validator? Thanks,
|
| OpenWebConfiguration | 22 Feb 2006 04:36 GMT | 1 |
Does WebConfigurationManager.OpenWebConfiguration(string) only open the web.config file regardless of the argument string? ex: Configuration config =
|
| Display RTF as HTML | 22 Feb 2006 04:05 GMT | 3 |
Is there any way to convert RTF formatted text into HTML for display on a website? thanks!
|
| Set the cursor on the first control in the web form | 22 Feb 2006 03:18 GMT | 2 |
I want to set the tab order for the controls in the web form. How do I set it? Setting the TabIndex doesn't seem to work. I just need the first control to have the focus when opening the form. Any help is greatly appreciated. Thanks,
|
| ASP.NET internet up/download speed test | 22 Feb 2006 02:46 GMT | 2 |
Is there a way to measure and report the up/download speed between the server and the client browser using ASP.NET 2.0 C#?
|