| Thread | Last Post | Replies |
|
| UTF-8 | 08 May 2008 14:37 GMT | 1 |
I'm uploading a text file (.csv) dynamically to the client with this method
-- Response.Clear();
|
| IE does not reload css or js file... | 08 May 2008 13:51 GMT | 8 |
I'm working on an ASP.net 2.0 web project using VS 2005. I'm on my laptop running IIS on WinXP SP2 with all the latest updates. The Default web site is set to run on .net 2.0 My project uses a master page. I have two separate issues that I think are related.
|
| Javascript Textbox border issue | 08 May 2008 11:33 GMT | 2 |
I'm adding a Textbox with javascript, it works except for the border attribute, any advive Thanks John
|
| RedirectFromLoginPage redirect to a Different URL | 08 May 2008 10:09 GMT | 1 |
RedirectFromLoginPage will always re-direct to the ReturnURL or DefaultURL. And unfortunately neither one of this can be changed programmatically. I have a need, where different users need to be re-directed to
|
| what have I broke? | 08 May 2008 10:04 GMT | 8 |
I've just come back to a project I've had a week or so off from, haven't touched it, and it seemed to be working fine when I left it. However, it's not compiling!! Here's the warnings/errors I get... Warning 1 The member 'admind_cafe_Default.Master' does not hide an inherited
|
| Try/Catch for Events | 08 May 2008 09:00 GMT | 3 |
I am trying to capture event exceptions using try/catch. I can get all exceptions with: protected void dv_PR_ItemInserted(object sender, DetailsViewInsertedEventArgs e)
|
| FormView with DropDownList | 08 May 2008 08:55 GMT | 2 |
I have a database with Entries with many Categories (one to many). Entries are shown by FormView. How can i show a DropDownList with Categories to choose for every Entry? Thanks in advance,
|
| How do I loop this in a FOR loop | 08 May 2008 08:44 GMT | 5 |
I have a textbox control in each row of the table and I need to display it dynamically In the first row of the table it is txtSample1 and in the second row it is txtSample2
|
| Writing records from xml file into dataset | 08 May 2008 08:02 GMT | 2 |
I have an XML file with 50000 records, when i am trying to write into DataSet through DataSet.ReadXml("C:\..\Customer.xml"). It takes more than 30 minutes to write all records into DataSet. This affects lot on my application performance. Is there any alternative to increase
|
| Test post: Paypal | 08 May 2008 06:58 GMT | 1 |
Just a test post to see if the mere act of mentioning paypal gets my message excluded from this forum. I ave tried twice today to ask question regarding cross-site posting to paypal but the message never shows up :(
|
| Type not Defined. Going crazy! | 08 May 2008 03:27 GMT | 1 |
On an ASP.NET 3.5 web site App_Code folder I have a class named BoxesView under the namespace Engine. On an aspx page code behind I have the following: Protected WithEvents c As New Engine.BoxesView
|
| Usage of '/' in .aspx page url | 08 May 2008 03:24 GMT | 1 |
I was just browsing through Dell's website and saw usage of '/' after the aspx page name(productdetails.aspx) in the url. e.g.:- http://www.dell.com/content/products/productdetails.aspx/inspnnb_1720?c=us&cs=19 &l=en&s=dhs&~ck=mn I am only familiar with usage of the query strings ...
|
| XML Designer? | 08 May 2008 03:16 GMT | 6 |
Does VS 2008 have a good XML designer to work with XML data, schemas, etc...? Any tools to easily add, edit and delete data from an XML file? This is new to me....
|
| Problem with retrieving cookie in ASP.net | 08 May 2008 02:59 GMT | 2 |
I have a login form with “Remember me on this computer” checkbox. I am creating cookie if checkbox is checked. My code is: If chk_remember.Checked = True Then Dim ckUserName As HttpCookie = New
|
| ASP.NET Request Pipeline and GoF Chain of Responsibility | 08 May 2008 02:29 GMT | 2 |
More of a theoretical question here: It just occurred to me that the ASP.NET request pipeline delivers much of the GoF Chain of Responsibility pattern. What do you think? If it does not, then, why not?
|