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 2004 > threads for tuesday december 7

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

Calendar questions
Posted by VB Programmer at 12/7/2004 11:50:02 PM
1. How do you change the font/forecolor of the Month name that shows up in the calendar. 2. I am setting the SelectedDate property based on a dropdownlist. It is selecting properly internally, but the calendar stays on the same month. Any ideas? Thanks! ...more >>


No Available Source Code When Debugging
Posted by Raed Sawalha at 12/7/2004 11:15:01 PM
Dear: I have very naughty problem, I have no avaialbe source code for this location message when debug, mostly I'm getting this when do the following: I need to debug javascript so I do , View->Script Debugging->Break at next statment, and when enter the debugging in VS.NET that message ap...more >>

RegisterStartupScript and RegisterClientScriptBlock
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/7/2004 10:50:52 PM
what is the meaning of the "key" parameter in these functions?...more >>

OpenWindow without toolbar
Posted by Patrick.O.Ige at 12/7/2004 10:05:02 PM
How can i open a new browser from clicking on the INTERNET EXPLORER icon but the new browser would have no toolbar? Any workarounds or idea? ...more >>

Application level design question...
Posted by sitexcite NO[at]SPAM hotmail.com at 12/7/2004 10:02:37 PM
Guys, Heres my current situation... I'm doing work for a client that has most of his website in ASP (2.0). I recently created an ecomm store for him in .NET 1.1 and it runs under the same virtual root (in a sub folder but global.asa and asax files in same root folder). Now I am creating ano...more >>

CustomErrors -WebConfing
Posted by Patrick.O.Ige at 12/7/2004 7:57:01 PM
I have a Custom Error below..!! But when i try it it doesn't work. Am i suppose to make any changes in IIS for this to Work? And the Error pages for example "AccessDenied.aspx" where should they be PUT? <customErrors defaultRedirect="ErrorPage.aspx" mode="On"> <error statusCode="500" r...more >>

Submit button
Posted by David at 12/7/2004 7:43:52 PM
Hello. I have such problem: On my web form I have one textbox and two buttons (server side ASP buttons), when I put cursor in this textbox one of the buttons is specified as default (it becames like activated with rectangle) button, so when I press "Enter" key this key is pressed. This is do...more >>

Postback, a hassle!?
Posted by SparvHok at 12/7/2004 5:52:21 PM
I have big issues with the loading process of asp.net pages, especially the Postback process. Seriously, is it really supposed to help or mess things up? I have a page, creates/edits and deletes news... nothing unusual. The problem is that when using Querystring (action=delete&newsid=5) it...more >>



Login box popping up!
Posted by VB Programmer at 12/7/2004 5:02:18 PM
I am created a ASPX web app. I am using forms authentication and it seems to be working well. After logging in I am redirected to a form that is a "Secure" directory. It's using data coming from a SQL Server db on the internet. Clicking on a listbox item is supposed to populate the form w...more >>

AutoPostback not seeming to go to Page_load
Posted by tshad at 12/7/2004 4:52:19 PM
I am running a program I got off the net and found the author was doing an "autopostback=true" on his textbox. I am not sure why he was doing this as it doesn't seem to be doing anything, but when I put trace on, I can see the page being posted, but I have the following: ****************...more >>

ASP.Net javascript "focus" method needs to be called twice??
Posted by TC at 12/7/2004 4:41:11 PM
This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C4DC7B.8F203FC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am using the script below to open a new window and once opened, = redirect to that open window fr...more >>

windows pass through authentication\authorization....
Posted by Ollie at 12/7/2004 4:41:02 PM
I have a requirement for a company intranet where they want to use a single sign-on with their windows 2003 domain (AD) so I was thinking of using windows authentication in the asp.net application so that I can control functionality by the roles the usr is a member of. The question I want to k...more >>

Problems
Posted by gaby.tapia NO[at]SPAM gmail.com at 12/7/2004 4:38:08 PM
I have this problem at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileM...more >>

Postback from javascript
Posted by Martin Eyles at 12/7/2004 4:30:46 PM
I am trying to get javascript to cause a page to post back. I have tried calling _doPostBack from my script, but generates an error "object expected". I think this is because the page's script doesn't contain the method _doPostBack, which needs to be added by asp.net. How can I make asp.net add ...more >>

