| Thread | Last Post | Replies |
|
| Extending Textbox with validator | 04 Sep 2007 22:54 GMT | 1 |
Does anyone know a place where I can buy or see how to extend the aps.net 2.0 Textbox with a ready to use validator (regEx, Required...). I'm tired to always put 2-3 validators for each textbox.
|
| parse a web page in ASP using c# | 04 Sep 2007 21:34 GMT | 2 |
I'm attempting to write a function that grabs a page from a web server and reads it into either a string or a HTML or XML object that can be parsed to retrieve the desired bits of data. My immediate use is in an ASP or ASP.NET page, but I have a need for the same sort of ...
|
| Uri Class? | 04 Sep 2007 21:19 GMT | 1 |
I have a URL and am using an HttpWebRequest to connect to the web and download the page. When I have the page contents I use RegEx and search the page for any <a href=> links. The links usually contain something like "./blah/mypage.html". What I need to do is take the original ...
|
| Help needed creating .CSV with XSLT! | 04 Sep 2007 20:53 GMT | 8 |
My task is to create a .csv file using XSLT. Does anyone have some experience with doing this with C# 2.0? My ASP.NET 2.0 application will get a DataTable object and stream a .CSV file to the user. I understand, XSLT would be the smarter way of doing this.
|
| Doubt radio | 04 Sep 2007 19:19 GMT | 11 |
Hi, I have a RadioButtonList and I need to do some verifications on a "OnChange" event on client... because on classic asp/html I just add a "onChange" event on <input type="radio" onChange="">, etc... How can it be done on RadioButtonList server component on asp.net 2.0 C# VS
|
| Required user to read - then click a checkbox and then a button becomes enabled. | 04 Sep 2007 19:04 GMT | 7 |
I have a screen where the user has to agree to stuff. I want them to have to click a check box saying they have read it and then have the ok button become available. What's the easiest way to do this?
|
| How to register style | 04 Sep 2007 18:26 GMT | 6 |
I know that I can register a few predefined style attributes in such way: Style newStyle = new Style(); newStyle.ForeColor = System.Drawing.Color.Red;
|
| Why do ASP.NET Settings Properties use CTYPE instead of DirectCast | 04 Sep 2007 18:10 GMT | 3 |
If Visual Studio knows the type, why does the system-generated property use CType instead of DirectCast? DirectCast is more efficient right? For example - Here's what we have for a setting named 'StandardWebsiteUserRoleID'...
|
| Cannot control the width of the label control | 04 Sep 2007 17:57 GMT | 5 |
I am trying to get some fields to align on a web page, like this, To: From: Subject:
|
| Displaying Images From An SQL Database in a WEb Page | 04 Sep 2007 17:50 GMT | 2 |
Im playing with this concept at the moment and was hoping to design an image retreival system which would allow me to place images into the web page " Where I want them", but draw them from the SQL Database. I know how to get the image from the sql server, and I know one way of
|
| How to Track User Login | 04 Sep 2007 16:59 GMT | 11 |
I am using "windows" authentication mode. I would like to store the username and various information when the user logs on to the website. Any ideas? It would be a bonus to store the logout time too but I hear that is
|
| .NET 2.0 converted. Seems slow on production machine | 04 Sep 2007 16:24 GMT | 2 |
I just converted an 1.X application to 2.0. It is noticeably slow. In fact, my development machine is faster. It just takes a lot longer for a page to load, and there aren't any database calls involved. Page loads are much more snappier on my
|
| Number formatting in a datagrid | 04 Sep 2007 16:18 GMT | 5 |
I've got a datagrid with column with the numeric format {0:F2}. However this format expression does not give the numbers comma separators, which I need. I can't use the currency format, because I've got multiple currencies and currency format automatically picks up your local ...
|
| HELP! - Session Start, Session End | 04 Sep 2007 16:12 GMT | 2 |
Hi, I am thoroughly fed up. I have been trying for a few weeks to get an understanding of when events for session and application fire and why they don't for me. I am understanding the Application_End situation and that it is not
|
| Use Flash in VS2005 Project? | 04 Sep 2007 15:50 GMT | 3 |
Is it possible to incorporate Flash player into an ASP.Net web site? If so, can someone point me to more information on this? I would like to be able to play back some video on a web. Thanks. David
|