Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score URL Manipulation
Aaron - 6 Aug 2005 11:50 PM - 6 messages
I've seen many websites running on asp.net with folder-like url set up. ie [link] would become [link] ...
Score using impersonation in code
smHaig - 6 Aug 2005 6:51 PM - 3 messages
I am new to asp.net and am trying to open a word document readonly from the server.  I am not sure how to do that either, but what I tried gave me an error re: rights.  I read the following on impersonation, but got an error ...
Score Accessing Checkboxes in Repeater control
Imran Aziz - 6 Aug 2005 6:30 PM - 3 messages
Hello All,     I have added html checkboxes in each row of the repeater control that I draw on the page. Now when I wan to find out if the check boxes have been checked or not, I cannot seem to access them. Can anyone please guide me how ...
Score Validate image exists
CDWaddell - 6 Aug 2005 6:30 PM - 3 messages
I'm trying to write some code to validate if an image is present on the server. If the image is missing then I want to display out noimage.gif file. I have a website that has thousands of products with thousands of images for ...
Score asp.net web service Cannot connect to the configuration database
kstriyhon - 6 Aug 2005 5:34 PM - 1 message
hellow i need to get sharepoint user credentials, in order to get this information i'm using the next code. in a C# web service SPSite site = new SPSite("http://sharepoint/"); SPWeb web = site.OpenWeb(); string cadena = web.CurrentUser.LoginName; ...
Score Saving Parent-Child when Identity Column is Involved
WhiskyRomeo - 6 Aug 2005 4:38 PM - 2 messages
Since I can't get answer from the author, can someone address this? In this article . . . [link] In the "The Transaction and Sequence" paragraph, the author makes this ...
Score first click wont fire on dynamic load of usercontrol
roni - 6 Aug 2005 3:35 PM - 3 messages
hi. what im doing is replacing user control in dyanamic way,with page.loadcontrol. after i replace , when i click on the first time on button, there is no respond. only the second click get respond. i guess it's somthing with the dynamic loading and the "connection" between ...
Score Localization: user selectable UICulture w/ UICulture = auto
Samuel - 6 Aug 2005 10:21 AM - 6 messages
Hi, I am running into a problem of mixing UICulture = auto and allowing users to select culture using a dropdown list. I am detecting a querystring, "setlang", and when found, setting the CurrentUICulture to what's specified in the querystring. Since I want to ...
Score How to control session timeout in WebConfig?
charliewest - 6 Aug 2005 9:08 AM - 4 messages
Hi - I'm trying to control the error that is thrown when the session times out. My code is as follows: <customErrors            mode="RemoteOnly">     <error ...
Score HTTPModule and App_code ASP.NET 2.0
Samuel - 6 Aug 2005 8:02 AM - 4 messages
nHi, is it possible to add pure code to APP_Code folder to act as an HTTPModule? If so, how do I reference it in web.config? I know global.asax is the place for such thing but I am just wondering. ...
Score server resource monitor
Jason - 6 Aug 2005 5:48 AM - 1 message
hi, all, I need to write a web app. which can let user (web sites owner) to know basic information of the web server, like system running time, cpu usage, hard-drive availabe space, etc., but i have no idea where to start or this is posiible or ...
Score Error when Client posting file to Win 2003's IIS
Rabbit - 6 Aug 2005 3:53 AM - 1 message
Dear all, My application contains 2 parts(Server and Client), the server side is having a ASP.net page as listener for client side to post file, the main coding to receive posting file as following: ----------------------------Listener major coding-------------------------------------------- Line 1    Dim strAppPath As String = HttpRuntime.AppDomainAppPath ...
Score Problem using query builder for visual web developer express 2005 beta 2
Bob - 6 Aug 2005 2:22 AM - 2 messages
Trying to use VBisual web developer express 2005 beta 2.  Dragged an accessdatasource to the blank web page.  Started to configure.  Entered location of an access database.  On next page, clicked on Query builder.  Got error with "Microsoft Visual Studio" in the title - I am ...
Score Asp.net/Web Services
tshad - 6 Aug 2005 1:16 AM - 5 messages
Is there a good program or method for documenting your Web Services similar to JavaDocs? I am trying to find a good way to keep up with our Documentation and make it easier for our developers to keep track of what we have available as well as ...
Score How to Determine JavaScript Enabled on Server-Side
Steve Murphy - 6 Aug 2005 1:09 AM - 2 messages
How do you determine whether JavaScript is enabled from your C# code on the server-side? Thanks. ...
Score DataGrid Controls Don't Work with JavaScript Disabled
Steve Murphy - 6 Aug 2005 1:03 AM - 4 messages
When JavaScript is disabled on FireFox, the selection and paging controls on my DataGrids stop working. Am I doing something wrong here, or are these controls tied to JavaScript? Thanks in advance. ...
Score Giving the user the option to download a file
Nathan Sokalski - 6 Aug 2005 1:03 AM - 5 messages
I want to give visitors to my site the option of downloading a generated ..txt file by clicking a button. I know how to generate text files, but how do I cause the browser to pop up one of those dialog boxes that says ...
Score Server and ASP.net Application error
Yousri - 6 Aug 2005 1:01 AM - 4 messages
Hi All, While I was trying to start ASP.Net Web Application I got this error: " Error while trying to run project. Unable to start debugging on the web server. The server does not support debugging of ASP.Net or ATL server ...
Score Selectively removing Cache Key
tarunbajaj - 5 Aug 2005 11:49 PM - 5 messages
Hi all, I am inserting a key in HttpContext.Cache Some keys I am caching for multiple days. Out of these once a while I need to reset cache entry of specific key. I can do a lot to reset the whole cache, but I wanted to selectively ...
Score postback
vinay - 5 Aug 2005 10:40 PM - 2 messages
when will the page create a JS for postback?? I am trying to handle it manually, it wont find the function?? __doPostBack('btnSearch',''); Is that function generated after a postback?? Is there anyway to generate it on load?? <script language="javascript"> ...
Score Upload .xls file to SQL Server via ASP.NET app
bubberz - 5 Aug 2005 8:51 PM - 2 messages
I got so far as to take a file from my local machine to another directory on my C: drive: Dim getmyFile As HttpPostedFile = myfile.PostedFile If IsNothing(getmyFile) Then Label2.Text = "Please select a file to upload" Label2.Text = "Line 78" ...
Score problem with date types
Rob T - 5 Aug 2005 8:06 PM - 13 messages
I'm storing a date/time into a SQL table of type datetime.  I need it to be precise so the value is stored to the 1000th of a second.  ie  "insert into myTable mydate values ('08/05/2005 2:56:11.987').  This works fine...if you ...
Score ASP.Net 2.0 and Source Control
J.Marsch - 5 Aug 2005 7:56 PM - 2 messages
Hello all: I am trying to create a multi-project solution in VS 2005, and I'm having some problems with Source Control.  I am running into 2 very vexing problems.  Can anyone give me a pointer? Some layout information: ...
Score copy a datagrid cell to another
Lyners - 5 Aug 2005 6:59 PM - 6 messages
What I want to do, I have a datagrid with totals in one column and a text field in the next. What I would like to provide is a way for the user to click on an arrow under/next to the total amount that would then load into ...
Score ASP.Net Duplicating DB Entries
Todd Plambeck - 5 Aug 2005 6:51 PM - 3 messages
I have an ASP.net order entry system that will occasionally insert duplcate orders into the database.  We are using SQL Server for the session state. This also only seems to happen when the server has not been rebooted for a ...
Score getting user info with SPSite error
kstriyhon - 5 Aug 2005 6:26 PM - 1 message
hellow my problem is i need to get the log in user information from the site in the code. i tried this but i get this error "Cannot connect to the configuration database." SPSite site = new SPSite("http://sharepoint/BIP/default.aspx"); ...
Score New server contol errors.
cwbp17 - 5 Aug 2005 5:37 PM - 1 message
When I drag and drop controls such as View control (Standard) or SqlDataSource (Data) from VS 2005 Beta 2 Toolbox and see error message "The operation could not be completed. Unspecified error." Other controls (e.g., Button (Standard) or GridView (Data)) work fine. ...
Score asp.net runtime
abcd - 5 Aug 2005 4:55 PM - 2 messages
How do I determine that ASP.NET runtime 1.1 is installed on the machine? ...
Score Odd characters in browser
DC Gringo - 5 Aug 2005 4:48 PM - 3 messages
I have a strange issue where some non-English, but Latin characters are rendering impropertly in my browsers (both IE and Firefox, for example). The underlying HTML code--whose source is a RSS XML feed that also looks clean--reads: ...
Score how to access the other tables in datasource from ItemDataBound
roni - 5 Aug 2005 4:42 PM - 1 message
hi. i create dataset that has 5 datatables in it. i set this dataset to repeater.datasource in the ItemDataBound event of the repeater i can access to the first table with : Dim dr As DataRowView dr = CType(e.Item.DataItem, DataRowView) ...
Score The data at the root level is invalid. Line 1, position 1
Alan Wang - 5 Aug 2005 4:24 PM - 2 messages
Hi there, I got this message ("The data at the root level is invalid. Line 1, position 1.") when I moved the application from my workstation to Windows 2003 web server. But the wired thing the whole application works fine on my ...
Score Session_end Global.asax
Manny Chohan - 5 Aug 2005 4:18 PM - 5 messages
Hi Guys, I maintain login info for users in table such as who, when and sessionId. When they click log off, i note the time in table. Some of these users just close the window therefore i end up with Nulls in ...
Score Problem with EnableViewState on datagrid
fthouot - 5 Aug 2005 4:12 PM - 1 message
Hi all, First, i can't access to the dotnet.framework.aspnet.datagridcontrol so i post my message here. I use VS2003 French, ASP.NET and VB.NET. When I fill a datagrid from SQLserver, everything is OK (with autogeneratecolumn and EnableViewState). ...
Score close model form after database update
Lyners - 5 Aug 2005 3:43 PM - 3 messages
I have a page (pop-up) that I modal to add new users to a system. My problem. I have an Add User Button pn the pop-up, and when pressed it post back and reloads the "Add User" page (pop-up) as a regular page, not the pop-up. What ...
Score Debug Mode - Goes to lunch
Jim Heavey - 5 Aug 2005 3:41 PM - 2 messages
If I place a stop on a line of code, the application stops at the designated line of code, but when I press the button to advance to the next line of code, it takes about 20 seconds for the system to respond.  This is for a ...
Score Control bottom right hand corner of screen Dotnet
csgraham74 - 5 Aug 2005 3:24 PM - 3 messages
Hi guys, I ve created a web control - i want to make sure that it always sits at the very bottom of the browser screen. How can i achieve this. Ive been playing about with tables etc.. in html but moving the vertical align ...
Score Custom onclick event for composite control
AndrewF - 5 Aug 2005 3:05 PM - 1 message
Hi there. I am royally stuck with this so any help would be greatly appreciated. Basically I have a set of classes that create composite controls for the user. One of these is an upload object so users can upload files to ...
Score Best way to modify HTML HEAD from web control
darrel - 5 Aug 2005 3:00 PM - 4 messages
I have a webcontrol for the navigation our site. I'd like to load some javascript with it. Normally, one would put these in the HEAD of the parent page. Is there a preferred method for adding tags to the HEAD of a parent ...
Score Uploading Document
Manny Chohan - 5 Aug 2005 2:51 PM - 6 messages
Hi Guys, I am having problem with uploading documents using .net. If the size of doc is large, 4 mbs or more, it will give me an error Server not available etc. While small docs are fine. What can i do to resolve this issue? ...
Score How use javascript with asp.net forms?
COHENMARVIN - 5 Aug 2005 2:37 PM - 4 messages
I have a problem that sounds simple but seems impossible with asp.net. I calculate a variable in the Page_Load event, call it X.  Then I want my range validators to fire when a textbox value is greater than X. ...
Score ASP.NET 1.1 Pass Post to Another Page
DT - 5 Aug 2005 2:31 PM - 3 messages
Hi Group, I'm trying to integrate a new site in with an old site. There are some legacy pages that a user must log into. I would like to have an ASP.NET 1.1 page take user credentials in and then transfer that request to the ...
Score Encrytion causing error
Chris Kennedy - 5 Aug 2005 2:08 PM - 6 messages
I am encryted some data for use in calling an xml function System.Xml.XmlException:'?', hexadecimal value 0x13, is an invalid character. Here is my encryption function. Function Encrypt(ByVal value As String) As String         Dim cryptoProvider As DESCryptoServiceProvider = New ...
Score Load v1.1 framework for ASP page with v2.0 installed on the same machine
kandiko - 5 Aug 2005 2:05 PM - 3 messages
Hello all, I'm trying to configure a straight ASP application to run using the 1.1 framework.  Currently, the server has 2.0 installed and it starts up under the 2.0 framework, even though I have specified v1.1 in IIS. ...
Score How to make columns invisible at runtime in datagrid?
Imayakumar - 5 Aug 2005 2:02 PM - 3 messages
Hi, I have a requirement, in which i have to customize the datagrid's appearance. One part of it is to make certain columns in the datagrid visible true or false based on certain scenarios. Please help me to do this... ...
Score How to determine if context is Windows Forms or Web Forms
Arsen V. - 5 Aug 2005 1:47 PM - 8 messages
Hello, I have a localization class that I want to use from either Web or Windows Forms apps. Currently it stores some information in the HttpRuntime.Cache object. I want to be able to determine the current context in which the ...
Score CustomValidator doesn't give error message
COHENMARVIN - 5 Aug 2005 1:47 PM - 2 messages
I have a customValidator that calls a client function. Here is the client function <script language="JavaScript">   function ClientValidate(objSource, objArgs)     {     var intnumber = objArgs.Value;         if (intnumber > 5) ...
Score Extract EXIF infromation from JPEG file
Jacek Stawicki - 5 Aug 2005 1:47 PM - 1 message
Hi everybody! I'm looking for a piece of code, that helps me extract informations from jpeg file and also (if it is possible) to write some data to exif tags in jpg's. Any help will be appreciated. ...
Score Populating a text field and then getting its value
Imran Aziz - 5 Aug 2005 1:35 PM - 8 messages
Hello All,     I am populating a text field dynamic in my code, and its a read-only textbox control. It populates it perfectly fine. but when I get its value back in code I get an empty string any clues as to how to get this sorted ...
Score WSDL
Chris Kennedy - 5 Aug 2005 1:15 PM - 3 messages
How do I create a bat file to call wsdl.exe program I have tried C:\Program Files\Common Files\System\Mapi\1033\NT\wsdl /l:vb [link] but it does not work. This is where Windows Explorer tells me it is. ...
Score ASP.Net Apps and shared code
Web Team @ Borough of Poole - 5 Aug 2005 12:58 PM - 6 messages
Hi All, Currently, our site is configured like this: /netapps <- Configured as an application in IIS /netapps/bin <- Contains all DLLS for all apps /netapps/appname1  <- These are not configured as app in IIS /netapps/appname2 ...
Score can't find Beta 2 XML namespaces
curtiszarger - 5 Aug 2005 12:49 PM - 1 message
I'm converting an appllication from VS2003 to VS2005.  It uses XLST.  I understand that there have been some changes made where some methods have been moved/changed/obseleted.  Some of the methods (eg, XsltArgumantList and XsltCommand) are now to be found in System.Xml.Query.  I don't seem to have ...
Score use session from class library
scottrm - 5 Aug 2005 12:38 PM - 3 messages
I have an asp.net page which uses a class from a class library. Is there any way to store values into the session from code inside the classes in the class library ...
Score VS Net
Chris Kennedy - 5 Aug 2005 12:27 PM - 3 messages
Is there anyway to make VS.net create webforms with no codebehinds. Just an advanced text editor. ...
Score MySQL Connecting Problume
Rajesh A via DotNetMonster.com - 5 Aug 2005 12:06 PM - 5 messages
Hi Friends whenever i am connecting to MySQL then i am facing this error message. " ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified "   i am using ASP.NET i allready installed MySQL DRiver ...
Score Problems using Request.Querystring in ASP.net C#
Imran Aziz - 5 Aug 2005 12:06 PM - 4 messages
Hello All,     I am new to ASP.net, have been using ASP for sometime, I am trying to get an integer variable sent in querystring but keep getting all sorts of errors when I try to use it the same way as I did with ASP. ...
Score GUI developer working on asp.net app w/o VS.NET
epigram - 5 Aug 2005 11:41 AM - 3 messages
I've got a couple of developers working on an asp.net app using Visual Studio .NET 2003.  I've got a graphics person that needs to be able to work on the aspx pages.  This person is using Dreamweaver (if that makes any ...
Score Invalid path for child request
Gürkan Demirci - 5 Aug 2005 11:11 AM - 2 messages
Hi, i am trying to execute (Server.Execute) an aspx file out of the main aspx file. The aspx file which i am trying to execute is in an subfolder "plugins/header.aspx". The line Server.Execute("plugins/header.aspx?id=0") gives me the error: ...
Score generated imageButton does not receive click Event
gabriel - 5 Aug 2005 9:12 AM - 3 messages
greetings, I am currently stucked with the following problem : I got userControl which is programmatically fed  ImageButtons. Then, in his render method, it creates a table containing the imagebuttons. When I Click on the imageButton, the browser should be redirected to ...
Score Impersonation/Delegation without web.config.
Paul - 5 Aug 2005 7:04 AM - 2 messages
In my ASP.NET 1.1 app, I have a particular function I need to run in a particular account to access a resource (file system) on the network.  I know I can do this through a web config file, however the page that needs it is ...
Score Nested Data List!
Adam Knight - 5 Aug 2005 6:11 AM - 2 messages
Hi all, I have a datalist which contains another datalist in it selected item template. When a particular datalist item is selected i am wanting the nested datalist control to be data bound. My problem is i just can find a way to reference this nested data list. ...
Score Print Letter
wrytat - 5 Aug 2005 5:54 AM - 6 messages
Hi! My web application requires the users to activate their account before they can access to it. So, in order to activate their account, the administrators have to assign activation passwords to them. After an administrator assigns an activation password to the user, I'd like to print out a letter, or create ...
Score FireFox is not Going to Validate any type of Field Validator
Malik Asif Joyia - 5 Aug 2005 5:34 AM - 4 messages
Hello i have made the asp.net web forms and i have used different type of Validators in webforms. but when i run my form from Mozilla Firefox any type of validator desont work and page is submitted without validations. ...
Score FireFox is not taking Care of any Validator and doest invoke any...
Malik Asif Joyia - 5 Aug 2005 5:28 AM - 3 messages
Hello i have made a application in ASP.NET and in forms i have used Range Validators and Required Field Validators but when i run page in Mozilla FireFox V1.0.4. it doesnt take care of any validator and submit the page without validating .. ...
Score Session State - lost sporadically and frequently
Sandy - 5 Aug 2005 1:41 AM - 5 messages
Hello - I have an application that uses the default session state from Visual Studio ..Net 2003: <sessionState             mode="InProc"             stateConnectionString="tcpip=127.0.0.1:42424" ...
Score User Controls
Charles A. Lackman - 5 Aug 2005 1:35 AM - 2 messages
Hello, I have a user control that is added to a panel on a button click base on what is inside a dataset.  IE For each Arow in Dataset.Table("Order").Rows MyControl = LoadControl("OrderControl.ascx") Page.FindControl("Panel1").Controls.Add(MyControl) ...
Score Reforming / Extending System.Resources.ResourceManager
Ross Holder - 5 Aug 2005 12:41 AM - 1 message
Have to admit, at first it looked pretty solid: creating a Resources class in the .NET framework to facilitate encapsualtion of content along culture lines.  But after using it again recently, and considering the more realistic necessity of keeping content database-driven, I realized there's a need here ...
Score Temporary ASP.NET Files ?
WJ - 5 Aug 2005 12:29 AM - 3 messages
I have this folder on my IIS-6 server (win2k3): C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files. How can I force IIS-6 to load a new asp.net assembly without going into the above folder and delete the files. ...
Score Question about login script
Joe - 5 Aug 2005 12:23 AM - 5 messages
Hi, I have a login page.  Where user enters an email and password. Then I;m checking if user account is active or not. Before a user can login, he needs to activate his account.  If the account is active then Active field is set ...
Score Datalist ItemDataBound modification
mplutodh1 - 4 Aug 2005 11:16 PM - 4 messages
I am trying to work with the ItemDataBound property of the DataList to modify the display for a page that lists future events. Here is the code:    Sub OnItemDataBound(ByVal sender As Object, e As DataListItemEventArgs)       If e.Item.ItemType = ListItemType.Item OR e.Item.ItemType = ...
Score Simple question about cookies
Joe - 4 Aug 2005 10:51 PM - 4 messages
Hi, I’m creating a cookie named “tick” that should expire after 1 day when user logs in. TheDomain = ".[link]" ThePath = "/dir1/subdir" Response.Cookies("tick")("ID") = Session("userEmail") Response.Cookies("tick").Expires =  DateAdd("d", 1, Now())  ...
Score FAQ Reformating the Dates in ASP.NET / MSSQL Database that has some <NULL> values
Rookie Card - 4 Aug 2005 10:14 PM - 2 messages
Issue - Reformating the Dates in ASP.NET from a MSSQL Database that has <NULL> values in a SmallDateTime Field to read "Dec 8, 2000" instead of "12/8/2000 12:00:00 AM" (As you might already know "DateTime.Parse" will throw an exception ...
Score Fire Link Button Event!!!
Adam Knight - 4 Aug 2005 9:37 PM - 3 messages
Hi all, Is it possible to fire a link button event from code using vb? If so, how would i go about doing that? I tried typing my reference to the control and see if there were any events i could use via its properties. ...
Score tab sequence/highlighting/formatting
pallabs - 4 Aug 2005 9:28 PM - 7 messages
I'm new to asp.net and is having problems doing the following: 1. The tab sequence in a asp form is not working properly. The page is a login form and tabindex is set to 0 for username, 1 for passwd and 2 ...
Score How get RangeValidator to work when bounds are from databind
COHENMARVIN - 4 Aug 2005 9:01 PM - 2 messages
I'm trying to get a rangevalidator to work.  Normally this is easy, but here I'm trying to make the rangevalidator check a range that is from variables. Here is the code.  Its simple, but it doesn't work.  Any help is ...
Score Public function scope in modules
Chris B. - 4 Aug 2005 9:01 PM - 4 messages
I'm getting some strange results in an asp.net web application that has recently gone live. In the header of almost all the pages, the full name of the currently logged in user is displayed. On occasion, this changes to the name of some other ...
Score Saving a new Word document to SQL Server.
rm63 - 4 Aug 2005 8:56 PM - 2 messages
Hi, I am creating new Word documents using C# (automation) and would like to save the documents to SQL Server directly (bypassing the filesystem).  Has anyone tried to do this?  If so, how? I already now how to upload documents to SQL Server.  I just don't know how ...
Score Saving work on Back button
tshad - 4 Aug 2005 8:52 PM - 4 messages
Is there an event that gets fired when the Browsers Back Button is pressed? I want to save the clients entry if they should hit the back button by accident. Thanks, Tom ...
Score Print Screen
chicken butt - 4 Aug 2005 8:26 PM - 3 messages
I have a back office app developed using the 1.1 framework with VB.NET. When we print using the browser, the end result is garbled pretty good. I am wondering if it is possible to create a "print screen" button on ...
Score Simple CMS for my site?
Olav Tollefsen - 4 Aug 2005 8:23 PM - 2 messages
I need a really simple Content Management System for my site to make it possible for a site admin to update content without touching the ASP.NET application. The CMS needs to take care of pictures and design. It is not a ...
Score Integrating JavaScript
James - 4 Aug 2005 8:16 PM - 2 messages
Say I have a Server Side button that I'm using in ASP.NET.  The button does some validation and uses a javascript alert box to give the answer to a user.  I can get this to work, by dynamically writing out the javascript for ...
Score Changing the ASP.NET User in ASP.NET 2.0
Pablo Cibraro - 4 Aug 2005 8:09 PM - 2 messages
Hi, Anybody knows how to change the machine user (ASP.NET)  in ASP.NET 2.0 ?. This configuration is no longer available in the Machine.config file. Thanks in advance. Pablo. ...
Score Linking a text box and/or a list box to an Access table's column.
ryan.d.rembaum - 4 Aug 2005 8:05 PM - 2 messages
I have posted q couple questions about databinding, but figured I'd simplify my questions and see if what I want to do is even possible. I have a database C:\mydatase.mdb In it there is a table tbleCategory ...
Score Please Help: CSS div And td Alignments in Firefox
Joey - 4 Aug 2005 8:04 PM - 3 messages
Hello all, I have been designing a site where the main content is enclosed in one table, and that table needs to be centered (the centering is done by using another container such as a div or table). In the future we might change things so that all content is ...
Score encoding of "&" vs "&amp;" in url
DC Gringo - 4 Aug 2005 7:52 PM - 8 messages
I am having a bear of a time with setting a URL query string as a text value in a dropdownlist and Server.URLEncode does not seem to do its job. theFullLink = theLinkPrefix & theImageryTypeTrimmed & Server.URLEncode("&f=") ...
Score Excel interop problem. Access is denied.
Alex D. - 4 Aug 2005 7:11 PM - 7 messages
Hi .I cant seem to find a way to authorize asp.net user to create an Excel application using this: Microsoft.Office.Interop.Excel.ApplicationClass excel = new Microsoft.Office.Interop.Excel.ApplicationClass(); I keep getting this error: Retrieving the COM class factory for component with CLSID ...
Score Cookie ?
WJ - 4 Aug 2005 7:04 PM - 3 messages
Cookie Bakers ! 1. I cannot find my cookies in my client XP folder (C:\Documents and Settings\MyWindowsLoginID\Cookies). I tried to find it while I am still in the browser and while I log out the web site and quit the browser (MS/IE ...
Score How to get ASP.NET working on new box
AE Guy - 4 Aug 2005 7:01 PM - 7 messages
I have a web app that I'm trying to get running on a new computer.  System is XP PRO.  I enabled IIS, ran aspnet_regiis -i, copied web app file (straight copy, no FPE) to the WWWROOT folder, changed properties of the folder and ...
Score where is the server mail queue located?
dee - 4 Aug 2005 6:59 PM - 1 message
Hi Where is the server mail queue located? This is a remote server that hosts the site Thanks. Dee ...
Score DataGrid.Items.Count and DataGrid Paging...
Green Start Button - 4 Aug 2005 6:45 PM - 2 messages
Hello, Folks! How can you get the DataGrid.Items.Count to reflect the FULL record count instead of displaying the page size? I'm using this property and all it's displaying is the page size of 10. TIA... ...
Score Modal Web Page
Lyners - 4 Aug 2005 6:34 PM - 2 messages
I ahve a program that opens another page through modal. When I click on a button to close the modal page, it just reposts and does not close. I tried this within the event handler - Response.Write("<script language='javascript'>window.close()</script>") ...
Score How to call asp page from ASPNET
abcd - 4 Aug 2005 6:10 PM - 11 messages
is there anyway I can call ASP page from ASPNET page. How should I call...whats the syntax...or code sample thanks ...
Score Validation of viewstate MAC failed
Ray Stevens - 4 Aug 2005 6:04 PM - 5 messages
We have a web application running on a server farm that is behind a CISCO CSS switch. This switch has been configured to support sticky sessions so I am at a loss as to what might be causing this error. ...
Score How to create event when I put linkbutton inside repeater?
smash2004 - 4 Aug 2005 5:33 PM - 3 messages
I have VS 2005 CTP. I created a page with one repeater. Inside i put a linkbutton. Usually when i put linkbutton on a page I doubleclick it in designview and event gets created in codebehind file. Now i can't click on ...
Score Formatting Dates in ASP.NET / String was not recognized as a valid DateTime
Rookie Card - 4 Aug 2005 4:28 PM - 7 messages
I know this is a very common issue but cannot find a thread that resolves the issue. I need to re-format my dates to "MMM d, yyyy". The problem I have is I have an MSSQL database that allows <NULLS>. ...
Score 3.5"x5.5" page (like business card)
Munnu - 4 Aug 2005 3:56 PM - 3 messages
How can I make asp page that prints the contact information in 3.5"x5.5" (like business card) area? I have asp page that contains the information for my contact and I need to make one more view on that which is client card, ...
Score Close Form/Webpage and hyperlink back to Original Page
Lyners - 4 Aug 2005 3:45 PM - 2 messages
I am trying to figure out how to do this. I have created a form on a webpage that shows users that you can edit or delete. I have a hyperlink to another webpage that adds users. The "Add Users" webpage has 2 buttons for it, one for canceling, the other for ...
Score switch(true) in c#
Frank - 4 Aug 2005 3:41 PM - 10 messages
Hi, In classic ASP with vbscript, I'd sometimes do this. Select case true     case x = 3         code     case y = 6         code ...
Score How to select only ONE choice
Q. John Chen - 4 Aug 2005 3:33 PM - 4 messages
I have following senario on a page: Category A    Choice 01    Choice 02 Category B    Choice 03    Choice 04 I want only allow select ONE choice but I can not use radiobutton group ...
Score deleting rows in repeater control
Imran Aziz - 4 Aug 2005 3:14 PM - 3 messages
Hello All,     Is there a way to delete rows from a repeater control using any build in features? Imran. ...
Next »