| Thread | Last Post | Replies |
|
| safest way to pass parameters between pages | 09 Oct 2007 05:07 GMT | 3 |
I have a few aspx (.net2) form. The first form allows the user to enter into text box, and select values from drop downs The second form needs to use these values to process some data.
|
| HttpModule Init method invoked on every request | 09 Oct 2007 04:21 GMT | 7 |
I have a strange situation that I cannot seem to get a grasp on. I have an HttpModule defined in my web.config and the Init (from IHttpModule) method is being invoked by ASP.NET for every request. Anyone got any suggestions ?
|
| BLL with Typed DataSet & Application Setting for Connection String | 09 Oct 2007 02:20 GMT | 1 |
I'm using a BLL that has a Typed DataSet which accesses an SQL Database via a Connection String. The Connection String is set in the Application Settings with Type = (Connection String) When I add the BLL assembly to an ASP.NET Web Application, I want the BLL to
|
| 2 Default web Pages | 08 Oct 2007 23:27 GMT | 7 |
I have one website that is supposed to run with 2 URLs. Those that enter using URL A should see one html file (for search engine optimisation) and the others entering using URL B should see be redirected to other aspx file,
|
| Creating reports? | 08 Oct 2007 21:50 GMT | 8 |
Hi, how can I create web reports? I need to create grouping, subtotals, totals, etc... Must I use gridview? Generating <table> and <tr> is the best solution? Using asp.net C# 2.0
|
| Text Format for Decimal | 08 Oct 2007 20:46 GMT | 8 |
I'm grabbing "Amount" from a DB with Decimal format. The outpul of AmountL.Text comes up as 9999999.99 and I want to format this so it is displayed as 9,999,999.99. Can someone help me with this simple task? AmountL.Text = dr.Item("Amount")
|
| HCL Technologies:Software Engineer/Senior software Engineer ..:: JobMaguz Update ::.. | 08 Oct 2007 20:37 GMT | 1 |
..:: Job Update from JobMaguz ::.. Today's Highlighted Job: HCL Technologies:Software Engineer/Senior software Engineer http://www.jobmaguz.com/viewFresherJobs.aspx?jobid=981&cycle=1
|
| Can It Be Done? | 08 Oct 2007 20:25 GMT | 5 |
Hello group. I am new to asp.net though I have some web site creation experience with html and Dreamweaver. I am wanting to design a web site that has buying and selling and trading capibilities. I would also like to design a desktop app that a person can put in there ...
|
| complete message | 08 Oct 2007 19:26 GMT | 4 |
To create a Mail Message, i can use the MailMessage(from, to) and so send the mail. But how should i change the code in case there is also a file to attach in the form? (let's say that i have already placed the upload-file control on the page).
|
| timeout | 08 Oct 2007 19:16 GMT | 5 |
I wrote a small application in ASP.NET for my office. It's used in intranet. The users are about 30 persons. After a while they started complayning that after about 20 minutes the application
|
| Special characters in URL | 08 Oct 2007 19:11 GMT | 2 |
I have a need to translate special characters like & in URLs. I have a routine that has been doing this as substitutions based on characters I notice. This of course does not handle everything. Is there a dot.net api call for this. For example if I have a folder under
|
| Reading single field values from a dataset | 08 Oct 2007 19:08 GMT | 3 |
What is the best way to read single field values from a dataset? The dataset is populated with a customer record, showing well in a gridview. But I also want to read the single field values, like adress, phone, and so on. Bjorn
|
| LoadEvent of Master file | 08 Oct 2007 18:41 GMT | 2 |
How can I get in the Load Event of the master file the name of the page that the user requested? Thank you, Samuel
|
| Response.Redirect issue with multiple threads. | 08 Oct 2007 18:14 GMT | 3 |
i am one of those many people who has stumbled upon the ThreadAbortException. I completely understand the reason why it always throws this exception. The reason is to stop executing any client code and assign control over back to the httpapplication.
|
| HttpWebRequest and Session Information | 08 Oct 2007 16:11 GMT | 1 |
does anybody know if it is possible to pass the SessionID with a web request by using a cookie so that the invoked page in the same domain can access the session objects of the current user? HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
|