Access problems trying to access my log files
Posted by tshad at 12/7/2004 4:19:06 PM
I am trying to access my log files and am running into a permissions problem. I am doing the following: ****************************************************************** private void PopulateSiteBox() { drpSiteBox.Items.Clear(); string FILE_PATH = @"\\" +txtMachine.Text + @"\C$\wind...more >>

Passing parameters to a page
Posted by David GB at 12/7/2004 3:49:06 PM
An unbelievably simple question, I assume, but I can't find the answer anywhere! How do I access a parameter passed to my page? Eg, I go to HTTP:..blah..Mypage.aspx?ShowAll How do a access this, eg: If ???=ShowAll What is ??? Thanks -- David Gordon-Brown...more >>

findcontrol
Posted by nicholas at 12/7/2004 3:44:42 PM
I have a page on which several dropdownlists are placed dynamically. So, sometimes there are no ddl's and sometimes there a are let's say 10 ddl's. These ddl's are created in my code. Now, that is no problem. The problem is that when I want to INSERT values INTO a table in my database, I s...more >>

detecting successful downloads and browser buffering
Posted by Sam-Kiwi at 12/7/2004 3:41:07 PM
I've spent the last 6 months developing a pay-per-download website using ASP.NET Users purchase documents and then download them. The intention is that users are only charged for documents they successfuly download. My problem revolves around detecting a successful download, the steps I...more >>

Cannot Reference my User Control from Code (vb.net)
Posted by Dave at 12/7/2004 3:40:49 PM
Greetings, I have a user control in my web form. I cannot reference it in code. My HTML File has the header: <%@ Register TagPrefix="PLB" Tagname="PIPSidebar" src="ProjectListSidebar.ascx" %> and references the User Control... <PLB:PIPSIDEBAR id="PIPSIDEBAR1" runat="server"></PLB:PIPSI...more >>

Trace not working in C#
Posted by tshad at 12/7/2004 3:32:46 PM
I have been working in VB.net and have never had a problem with trace.warn or trace.write. I have a test program in C# that is giving me an error: ****************************************************************************** Compiler Error Message: CS0246: The type or namespace name 'trac...more >>

Validate & Confirm E-Mail Address
Posted by Wm. Scott Miller at 12/7/2004 3:13:31 PM
Hello all: I'd like some advice on the best way to validate and confirm an e-mail address entered during a registration process. What we are thinking of is something like the following: 1. User comes to our web site and validates themselves as a member of our database. 2. User creates a...more >>

POPUPS
Posted by Michael Turner at 12/7/2004 3:13:02 PM
Hi Guys I need some help, I dont do much ASP.NET (I know VB.net/ASP well so I'm not a totaly new to this)work so I need some advice. I have a main page and I need to have a nother page appear as a popup when they click on an item in a datagrid I need it to fire the information back to th...more >>

SqlHelper.ExecuteScalar
Posted by Neven Klofutar at 12/7/2004 2:50:38 PM
Hi, I have a problem with SqlHelper.ExecuteScalar ... When I try to execute SqlHelper.ExecuteScalar I get this message: "System.InvalidCastException: Object must implement IConvertible.". Help ... Thanx, Neven ---------------------- SqlParameter[] arrSqlParam = null; arrSqlParam = ...more >>

How to display records according to this rule?
Posted by Miguel Dias Moura at 12/7/2004 2:45:10 PM
Hello, I have a search form in an ASP.NET/VB page. The form has the input text box and the button "search". The keywords are passed in the URL to results.aspx. Here is an example: results.aspx?search=asp%20book%20london (%20 means for space) I used the words "asp", "book", "london"....more >>

initialising Properties correctly
Posted by Craig G at 12/7/2004 2:42:56 PM
i use a class for all by database actions, the class has the following properties Private m_intDrugid As Integer Private m_intInumber As Integer Private m_intEnumber As Integer Private m_strDrugname As String Private m_strDoseage As String i'm having problems when i assign all of the values...more >>

newbie configuration-type issue
Posted by John Spiegel at 12/7/2004 2:34:33 PM
All right, there's something stupid I'm missing. I have a folder named CPR with a subfolder, V2. I built a small website in a solution in CPR, dropped in on the webserver (third-party hosted) and it runs. I've lately been working on a replacement version in the V2 subfolder, which is in a se...more >>

Selecteditem.value for a listbox in a user control
Posted by Dave at 12/7/2004 2:20:06 PM
Greetings, How can I access the selecteditem.value property for a listbox that is in a user control (.ascx) inside of my .aspx page? Thanks, -Dave ...more >>

Access ASCX controls from the Code Behind file?
Posted by Willy at 12/7/2004 2:14:17 PM
Hi All! I'm using Code-behind model for my ASP.NET pages. But to skip the compilation step, I reference my code-behind pages as follows... <%@ Page Language="VB" Debug="true" Src="~/code/MyTestPage.vb" %> It works beautifully. But how do I access the User Controls (non-compiled ASCX files...more >>

Deleting a file
Posted by Sobhan Vezzu at 12/7/2004 2:13:01 PM
Hi All, Using a webpage I am uploading the file onto webserver. First time it works fine. If I use the same file from second time it throws an error. Error: "The process cannot access the file "<FileName>" because it is being used by another process." My code is as follows: If Not (F...more >>

beep in the browser
Posted by Arne at 12/7/2004 2:09:04 PM
How do I make an ASP.net page beep with an error message?...more >>

Xpath problem - yikes!
Posted by mweichert NO[at]SPAM wightman-dot-ca.no-spam.invalid at 12/7/2004 2:01:39 PM
Hi, I'm trying to display the data from my typed dataset on a page using the Xml web control. I have the following code: Xm1.Document = new XmlDataDocument(ds); Using the debugger, I found that the xml representation of my dataset looks like the following: [code:1:cd392f2d6e] ...more >>

Validation Summary Message Box Not Displaying
Posted by Mike Moore at 12/7/2004 1:59:03 PM
For some reason our validation summary message box works with required validators that we have, but for some reason when we created a custom validator that checks for duplciate records the show message box doesn't work. Any ideas?...more >>

Show Message Box Not Displaying
Posted by Mike Moore at 12/7/2004 1:51:01 PM
We have a custom validator that should validate when there is a duplciate record, but the problem is that the show message box doesn't display. Why suggestions as to why?...more >>

How to make ASP Code Validate to a W3C Standard
Posted by Kenneth Keeley at 12/7/2004 1:50:36 PM
Hi All, How do I set Asp.Net to make the html code that it produces meet a W3C Standard. I would like to make all my pages meet XHTML 1.0 Strict standard if not at least meet XHTML 1.0 Transitional. When ever I test my pages I find heaps of "language" Tags as well as custom ASP tags which ar...more >>

Serious issue with HttpContext.Current.User.Identity.Name
Posted by kiran_s_rao NO[at]SPAM hotmail.com at 12/7/2004 12:39:22 PM
I have a serious issue that seems to be intermittent with User.Identity.Name. In an environment where about 100+ users are logging on to a site with forms authentication, calling HttpContext.Current.User.Identity.Name returns the correctly logged on user. However, 10% of the time (I'm gues...more >>

Is there a TAB control fro ASP.NET?
Posted by Julia at 12/7/2004 12:37:54 PM
Hi, I am looking for a tab control for asp.net all tabs content should be on the same page Thanks. ...more >>

Newbie: Trouble w/ ViewState
Posted by clsmith66 at 12/7/2004 12:35:32 PM
I would greatly appreciate any assistance any one could give me. I have an ASP.NET application that contains two frames and several popup windows for editing information. One of the frames contains a treeview with a long list of clients with several node underneath each client for different ...more >>

public variable does not keep it's value
Posted by nicholas at 12/7/2004 12:24:37 PM
Got a public variable: Public Dim i as integer On page load the variable gets a new value If at the end of my page load I have a response.write(i) , I can see the value of i on top of the page (ex: 2) Now, when I click my submit button and if I also place a response.write(i) in the on clic...more >>

How to trap click event of LinkButton inside a Repeater?
Posted by Michael at 12/7/2004 12:16:19 PM
How to trap click event of LinkButton inside a Repeater? I'm using C#. Thanks. ...more >>

NT athentication using ASP.NET webform
Posted by Spsk at 12/7/2004 12:16:13 PM
I would like to do NT User Id/Password authentication on my web page using ASP.NET web form. Some thing like user will enter user id and pssword in my website instead of popup window and when they hit login button i want to validate. Regards, Spsk ...more >>

How to create this condition?
Posted by Miguel Dias Moura at 12/7/2004 12:10:35 PM
Hello, I use the following VB code call a page and pass a form value in the url: <script runat="server"> Sub goToPage(sender As Object, e As System.EventArgs) Response.Redirect("page.aspx?city=" & Request.Form("form")) End Sub </script> I want to NOT redirect when the form val...more >>

Data Binding - DataGrid to update a form?
Posted by ChInKPoInt [No MCSD] at 12/7/2004 12:00:48 PM
I want to build a simple form (firstname, lastname, etc) to update a single record in database, do you guys suggest to use DataGrid? or other controls? DataGrid seems to be multiple records stuff, am I correct? ...more >>

JScript - handling OK/Cancel in confirmation box
Posted by Craig G at 12/7/2004 11:55:58 AM
hi, im only learning javascript, i have this little code snippet that i wish to use. basically the code-behind page will display a little jscript confirm message box Public Sub ASPNET_MsgBox(ByVal Message As String) System.Web.HttpContext.Current.Response.Write("<SCRIPT LANGUAGE=""JavaSc...more >>

how to make this variable available to other subs
Posted by djc at 12/7/2004 11:52:50 AM
I have several subroutines (all inline code) that wind up using the same database connection object variable. I have been declaring a new variable in every sub. I just now came to a point where I want to call one sub that will utilize a database connection from within another sub that is already ...more >>

Caching problems in ASP.NET 2.0 beta 2
Posted by Gavin Pollock at 12/7/2004 11:46:15 AM
Is anyone using Caching (HttpRuntime.Cache) in Whidbey? Not sure if there's another newsgroup for this though since it's still beta.... I'm having issues running a system built on 1.1 in a 2.0 environment... Simple (I think!!) use of the Cache as below, BOSContext bosContext = new BOSContext...more >>

Test requete
Posted by Mickael Jouvin at 12/7/2004 11:44:57 AM
Hello, I have a problem with my test of requete (if rsTbl("Nom_produit") = null then %> <option value="1"> "Aucune réponse ne correspond à la requete" </option>) and i don' know why ? <select name="Nom_produit" STYLE="Width:300;font-family:Arial;font-size:10"> <% SET dbConn = Server.Creat...more >>

Frameset page
Posted by Mariame at 12/7/2004 11:39:33 AM
Hi Everyone, I have a frameset Web Page contains 2 frame , first one have a banner, logo and menu second frame called "content" and it appears in it all page in site is it possible that i send a url that opens a choosen page in the content frame or i have always to open the default page that ...more >>

Intermittent ThreadAbortException while processing posted XML
Posted by splap20 NO[at]SPAM gmail.com at 12/7/2004 11:26:45 AM
Every day a large chunk of XML is posted up to my app via http. The app interprets this XML and writes results to a SQLServer. Occasionally a ThreadAbortException is thrown during this process. Despite being caught, this exception propagates all the way up the call stack. I know this is by desig...more >>

Calling WS from Javascript
Posted by Ganesh Ramamurthy at 12/7/2004 11:19:01 AM
Hi Experts, I have written a .net Web Service. I want to invoke a web method from the webservice, pass parameters to the webservice and get the resultant value from the web service using javascript. Can anyone tell me how to achieve this task? Please Help.... Thanking you in advance ...more >>

add total row
Posted by Mike at 12/7/2004 11:03:08 AM
I'm populating my datagrid via sql of course and i have some SUM(table) as total in it as well. Now on my grid I want to show the Totall in the footer of the grid, How can i show the Total in the "footer" such as The Total cars sold is: 45,252 ...more >>

javascript and vbscript in the same page
Posted by William F. Robertson, Jr. at 12/7/2004 10:51:50 AM
My problem is I routinely use both vbscript and javascript (yes, that is a problem in itself) on the same webpage. I feel placing the "javscript:" or "vbscript:" on all my client side events is bloating the size of my page, especially in my menu. I am aware the "default" language of the page ...more >>

How can I refer to the root folder of my web application
Posted by Dave at 12/7/2004 10:49:55 AM
Sorry, another quick question, How can I refer to the root of my web application? Say I have an image in my root folder that I want to use in a subfolder of a subfolder of the web application. Do I need to know how many directory levels deep I am to reference it? ...more >>

Referring to a User Control up one level in the Directory Structure
Posted by Dave at 12/7/2004 10:33:28 AM
Greetings, I have a web application that has a folder with a section of my web application. How can I reference a user control that is one level up in the directory structure? <%@ Register TagPrefix="PHM" Tagname="HeaderMenu" src="HeaderMenu.ascx" %> but, "HeaderMenu.ascx" is in the pa...more >>

WebForm objects in Business Tier?
Posted by Keith-Earl at 12/7/2004 10:20:23 AM
Okay, looking for a Best Practice. We are building a classic three tier app in VB.NET. When we load up a WebForm we have access to very useful objects such as the Session object. We frequently store short lists in Session or even Application objects and retrieve them later without having to...more >>

Is it better to use cell spacing for table layout
Posted by Ryan at 12/7/2004 9:49:05 AM
I am not a web programmer and trying to figure out the best way for laying out a form for data entry. I would like, for example, to have a right justified label followed by 5 pixals and a left justified textbox. Should I use three columns for this, with the center column five pixals wide or two ...more >>

windows authentication: how to catch the case a user entered a wrong password
Posted by Dan at 12/7/2004 9:44:43 AM
hi ng, i have a problem with windows authentification. i want to forward every user who 1. is not authorized 2. or could not be authenticated to a login page ------------------- The scenario is an intranet application that can be used by some defined active directory users. web.con...more >>

DateTime conversion
Posted by Vishal at 12/7/2004 9:43:50 AM
Hi, I am tryoing to convert the following string to a date. Unfortuanly I get the error: "String was not recognized as a valid DateTime." This is my code: CheckDate("2004-11-01T21:18Z") private function CheckDate(ByVal strPostDate as string) Dim dtDate As DateTime = Conve...more >>

Web service Impersonatation?
Posted by Frank Wisniewski at 12/7/2004 9:41:28 AM
When I set up impersonation in the web.config file and specify a user and password I get strange results. This line of code will get me the user account I set to impersonate: System.Security.Principal.WindowsIdentity.GetCurrent().Name This line of code will get me my user account ever time: ...more >>

display hierarchical data in datagrid
Posted by Mike at 12/7/2004 9:39:04 AM
I'm looking to have my datagrid display my data such as: BMW MODEL Engine Color Chevy Model Engine Color etc I downloaded an example from http://www.wimdows.net/articles/article.aspx?aid=19 but i Ca...more >>

select to dataset
Posted by patryk78 at 12/7/2004 9:17:58 AM
hello i have a database in MS SQL from my friend and i cant modify structure of this database, and there is a little problem : i have one table ARTICLES where are columns : id_article, name and others second table is CONTRACTOR with id_contractor, name, and contractor may have many price...more >>

Help with calender control
Posted by Chris at 12/7/2004 8:45:15 AM
Hi, I am trying to create a popup calender so a user can click on a button on the main form, a calender will then popup, the user will select a date and then click ok on the popup. The date will then be passed back to the main form and populate a textbox. I tried two options. None worked. ...more >>

response.redirect question...
Posted by Johnb41 at 12/7/2004 8:39:32 AM
My web page has a bunch of text boxes, check boxes, radio buttons, etc. The checkboxes have an OnCheckedChanged event. The textboxes have an OnTextChanged event. etc... When my page is submitted, it reloads the page, and then processes the code for the events (assuming a checkbox h...more >>

maintain state
Posted by rodchar at 12/7/2004 8:17:05 AM
hey all, i was wondering what are some ways to maintain state between a public site and a secured site? (Best practices and resources are welcomed). thanks, rodchar...more >>

Any other good ASP.NET groups?
Posted by Vieth at 12/7/2004 8:05:22 AM
Hi! I'm kind of new to microsoft.public.dotnet.framework.aspnet. In the past I just searched the group's archives when I had a question, but now, with the release of Google Groups 2.0, I decided to "subscribe" so that I get all the messages via e-mail. So I'll probably be participating more a...more >>

ScreenScraping and Viewstate
Posted by Rob Reagan at 12/7/2004 7:09:02 AM
I'm writing a screenscraper in Visual Basic .NET that is scraping an ASP .NET website. I've used a tool that echos what my browser submits to the website and what my scraper submits to the website. The submissions are identical EXCEPT for the viewstate. I'm having a horrible time finding the r...more >>

deploying asp.net application
Posted by niv at 12/7/2004 6:37:43 AM
Hello, I am not sure what I need to do before deploying my asp.net web application. I have uploaded all aspx pages.. actually the entire project folder to my web host and then I tried typing in the www.domainname.webform.aspx and the page does not show up. Is there something else I ...more >>

Problem with asp.net app only allowing 1 user at a time
Posted by jsale at 12/7/2004 6:25:02 AM
I'm currently using ASP.NET with VS2003 and SQL Server 2003. The ASP.NET app i have made is running on IIS v6 and consists of a number of pages that allow the user to read information from the database into classes, which are used throughout the application. I have made class collections which...more >>

Overlapping Images in ASP.NET
Posted by Fahad Aijaz at 12/7/2004 4:37:02 AM
Can any one tell me how can I create overlapping images using ASP.NET. That is, One rectangle drawn as a background image and then another image is placed over it. If the upper image gets transparent, the background image should be visible. Can any one help me in this?...more >>

Timelimit of showing ASP.NET Page
Posted by Peter at 12/7/2004 4:03:02 AM
Hello! Please could someone advice me, is it possible to show an ASP.NET page for a user say for 5 minutes and after this time has passed the user would be redirected to another page? Thanks. Peter...more >>

ImageUrlEditor
Posted by sara at 12/7/2004 3:07:03 AM
Hi all How can i use ImageUrlEditor in web page thanks ...more >>

MultiPage
Posted by sara at 12/7/2004 3:07:02 AM
Hi all How can i use trapstrip & multipage to navigate througth aspx page thanks ...more >>

Png Image display Problem
Posted by Fahad Aijaz at 12/7/2004 2:15:05 AM
Hi, I am trying to display a Png image via ASP .NET. I get the image from the stream, creates the Bitmap, set the content type to Image/Png, but it give an error. If I set the content type to Image/Jpeg it works really fine. Below is the code I wrote and the error msg: ******************...more >>

Framework SP2 Issues
Posted by Jim Slade at 12/7/2004 1:59:02 AM
Before I go ahead and install the .NET Framework's Service Pack 2, I was just wondering if there are any know issues to be addressed with regard to ASP.NET applications that were developed with .NET 1.1/no sp. Are any of you running it? If so, any issues? Are any of you avoiding it? If so, w...more >>

Modeling a Hosted Environment
Posted by Jim Slade at 12/7/2004 1:55:15 AM
I just installed Windows Server 2003 on a new machine and want to test the ability to run multiple sites off of one server - as would be found in a hosted environment. What I'm interested in is how to set up the folder hierarchies (file system) and virtual folders (IIS). I understand that variou...more >>

Stupid Question ? IIdentity
Posted by margelos NO[at]SPAM gmail.com at 12/7/2004 1:42:21 AM
I have a created 2 single signon projects that works fine, by using IIdentity, my stupid question is that how do i clear the User object. After the user navigates through the sites by clicking Logout the User object must become null, so he should login again in ordr to enter the site, how do i d...more >>

Reading html body through ASP.Net
Posted by Luqman at 12/7/2004 1:41:54 AM
How can I retrieve text from html file and write to textbox. Best Regards, Luqman ...more >>

Access MSDN Newsgroup in Microsoft Outlook
Posted by weichung [MCSD, MCDBA] at 12/7/2004 1:33:01 AM
Anybody knows how to access this newsgroup through outlook? or more specifically, how do I know the nntp server path? I would appreciate if any of you could help. Thanks -- Regards, Wei Chung, Low Software Engineer, Malaysia...more >>

DataGrid question
Posted by itgMan at 12/7/2004 12:01:01 AM
hello friends, i have a question about datagrid, i have binded a datagrid with a datatable from values that came from a comma seperated values (.CSV) file i have created textboxes in all datagrid cells on the ItemDataBound event and put text from each cell to the new text box in that cell...more >>


DevelopmentNow Blog