| Thread | Last Post | Replies |
|
| CLR Integration vs DBA | 16 Jul 2005 16:54 GMT | 9 |
Good article.. Whats going to happen? http://www.sqlservercentral.com/columnists/chedgate/clrintegration.asp
|
| ASPNET Access Connection String Question | 16 Jul 2005 16:54 GMT | 5 |
In classic ASP I could specify a relative path (server side mapping) or absolute path to an Access database file. I can connect to an access file with no problems using the absolute path of "C:\Inetpub\wwwroot\db\mydb.mdb" in ASPNET, but I'm scratching my head on how to specify a ...
|
| enable viewstate for only one control on the page | 16 Jul 2005 16:54 GMT | 2 |
I have a page that has hundreds of textboxes added dynamically by writing out "<input type = text name=ctl_99>". In other words, these are NOT asp.net web controls. I want to enable viewstate for only ONE control, it is a dropdown
|
| OCX Download to Client | 16 Jul 2005 16:54 GMT | 1 |
Dear NG, since im new to ASP.NET and WebControls and such stuff, ive got a tricky thing to solve. Please excuse me if i put this posting into the wrong group and tell where else I have to put it.
|
| Does it really matter? | 16 Jul 2005 16:54 GMT | 8 |
Hey all, You know it, you love it, it's the: "As per the active schema <insert tag here> cannot be nested withing <insert some other tage here>"
|
| Cookie's Expiration property unexpectedly changing | 16 Jul 2005 16:54 GMT | 2 |
Here's the code: Private Sub SetCookie(ByVal tcEmail As String) Dim loCookie As New HttpCookie("Email") loCookie.Value = Utils.StringToBase64(tcEmail)
|
| Finding a found page | 16 Jul 2005 16:54 GMT | 4 |
I have a detail page from which the user clicks a hyperlink to get a list page. On the list page, I have included a hyperlink whose NavigateURL property is set, at run time, to be the URL of the detail page (with the same items in the URL string). However, when I click
|
| ASP.NET 2.0 Personalization | 16 Jul 2005 16:53 GMT | 5 |
How to use user profile within a web farm environment?
|
| ASP code - cover up credit card #'s | 16 Jul 2005 16:53 GMT | 3 |
We currently have an online form that customers fill out to buy one of our products. After they submit it, it sends them an email containing all the order information including the credit card #. It currently sends the entire # which we would like to change to ...
|
| A FAQ on my web page | 16 Jul 2005 16:52 GMT | 3 |
I would like to create a FAQ feature for my web page that populates from a table in the sql server. My table would have a column for a question and one for answer. On the web page I would like to only show the questions listed and when the user clicks the question javascript
|
| After Server Transfer page displaying Title | 16 Jul 2005 16:52 GMT | 3 |
Anyone come across anything like this before.. If I do a server transfer to a new page, at the top of the page, the contents of the <TITLE> in the <HEAD> section is displayed above the contents of the page.
|
| ### FindBy in Typed Dataset ### | 16 Jul 2005 16:52 GMT | 1 |
There is FindByColName() function which is used to find a row in a table based on the column value. for eg. dsEmployees.tblEmployees.FindByFirstName("Kiran") Now my typed dataset dsEmployees doesn't contain tblEmployees anymore, It contains a View in it(VewEmployees) and no primary ...
|
| Javascript groups? | 16 Jul 2005 16:44 GMT | 2 |
Are there any JavaScript groups? I'm fairly new to ASP/ASP.Net and would like to learn more about JavaScript. Can anybody suggest any good sites - I can go through Google but you end up with 1000's of them.....
|
| Newbie: How to upload and save images using ASP.NET web forms (C#) | 16 Jul 2005 16:27 GMT | 1 |
Hello - I need to upload images in my web application using ASP.NET web forms (written in C#). Since i have never done this before, i am unsure what is the best method.
|
| Http Modules | 16 Jul 2005 15:29 GMT | 2 |
Dear Folks, I my App,I am using Http module to set some information before the page load begins.In this i am declaring some shared variables in the Http Module.
|