Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > december 2005 > threads for wednesday december 14

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Access denied to path
Posted by fanto at 12/14/2005 11:43:12 PM
Hi everyone, I'm new to asp.net and would really appreciate some help. Not too sure where this post should be so sorry if it's in the wrong place. i'm trying to upload files to a server with the following method: myFile.PostedFile.SaveAs(Server.MapPath("upload") & strFileNameOnly) I've c...more >>


Convert htm pages to aspx pages
Posted by moondaddy at 12/14/2005 10:58:24 PM
I have a website that currently has all static htm pages and nothing will be dynamic for quite some time. This site is made up of a bunch of htm pages. is there any advantage or disadvantage of converting them to aspx pages? We are using VS 2005 and .net 2.0. Thanks. -- moondaddy@nos...more >>

Create datable/dataview from datagrid
Posted by fabrice at 12/14/2005 10:23:46 PM
hi, i have populated and bind a datgrid conrol with a dataset. is it possible to recreate a datable which will be populated with data from the datagrid. I m trying this solution, Dim mytable As DataTable = CType(MyDataGrid.DataSource, DataTable). But it seems no working. If I wa...more >>

namespace name 'Server' could not be found
Posted by a NO[at]SPAM b.com at 12/14/2005 9:01:58 PM
in my class, i am trying to use Server.MapPath, but it says type or namespace 'Server' can not be found. i am using this in my webpages and it works fine. I thought maybe the class was missing a using directive so i added all the same ones that the webpages have but still no go. anyone know...more >>

HTML-ize a server-side control
Posted by John at 12/14/2005 8:55:40 PM
Hi all, Perhaps I've drawn a blank here but is there any way for me to use the server-side objects (perhaps the HTMLTable in conjunction with HTMLTableCell) to create a table with multiple rows and cells and then dump the HTMLTable object into my source? I use these controls when I need ...more >>

License Control
Posted by Goh at 12/14/2005 7:58:44 PM
Dear all, I would like to know how you guy people control your commercial program that is written in .Net Framework. As I know Microsoft implement a lot of security feature that help to secure our program not only for authentication but not mention about license control for what dev...more >>

what's wrong?i need your help.
Posted by ÀÏÆÅ»³ÔÐ5¸öÔ at 12/14/2005 7:39:20 PM
I want use dropdownlist contral in gridview but have trouble now mycode here: i'm very sorry for my poor english <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w...more >>

How to unique identify revisit client computer
Posted by Goh at 12/14/2005 7:37:51 PM
Hi, I would like to know how can we implement a web page that intelligent enough to unique identify that pc have been visit before without any cookies and login user require. I have try implement this by MAC address. When user browser the web site I sometime can get user ...more >>



Filtering data inside the Gridview Control?
Posted by washoetech NO[at]SPAM newsgroups.nospam at 12/14/2005 7:25:24 PM
Hello, Does anyone have an idea on how I can filter the data in the gridview control that was returned by an sql query? I have a gridview that works fine when I populate it with data. Now I want to look at that data and filter it based on what is in it. I know that this could have been...more >>

