| Thread | Last Post | Replies |
|
| Question about purpose of App_Code folder. | 15 Jul 2005 00:55 GMT | 1 |
In ASP.NET 2, there is support for the App_Code folder. Is there any reason that I need this folder? I know that if code in this folder changes, it is automatically recompiled, but what if we do not plan to ship any source code to our production environment. Is there any reason ...
|
| vb.doc | 14 Jul 2005 23:36 GMT | 2 |
looking for articles or help files which can help me learn how to use vb.doc. need some step by step instructions
|
| Q | 14 Jul 2005 22:10 GMT | 2 |
A datagrid Q Consider a scenario where i have a CollectionObject with 10000 records. And i store it in a Session Variable. I bind it to a DataGrid using the datasource.
|
| Change text in the button "browse" from a file field html control | 14 Jul 2005 22:04 GMT | 3 |
I am developing a multi-language application in ASP.NET in c#. I am using a file field html control to upload an image. I would like to change the text on the button "browse" that comes with the control. I need to change the text to have the correct text for the
|
| Using FileSystemObject in VB.NET | 14 Jul 2005 21:36 GMT | 2 |
I'm trying to write a little VB.NET script in an ASP.NET web page that will create folders, move files, etc... pretty much everything you can expect to do using the FileSystemObject library. Is this possible in .NET?
|
| Controls.Add clash with Inner.Html? | 14 Jul 2005 21:35 GMT | 1 |
I'm trying to dynamically create controls on a <DIV>; however I want to add an <HR> in between certain controls, seems simple enough. I'm having trouble with the <HR>, I was going to just add it using InnerHtml.Insert; but for some reason after adding a control, the InnerHtml ...
|
| Table collapses on Safari | 14 Jul 2005 21:31 GMT | 3 |
Hi - I generate a table using code similar to the following (simplified), and this works fine for most browsers/platforms. For Safari on Mac, the table displays 'vertically collapsed' for rows where there is no 'content' in the cells. If I put a token " " in each otherwise ...
|
| Datagrid - make readonly? | 14 Jul 2005 21:27 GMT | 1 |
I was wondering if there is any way to prevent users from doing a copy and paste from a datagrid. I can't seem to find anything on this --
|
| ASP.NET 2.0 Membership and Login | 14 Jul 2005 21:05 GMT | 1 |
Can I hook up the existing Login components to my own database to verify and insert new users? I wish to link web users to an orders table in my SQL database and I'm wondering how i can acheive this with the Login components that are present
|
| NEWBIE Paging question | 14 Jul 2005 21:01 GMT | 6 |
I have a datagrid, with paging. I get this error AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID dgGal when AllowPaging is set to true and the selected datasource does not implement ICollection.
|
| Need help with Login using SSL | 14 Jul 2005 21:01 GMT | 2 |
Hi all. What I'm wondering how to implement the following scenario: I have the main page for my site with login and password fields. I want to be able to do some processing of the login in an SSL environment, h owever I don't want the user to have to be on an https: page to do ...
|
| change text in browser address field | 14 Jul 2005 20:54 GMT | 3 |
i would like to know if there is a way to change the address in the browser, without actually changing to it or submitting. i.e. after a page loads that has a querystring, i want to get rid of the querystring and just leave the url (mypage.aspx?id=1 ->
|
| Conversion issue: Image>Byte array>Image | 14 Jul 2005 20:20 GMT | 2 |
Heres the code I have: Dim objTheStream As MemoryStream = New MemoryStream Dim objPhoto As Image = pic_PhotoToUpload.Image() With objPhoto
|
| Page changes | 14 Jul 2005 19:33 GMT | 2 |
Is there an easy way to tell if a change has been made on a page? For example, I have a page that has about 30 fields on it. I start out getting any existing data from our sql tables and the user then will start making changes (or he may not).
|
| Day name of date object not working | 14 Jul 2005 19:21 GMT | 4 |
In my csharp code behind file, I'm trying to perform a redirect if the date a user queries is a Wednesday: string rqs = Request.QueryString["txtboarddate"]; string rqsday;
|