Excel.exe Process stays open in my "Task Manager" (C# ASP.Net Development)
Posted by Leeor Chernov at 12/14/2005 7:20:15 PM
Hi , I Used the object Excell Application(COM INTEROP) and it is staying as an open process, And the owner(User Name) is ASPNET Altough I try to release it with : System.Runtime.InteropServices.Marshal.ReleaseComObject, And GC.Collect. Every time I am opening a new Excel.Application() , ...more >>

Invalid Object Name error. What is this referring to?
Posted by darrel at 12/14/2005 6:50:33 PM
I'm trying to delete a record in a table: Dim strConnect As String = System.Configuration.ConfigurationSettings.AppSettings("myConnectionString") Dim strChk = "DELETE FROM we_admin_users WHERE UserID='" & myUserID & "'" Dim objConnect As New System.Data.OleDb.OleDbConnection(strConnect) objC...more >>

Equivalent to VBA's .SetFocus
Posted by jonefer at 12/14/2005 6:48:02 PM
They couldn't have done away with how to setfocus to a control... like in response to an incorrect value input to a textbox... If Not IsDate(txt_DOB) then txt_DOB.SetFocus End If How do I do that?...more >>

Is there a charter for this group?
Posted by Jozef at 12/14/2005 5:46:38 PM
I'd like to know if there's a charter for this news group, and if not, why my two posts for asking a legitimate question were removed? ...more >>

New ASP project Won't recognize my user name and password!
Posted by Jozef at 12/14/2005 5:33:55 PM
Hello, I've set up VS2003 on my laptop which is running Win XP pro in a stand alone situation, no domain or dc. When I try and "Create a blank solution", I use the Laptop IP address since localhost returns an error. When it connects to the web server (my laptop) it prompts me for a user n...more >>

Invalid length for a Base-64 char array ,Invalid_Viewstate
Posted by some one at 12/14/2005 5:31:04 PM
I have kind of wired problem, I using httpwebrequest to post form data to server , in the GetResponse stage a WebException occurred, after tracing the actual error that occurs on the server, I found the follows. Invalid length for a Base-64 char array. Description: An unhandled excepti...more >>

How do I install .net 2.0 on IIS?
Posted by David Thielen at 12/14/2005 5:20:02 PM
Hi; In installed VS 2005 on my system, but when I try to run an ASP.NET app I created on it, it chokes on ,connectionStrings/> in the web.config file and says it's version is 1.1.4322.2032. -- thanks - dave...more >>

grid format question
Posted by NuB at 12/14/2005 5:13:49 PM
I have a datagrid and I need to format it as such. BMW 325 ci 323 c 525 LEXUS ES 300 LS 300 MERCEDES SL 500 M AMG has anyone or can anyone point me in a direction to format my grid like this, but in C# no VB. I found a vb.net example but I can't get that to work ...more >>

Emulating referrers?
Posted by Ben Fidge at 12/14/2005 4:53:23 PM
I'm working on an application that does a load of processing on Session_Start if a new session is started having come from a particular referrer. To determine this I use Request.UrlReferrer. How can I debug this code on my local machine? Is there a way to emulate a new session being started vi...more >>

Dreamweaver Integration
Posted by rlrcstr NO[at]SPAM newsgroups.nospam at 12/14/2005 4:33:51 PM
Is there an easy way to integrate Dreamweaver into VS.. Just a quick way to move the HTML of a web form into Dreamweaver for a bit to use it's features and then back into VS... Other than saving and opening in the other tool... Maybe with a macro? Anyone done this? The VS HTML editor just nee...more >>

ASP.net 2.0
Posted by Rick at 12/14/2005 4:31:58 PM
Hi guys!!! How can i know the port number asp.net is running on?? it's because windows firewall blocks all incoming requests, and i need to unblock the port (i tried with netstat -a but it doesn´t says what is asp.net's port just listen local ports but without names) Thanks!!! ...more >>

Write entire page from code behind
Posted by David Thielen at 12/14/2005 4:26:22 PM
Hi; I have a page where the file.aspx.cs Page_Load() method writes the entire contents out directly. I use this to write a pdf or rtf file as the web page to display. In .net 1.1 the way I did this was: Response.ContentType = contentType; Response.BinaryWrite(((MemoryStream)proc.GetRepor...more >>

Pass Variable To User Control
Posted by rhungund NO[at]SPAM gmail.com at 12/14/2005 4:00:13 PM
Hi all. I have a user control I'm using as my "include" file for my flash navigation. My asp.net app is written in vb.net. The swf file takes a parameter which I would like to pass into my user control. Ideally i'd like to do something like this: <object type="application/x-shockwave-flash"...more >>

VS 2005 : why is the default for AutoEventWireup different for C# and VB.NET ?
Posted by Juan T. Llibre at 12/14/2005 3:01:07 PM
OK, guys, usually I answer questions instead of asking them, but this thing has me scratching my head. Why is the default for AutoEventWireup different for C# and VB.NET ? In VS 2005, if I create a new VB website using code-behind, the following Page directive is inserted : <%@ Page Lang...more >>

ASP PerfMon Excessive Requests Queued
Posted by Matt Jensen at 12/14/2005 2:50:56 PM
What it means that my Requests Queued is 54,000!? It seems to be staying steady but from what I've read it seems way above what it should be. Cheers Matt ...more >>

Stored Procedure Return Values
Posted by Adam Knight at 12/14/2005 2:49:55 PM
Hi all, I am wanting to get a stored procedure return value via ADO.NET.. Code: Below: ...more >>

Recommendation for CRUD functionality?
Posted by Brenden Bixler at 12/14/2005 2:42:51 PM
After being spoiled by Ruby on Rails, I'm seeking a similar rough implementation in ASP.NET 2.0. I don't want a half-baked solution like Castle on Rails. I assumed it would be as easy as defining a SqlDataSource, dropping a GridView on the page, and enabling Edit and Delete. Unfortunately, ...more >>

Could not launch cmd.exe from asp.net web application?
Posted by B Deepak at 12/14/2005 1:57:57 PM
Hi Grp, I have tried a lot to execute cmd.exe file with some parameters but everytime its just launching the cmd.exe file but could not execute any commands from cmd.exe file. Please gimme a solution for the same... Thanks, Deepak ...more >>

How bind Listbox or DropDownlist
Posted by Patrik Zdarsa at 12/14/2005 1:50:21 PM
Hi, I'm try VS 2005 and need UPDATE database record in viewform, all working when every filed is type TextBox (html INPUT) but I need change one TextBox to Listbox or dropdownlist and read data from another table and store it in table1 in parameter "stav". Load data to ListBox is not problem ...more >>

asynchronous, callback, dropdownlist, v2.0
Posted by Alexander Widera at 12/14/2005 1:35:09 PM
Hi, i have 3 DropDownLists which are all bound to a seperate SqlDataSource. How can I realize the following problem? The user selects a value from the first dropdownlist... after this the other 2 dropdownlist should be updated without a PostBack... They should be updated asynchronous with ...more >>

using css with a datagrid
Posted by Paul at 12/14/2005 1:19:57 PM
Hi just wondering if there are any examples available of a datagrid using a cascaded style sheet or if there is a way to do this? Thanks. -- Paul G Software engineer....more >>

Newby question: Do overloaded members need to be declared as 'Public'?
Posted by Blue Streak at 12/14/2005 1:05:48 PM
I am referring to using VB.NET in ASP.NET. TIA ...more >>

Multiple Database Connection Strings
Posted by Mark Richards at 12/14/2005 12:56:08 PM
I am starting to test out using the new gridView, FormView controls with a ObjectDataSource, BUT, my application allows the user to select which database they want to work out of. I am storing multiple connection strings in the web.config, and I can normally determine which one to use by a va...more >>

Image Button in DataGrid?
Posted by Adam Knight at 12/14/2005 12:54:06 PM
Hi all, I am wanting to use an image as a button in a datagrid. The asp:ButtonColumn only allows ButtonType="PushButton|LinkButton". The asp:EditCommandColumn seemt to be the same. Is their any way i can use imagebuttons in these standard datagrid columns? Or will i have tosimply use a...more >>

About ASP.NET Impersonation:
Posted by Andrew at 12/14/2005 12:21:09 PM
Hello, friends, Our asp.net app needs to access other servers from our IIS servers. In web.config, we set: <identity impersonate="true"/> However, this works on some IIS servers, and does not work on the rest of IIS servers. We have to explicitly set: <identity impersonate="true" use...more >>

Determine client browser
Posted by Dave Harrington at 12/14/2005 11:41:17 AM
Greetings all - We have a client who uses Lotus Notes as their default e-mail. The version of Lotus they use can run internet explorer windows within Lotus. I'd like to find if they are launching our web application through lotus notes or not. I've stumbled across the following code: p...more >>

forcing new session id without closing browser
Posted by Andy G at 12/14/2005 11:33:18 AM
Is it possible to force a new session id without the client closing the browser? I'm using session id in my database and I need a new session id when a client clicks a certain link. I know I could use my own id in the database but I was wondering if the the above is possible. I tried usin...more >>

controls in grid layout render incorrectly in firefox
Posted by Dave at 12/14/2005 11:30:26 AM
I am designing a web page using VS2003 ASP.NET. The page contains various DIVs (panels), one of which is in grid layout. The controls in this DIV render correctly in IE, but when using Firefox they are incorrectly positioned. VS sets the positioning of the controls to absolute, and because t...more >>

pass null values
Posted by NuB at 12/14/2005 11:21:16 AM
I have a web form that allows a user to do a search, they can select all the parameters on the web form or only select a few. If the user does not select a value to search on, how can I pass that to stored procedure and get data back? example form: the user can search on first name la...more >>

Question reg CompareValidator
Posted by Manny Chohan at 12/14/2005 11:19:21 AM
Hi Guys, I want to force users to change password every thirty days. I want to force them to select a different password then old password. How can i do this on client end instead of server round trip? Thanks Manny...more >>

Upload into ftp from asp.net
Posted by Sundar.k at 12/14/2005 10:28:39 AM
i am using a html file control for my asp.net site but as we know we cant manage with this control for files with large sizes so can i use ftp instead in asp.net if yes how?? pls Reply as soon as possible...more >>

How to access other machines' event log files in a .net web app?
Posted by Andrew at 12/14/2005 10:24:13 AM
Hello, friends, We have a .net web app, which will need to access event log files of other machines in our company's network using System.Diagnostics.EventLog namespace. In Web.config, we set: <identity impersonate="true"/> In IIS Directory Security setting tab, we checked ...more >>

Emulating Referrer URL?
Posted by Ben Fidge at 12/14/2005 10:21:13 AM
I'm working on an application that does a load of processing on Session_Start if a new session is started having come from a particular referrer. To determine this I use Request.UrlReferrer. How can I debug this code on my local machine? Is there a way to emulate a new session being started...more >>

custom error handler asp.net 2
Posted by Richard Steele at 12/14/2005 10:05:24 AM
Does any one have a framework I can use that implements a custom UI error handler for my asp.net 2 application I have implemented a handler for all biz and datalayer exceptions which write to my database but i would like to catch any UI errors and gracefully throw the user to a nice page sta...more >>

Information Sharing in Stateless Asp.net
Posted by Dave Johnson at 12/14/2005 10:02:23 AM
I wondered how many method there to exchange information between pages, -Cookie -Session Objects -Web.Config File -Query String -Database(xml too) can any one expand this list a little more? what i am thinkging about is in the Information Architutre plan & design for the website, i should...more >>

Online Payment Asp.net 2.0
Posted by Dave Johnson at 12/14/2005 9:54:20 AM
I am responsible for making an e-commerce site in asp.net 2.0, does anyone have relative experiance that can guide me through the development of the Online Payment part, such as a start point from where i can expand my research in asp.net 2.0 new technology i can use for online payment. i know i...more >>

serialize datagrid properties
Posted by Vikram at 12/14/2005 9:49:28 AM
i want to serialize datagrid properties.. so that it can be retirved later from other form and similiar datagrid can be generated. How can it be done ? ...more >>

VB.NET to extract EXIF
Posted by Harry Simpson at 12/14/2005 9:41:38 AM
I've googled and searched here.....want to grab exif data from a jpg picture file....seen bits of code but haven't been able to put it together to work Using the System.Drawing.Imaging.ImageCodecInfo TIA Harry ...more >>

mini web call
Posted by WebBuilder451 at 12/14/2005 9:41:16 AM
I saww a mini web call demonstrated at a pre-release 2.0 code fest and can't remember what it is called or how to add it to a page. it will not do a full post back but call for content to change on a small section of a page. Does anyone know of this? -- thanks (as always) some day i''m go...more >>

Atlas and scrolling panel
Posted by John at 12/14/2005 9:32:25 AM
Can I use the Atlas controls to create a scrolling panel in a webform? Basically I want a master page that defines 90% of the screen height to be a workspace, with 5% top and bottom for other controls. The 90% should scroll (up and down) without effecting the top and bottom placeholders. F...more >>

configuring web.config
Posted by NITIN MUNJAL at 12/14/2005 9:11:00 AM
Hi i have register.aspx and forgotpass.aspx pages to register and recovery of password..these had to be beyond the reach of web.config... so now i have a folder 'nitinm' in the root directory where default.aspx etc., all files which have to be secured are stored. + register.aspx and forgotpas...more >>

Reading The Selected Value In DropDown List
Posted by rlrcstr NO[at]SPAM newsgroups.nospam at 12/14/2005 9:09:00 AM
Do you have to use AutoPostBack to read the selected value in a dropdown list? I have an asp.net dropdown on a form. I'm filling it from a table when the page loads and want to read the value the user selected when they submit the entire form. But regardless of the value they select, I always ...more >>

Reflection?
Posted by Adam Knight at 12/14/2005 9:06:24 AM
Hi all, What i am after is the ability to determine which function/procedure called the currently executing code? Is this possible with .NET? Can someone give me any pointers? Is this reflection (a word i have heard floating around here and there)? Cheers, Adam ...more >>

New ASP.NET 2.0 Mail Question
Posted by David Hearn at 12/14/2005 8:46:03 AM
I am converting one of my ASP.NET 1.1 apps over to 2.0 and I see that the old way of sending mail will still work, but I want to make it clean and convert over to the new way of doing things. You used to be able to specify CC and BCC recipients and now I can't figure out how to specify these. ...more >>

web crystal report in pdf format
Posted by Li Pang at 12/14/2005 8:02:05 AM
Hi, I built a web form to display a crystal report in web, every thing work properly. I added then a button to display the report in the embedded adobe reader by using the below codes: Dim oStream As New MemoryStream oStream = crReportDocument.ExportToStream(CrystalDecisions.Shared.Expo...more >>

Vailidators vs Authentication
Posted by Mr Newbie at 12/14/2005 7:46:31 AM
I have run a across a very weird problem. I have a feedback form which works really well. I decided to put validators on the form which run client side checking. Upon requesting this form with the validators on, my browser is asking me for credentions to the web site. UserName & Password. ...more >>

RequiredFieldValidator on RadioButtons?
Posted by Chris Ashley at 12/14/2005 7:28:38 AM
I have a couple of RadioButtons both with the same GroupName. Is there any way I can use a RequiredFieldValidator to ensure that at least one of the RadioButtons in the group is selected? Setting ControlToValidate to the GroupName doesn't seem to work, and obviously setting it to the ID of one o...more >>

HtmlSelect control not showing ListItems
Posted by Joe at 12/14/2005 7:20:02 AM
Hello All, I am populating an HtmlSelect control's Items property with four list items. The HtmlSelect control is contained in a user control which is dropped into a placeholder on the web form. When the page is rendered, the control is empty. Here is the code: In the web form: Dim...more >>

How to get text of gridview buttonfield
Posted by lanem at 12/14/2005 7:08:02 AM
I have a gridview. One of the columns is a buttonfield. I use the datatextfield property of buttonfield to show my bound value as a hyperlink in each buttonfield cell. I then want to get that text in the rowdatabound event. I can get it easily for each boundfield cell but not for the but...more >>

Help on validation process?
Posted by serge calderara at 12/14/2005 7:06:07 AM
Dear all, I have read that ASP.NET does double user input validation of control when they are place on the page. Once on teh client side and again from server side right ? Could explain how this process is exaclty working ? regards thnaks for your help Serge...more >>

cookies encoding
Posted by Jesus Morales at 12/14/2005 6:50:06 AM
hello all. in an asp page a do this: Response.Write(Request.Cookies("ActualId")) and i recieve this: ˆ‚œ‚¬ŠœvÔäÊÂèÊÎêÒ and i have an asp.net page that a do the same think Response.Write(Request.Cookies("ActualId")) but i receive this: %u02C6%u201A%u0153%u201A%AC%u0160%u...more >>

Q: copy of a datarow
Posted by JIM.H. at 12/14/2005 6:15:03 AM
Hello I have; DataRow dr= dataSet11.myTable.NewRow(); And I am filling the fields of this datarow. Now I need to create a copy of this row as drCopy and change a few fields and add both to the dataset, how can I do this? Thanks, ...more >>

Screen Scrape
Posted by crjunk at 12/14/2005 6:13:44 AM
I have a screen scrape page that allows the user to submit a url. When they hit submit, the page is returned back to them on my screen scrape page. Which computer actuall connects to the url to pull in the information -the user's computer or the webserver? Thanks, CR Junk ...more >>

ObjectDataSource DateTime isuue with en-gb culture
Posted by Anne Catterick at 12/14/2005 5:49:15 AM
Hi, I have an british ASP.Net 2.0 application which is doing what (should) be very simple. But I am having issues. On my page I have a GridView as follows (some tags excluded for easy reading): <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="Obj...more >>

Creating custom form in Asp.NET 2.0
Posted by Tabi at 12/14/2005 5:02:48 AM
Hi, I have just created a class that removes action attribute from HtmlForm. The code looks like here. namespace ComIT.Applications.Common { public class Form : System.Web.UI.HtmlControls.HtmlForm { protected override void RenderAttributes(HtmlTextWriter writer) ...more >>

how to show a busy icon when processing a work)
Posted by Holysmoke at 12/14/2005 4:10:03 AM
Hi, I have a asp.net form with a button in it. In the onlclick event of button I want to write a function which does some a bit of work with a timespan of 15 seconds. So I want to show a image something like "Work In Progress" when this process is going on and hide it when the work done ...more >>

Web site administration tool functionality for the end user
Posted by John at 12/14/2005 4:08:16 AM
Hi Web site administration tool is great. How can I provide this functionality for the end user? I need the end user Admin to be able to list users and then change roles for any of the users or to be able to disable any of the users. Thanks Regards ...more >>

Control page content based on membership/role
Posted by John at 12/14/2005 3:35:07 AM
Hi I am using the sql server based built-in membership/roles system. How can I choose which links appear on a page based on what roles the current user belongs to? Thanks Regards ...more >>

Login control persistence problem
Posted by John at 12/14/2005 3:24:45 AM
Hi I am using login control with sql server based membership/roles. I have checked the 'remember me' tick box but the login control does not show the username/password when I next come back to the login control page. What do I need to do to enable this persistence? Thanks Regards ...more >>

How to Make Code-Behind Reflect Changes To Designer?
Posted by JebBushell at 12/14/2005 2:25:03 AM
I have an existing page, that works, and I'm trying to enhance it by adding a dropdown in a datagrid. When I add the dropdown, I expect the code-behind file to be updated by VS. It should be updated to contain a type declaration for the new dropdown with a variable name that is the same as t...more >>

Customizing create user wizard
Posted by John at 12/14/2005 2:03:23 AM
Hi I am using create user wizard with sql server based membership/roles. I have the following questions; 1. How can I get rid of the security question and answer as I don't need it in my app? 2. How can I get the control to send an email to the "office" so they can authorise the accou...more >>

Webpart javascript errors on different pc
Posted by LeroyTheGreat NO[at]SPAM gmail.com at 12/14/2005 1:46:45 AM
I have developed a web site application in visual studio 2005 using webparts.It works fine on one pc but when i get latest source on another and try running i get lots of javascript errors. 'webpartmanger is undefined', 'webpartmenu is undefined'. It almost as though I'm missing something on...more >>

DataBind question
Posted by cobra300 at 12/14/2005 1:30:05 AM
I have to bind a field whose name include parentheses to a label web control in ASP.NET 2.0 . When I write code as following: <%# Eval("[MyColumnName(kg)]"%> a exception will be thrown at runtime: "MyColumnName(kg is not a DataColumn or...". The field name is trimmed after ")". Is anyone kno...more >>

ASP.NET v1.1, Validator Controls, Web Standards and Valid (X)HTML
Posted by danny.rendle NO[at]SPAM rokstudent.com at 12/14/2005 1:29:33 AM
I am attempting to create a web site using ASP.NET v1.1 to comply with the W3C's WAI Triple-A standard. To this end I need ASP.NET to emit valid HTML 4.01 Transitional (once confident with ASP.NET and HTML 4.01 I plan to move onto XHTML). I have found several articles suggesting the use of R...more >>

how do i handle this exception
Posted by NITIN MUNJAL at 12/14/2005 12:15:35 AM
hello, i am facing a problem in the runtime. this code is throwing exception details of which are writtten below that CODE string strConn=@"Provider=Microsoft.Jet.OLEDB.4.0 ;Data Source=" + Server.MapPath("/db.mdb"); OleDbConnection myConn = new OleDbConnection(strConn) ; string st...more >>


DevelopmentNow Blog