|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Cookieless Forms Authentication and Roles
Mark Olbert -
24 Dec 2005 9:49 PM - 2 messages
I'm building an ASPNET2 website which uses forms authentication but does not use the Microsoft-supplied membership providers (mostly because I don't want to create my own provider at this point, and the supplied stuff comes with a lot of baggage I don't want/need). ...
IIs Newbie question: why cant I create a new ASP.net project?
Brad Rogers -
24 Dec 2005 5:04 PM - 6 messages
Im using vb.net 2003, click File/New/Project and in the Visual Basic projects, select the ASP.NET Web application The path is http://localhost1/something it takes several seconds and says NO! are you crazy? you cant create an ...
PDF conversion on web server
keith.langer -
24 Dec 2005 3:21 PM - 4 messages
Hi, I'd like to know the cleanest approach to generating PDF files on a web server. I am looking at converting multiple document types, but for now I'd like to know about .doc files. Basically, the user would upload ...
Calendar control question
DougS -
24 Dec 2005 2:00 PM - 2 messages
Is it possible to highlight more than one date in the calendar control? I'm trying to display a calendar to the user and highlight the dates that have action items. Is this possible? Or is this control just for selecting dates? ...
Writing data back to a database
Andrew Chalk -
24 Dec 2005 1:53 PM - 5 messages
I have some data in a DataSet and want to write it back to the underlying SQL Server database. Is there any simple "one-liner" way to write a dataset back to its database or do I have to go through the steps of creating a ...
Upload a directory structure in ASP.Net
Rasmus -
24 Dec 2005 11:09 AM - 5 messages
I’m looking for a solution to the problem of uploading a complete tree of folders and files to a webserver running an ASP.Net site. I’ve been looking at the Xupload ActiveX from Persist and got it working, ...
Help: Javascript for checking user
noor -
24 Dec 2005 9:07 AM - 2 messages
hi, can any one tell me a javascript that can be called on mouseover event of a html link control . script can check from session either a user is login or not In the case of Login it will redirect to the given url. ...
dataview transfer
Daniel -
24 Dec 2005 8:37 AM - 2 messages
HI all, Does anyone know how to transfer the filtered dataview to another new dataview? for example, in dvA has 3 rows. After filter by condition, it has 2 rows being displayed. The dvB set resource from the after-filtered dvA. It means ...
javascript for checking user
noor -
24 Dec 2005 8:35 AM - 3 messages
hi, can any one tell me a javascript that can be called on mouseover event of a html link control . script can check from session either a user is login or not In the case of Login it will redirect to the given url. ...
(VS2005) newbie question
Lloyd Dupont -
24 Dec 2005 7:52 AM - 4 messages
I am creating a test web site, let's call it MyBlog. No I would like to make a DLL of it and use the blogs.ascx in an other website. If I "publish" my website it create a DLL with some random looking name. ...
Reg:vs.net 2005 app_code
comzy -
24 Dec 2005 6:09 AM - 3 messages
I need few of my pages to be precompiled and i have to give it to other department so that they can have the basic functionality and in addition they will add their own pages and code. can anyone tell me how ...
expected identifier error
barry -
24 Dec 2005 4:09 AM - 7 messages
sString.Append("document.forms[0]. + name + .style.visibility = 'hidden'" & vbCrLf) The above is found in a function which has had name passed to it. This code is in the asp.net codebehind The name converts to card17 and would like code to look like this when ...
DataGrid DataSource is null on postback
Narshe -
24 Dec 2005 3:27 AM - 5 messages
If I create a datagrid, and set a source and bind it, the data shows up fine. When a postback occurs, the DataGrid.DataSource == null. Is there something in the web.config I'm missing? This is on asp.net 2.0. ...
Custom HttpHandler and Server.Transfer
bryan -
24 Dec 2005 2:27 AM - 9 messages
I've got a custom HttpHandler to process all requests for a given extension. It gets invoked OK, but if I try to do a Server.Transfer I get an HttpException. A Response.Redirect works, but I really need to ...
Codefile not getting executed
GaryDean -
24 Dec 2005 1:39 AM - 2 messages
I have a 1.1 asp.net project that has been converted by the conversion wizard. By and large the app runs allright except for one page... On one of the .aspx pages, the code behind file is not getting executed. It ...
How do I debug this...
clintonG -
24 Dec 2005 1:09 AM - 5 messages
After upgrading from Beta 2 to 2.0 an application and iterative copies of it throw a dialog at me which stating "Stack overflow at line: 0" and I have no idea how to debug this or what changed in 2.0 to cause it to occur. ...
HtmlImage and asp:Image servent onclick event
RKT -
24 Dec 2005 12:46 AM - 4 messages
(CSharp, NET2.0) Is there any way to EITHER: 1. Programmatically add a server onclick() event hander to the 'HtmlImage' HtmlControl control? OR 2. Programmatically preempt a 'Image' WebControl from invoking a postback? I'll spare you the 'why' I need to do this, but (hint) if I could derive a ...
CodeBehind File not getting executed
GaryDean -
24 Dec 2005 12:08 AM - 6 messages
I have a 1.1 asp.net project that has been converted by the conversion wizard. By and large the app runs allright except for one page... On one of the .aspx pages, the code behind file is not getting executed. It ...
Ridiculously Slow SqlServer2005 Sorting?
Mark Olbert -
23 Dec 2005 8:27 PM - 3 messages
Why does the following simple query against an SqlServer2005 table in an ASPNET2 website returning less than 10 rows: SELECT link_text, idnum, ts FROM bd_content WHERE parent_id = 0 AND idnum <> 1 take no time at all (less than 1 second) ...
Application-wide
Mark Olbert -
23 Dec 2005 8:17 PM - 3 messages
I want to bind a series of ObjectDataSource instances to an application-wide business object which caches the results of a database query. I'm confused about where/how to cache the results (it's a simple query, BTW, so I'm using a DataReader, not a DataTable). The ...
Protecting files
tshad -
23 Dec 2005 7:59 PM - 2 messages
How would I protect all my files from someone getting access to my asp,htm,gif,jpg etc. files? I can protect my .aspx files using Forms Authentication and dropping the following in my specific folders. <configuration> <system.web> ...
.aspx / .ascx in Visual Studio 2005
Rob -
23 Dec 2005 7:55 PM - 3 messages
Ok, I am a beginner when it comes to ASP.NET and C#. I have been "playing" with Visual Studio 2005 for about 1 week now and I cannot figure out how to create a .aspx or .ascx page in VS 2005. I want to use these files so I can ...
Server.Transfer Does Not Invoke IsPostBack in .NET Framework 1.1
Alex -
23 Dec 2005 7:29 PM - 3 messages
Hello, Quick question and I would really appreciate if anybody could helps me. Here are the steps to reproduce the problem. Create simple ASP.Net application. In code behind added protected class variable: protected string _result = "No result"; Page Load event has: ...
Coordination of projects
eagle -
23 Dec 2005 6:56 PM - 2 messages
I have 2 asp.net projects that I have build together as one solution, sharing procedures, etc. One project is for staff members, the other is for admin members. Pretty typical, where the administrators have more advanced options or options related to security, such as creating logons. They are ...
mozilla:MasterPageFile in web.config
Alexander Widera -
23 Dec 2005 6:38 PM - 2 messages
Is the a possibility to write the masterpages for different browsers into the web.config, so that i havn't to write in every single page e.g. ie:MasterPageFile=".." mozilla:MasterPageFile="..." ..... ? Thanks for help. Alex ...
named anchor
Nalaka -
23 Dec 2005 6:32 PM - 7 messages
Hi, Is there a gui control in VS2005 to set a "named anchor"? For an example now I go to the html and write the following code <a name="jumpToThisLocation"/> Thanks Nalaka ...
Refresh page error
Eric -
23 Dec 2005 6:31 PM - 3 messages
Hi, When my aspx (ASP2.0) page is being refreshed by the refreshbutton of the browser (ie) I get a message: "The page cannot be refreshed without resending the information....." How can I prevent this from happening? I would like it to be when the user forces a refresh, he will always be at ...
Embedding an image in the html?
David Thielen -
23 Dec 2005 6:15 PM - 8 messages
Hi; Is there a way to embed images in the response rather than writing them to disk and having an <img ...> tag? And if so, how is it done and what browsers support it? ...
File security weirdness createing file.
David Thielen -
23 Dec 2005 6:14 PM - 6 messages
Hi; I am creating png files in my ASP .NET app. When I am running under Windows 2003/IIS 6, the file is not given the security permissions it should have. It does not have any permission for several users that the directory it is in ...
Javascript to Set Focus to TextBox
Joey -
23 Dec 2005 5:41 PM - 4 messages
I have a javascript piece that sets focus to a textbox on one of my webforms. The script works fine for IE: it sets the cursor blinking in the textbox. In Firefox, however, it doesn't work at all. Below are two snippets from the page source as pulled directly out of ...
Modification by JavaScript function won't stay, why?
Andrew -
23 Dec 2005 5:26 PM - 2 messages
Hello, friends, I have a .aspx page, which may change label text based on a user's selection. For example, if a user select Visitor from a drop-down HTML control, corresponding label will be changed to Visitor's Name from original ...
When to use FormsAuthenticationTicket()
Andrew -
23 Dec 2005 5:05 PM - 2 messages
Hi, guys, After I use FormsAuthentication.SetAuthCookie() to anthenticate a user, I don't think I need to create a new FormsAuthenticationTicket(), right? Then, at what situation, we should use ticket? Any reference papers? Thanks. ...
ASP.NET License or Royalties
Steve Trandahl -
23 Dec 2005 4:26 PM - 3 messages
Are there any licensing fees or royalties associated with using ASP.NET on a production web site? Thanks, Steve ...
Comparing values between two arrays
darrel -
23 Dec 2005 4:14 PM - 3 messages
I have two comma delimted strings that I need to compare individual values between the two. I assume the solution is likely to put them into an array? If so, do I need to loop through one, comparing the other, or is there some ...
Cant start debugging - Tearing Hair From Scalp In HUGE CHUNKS !
Mr Newbie -
23 Dec 2005 4:10 PM - 3 messages
I cant start debugging on my local machine although I can start without debugging then attach to the aspnet_wp.exe process successfully and debug. When I try to start I get the message Unable to start debugging on the web server. You do not have permissions to ...
Compressing and spanning files on upload
Sher -
23 Dec 2005 4:00 PM - 3 messages
Hi, I have a project which requires having users upload files to be burnt to compact disk. The requirement is to zip (compress) and/or span files to compact disk size on upload. I cannot use winzip all the time as there is a ...
.net objects to javascript?
Alex D. -
23 Dec 2005 3:52 PM - 6 messages
is there any way to automatically convert .net objects to javascripts objects? for example to send the bussiness logic to the browser and this way reduce the postbacks to the server? I think it would be nice to have the ...
making xml user information
h-h -
23 Dec 2005 2:13 PM - 2 messages
i just want to make a class that can able to manipluate xml it's like this. <user> <name>charles</name> <age>67<age> ...
How to logout with program
ad -
23 Dec 2005 2:06 PM - 2 messages
I used login controls in VS2005 in my WebApplicaiton. A user can click LoginStatus to login or logout. Can we login our logout with program just like the use click the LoginStatus? ...
Rowfilter property..
Daniel -
23 Dec 2005 1:47 PM - 4 messages
Hi All, I find an erro while using dataview.rowfilter. after i filter the row, the dataview still display before filter data in datagrid. may i know y?? thank you in advance. Best regards, Ocurnos ...
Binding DataGrid to an XML document?
Charlie@CBFC -
23 Dec 2005 1:46 PM - 3 messages
Hi: Can the datagrid be bound directly to an XML document? If so, are there any "gotchas"? Thanks, Charlie ...
asp.net IIS6 windows 2003 web service wonders!(Urgent help needed)
Bredal Jensen -
23 Dec 2005 12:13 PM - 4 messages
Hello, I have an asp.net web app hosted on a win2k3 server . The web app consumes a web service also hosted on the server. They both have acces to an sql server 2000 database also on the same server. ...
(urgent)HttpRuntime
Anuradha -
23 Dec 2005 9:14 AM - 3 messages
Hi all, I had my web.config file as below... <system.web> <httpRuntime executionTimeout="90" maxRequestLength="102400" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true"/> ......................etc But when i m trying to upload a file of size 520KB it is not uploading...... ...
ASPNET2 Radically Changed from v1.1
Mark Olbert -
23 Dec 2005 7:56 AM - 6 messages
I'm starting to play around with VS2005 and ASP.NET 2 and have some questions. The typical pattern for a data-driven aspx page in v1.1 was data connection -> data adapter -> dataset -> bound controls. V2 (at ...
System.Xml.XmlException
mohit -
23 Dec 2005 7:24 AM - 2 messages
Hi, I am making a web application in Web Matrix on .NET framework. I have a Login.aspx File and a Users.xml file.I am reading data from Users.xml file using FileStream.The Code is ...
AddDays exception when subtracting value
patrick -
23 Dec 2005 6:31 AM - 3 messages
I have the following code in ASP.NET 2.0 (C#) DateTime datStartDate; datStartDate = calMonth.SelectedDate; //calStart is a calendar control datStartDate = datStartDate.AddDays(-6); ...
ASP.NET 2.0: Global.asax Design Surface Gone
Mark Olbert -
23 Dec 2005 6:05 AM - 5 messages
I have several ASP.NET 1.1 websites where I centralized a read-only dataset (i.e., one which no web page ever changed) and its associated SqlDataAdapters. In 2.0 I noticed that the Global.asax file does not have a design surface, so I can't drag and drop database components onto it. ...
Casting Error
mohit -
23 Dec 2005 5:55 AM - 3 messages
I am making a web application in .NET framework. I want to pass an information from one page to another page. I have a class MsgClass in a page and in the another page I created an object of this class ...
HELP: Table height in the new XHTML???
Arthur Dent -
23 Dec 2005 4:42 AM - 8 messages
I am completely baffled... i cannot for the life of me get the HEIGHT style to work on a table in the new 2005-supported XHTML. I put a HEIGHT: 100% on my table so that my footer row will also show up at ...
Help - How can I validate ASP code for XHTML, || NAME vs ID attribute
Simon Barnett -
23 Dec 2005 3:15 AM - 2 messages
Hi, RE: Converting pages including ASP pages for XHTML My question relates to ASP not ASP.NET - I can't find a newsgroup for ASP and hoped it was still relevant in ASP.NET - sorry if it's not. Problem: I am teaching myself about validating for XHTML and, upon testing a ...
Flow layout to grid layout
Andrew Chalk -
23 Dec 2005 2:52 AM - 4 messages
I have set a page to "flow layout". How do i now set it back to grid layout? Many thanks ...
HTTPBrowserCapabilities Question
kevinwjames -
23 Dec 2005 2:18 AM - 3 messages
I'm writing a C# app which analyzes and reports on IIS web logs. I've got it producing numbers for hits, visits, ips, etc. but I'm having trouble parsing the UserAgent string so I can get Browser, OS, and ...
How to Remote a custom membership or profile provider ???
techsupport -
23 Dec 2005 1:30 AM - 5 messages
I have some experience with .NET Remoting, as well as ASP.NET 2.0, and have been wanting to remote a custom membership and profile provider. I want to take advantage of the new controls in ASP.NET 2.0 such as ...
Where to set timeout
ad -
23 Dec 2005 1:14 AM - 4 messages
I am use VS2005 to develp WebApplicaiton. There are two place where I can set the TimeOut Value. What is the difference between them? Which have the priority? One is: <system.web> <compilation debug="false" /> ...
using Page.Request.Files to get the name or ID of the input
Darren Clark -
23 Dec 2005 12:45 AM - 2 messages
I am trying to find the name of ID of the input item that coresponds to the file that is being uploaded... is there a way to do this? Page.Request.Files[x].Name or Page.Request.Files[x].ID ...
Quotes, tags, and "greater than" signs
danthman -
23 Dec 2005 12:36 AM - 3 messages
I'm trying to write a complex multi-line SQL select command on an ASP.NET 2.0 page, but I'm not sure how to get the "greater than" sign (>) into the quotes without it thinking it's a tag. Can this be done? ...
Adding domain user to local groups
Rocky -
23 Dec 2005 12:19 AM - 6 messages
Hi, I have a webform, with 2 textboxs and a submit button. In the text box1, i enter a username and in textbox2 I enter the computer name. Both the username and computer name is in active directory. When i click submit, I want to add the username from textbox1 into the local ...
Populating FormView (asp.net 2.0 using vb.net)
sck10 -
22 Dec 2005 11:57 PM - 4 messages
Hello, I am creating a form for users to enter information about a lab and the members of the lab. I have one form (FormView) that they use to enter information about that lab. The keyvalue is "LabLocation_ID". With an ...
GridView with dropdown: asp.net 2.0
sck10 -
22 Dec 2005 11:43 PM - 2 messages
Hello, I am using the following in a GridView. Currently, I am using a dropdown that pulls the Name of the person, given the Employee ID. I am doing this in both the ItemTemplate and the EditTemplate. This makes sense for the ...
Error accessing network resources in ASP.Net
Siva -
22 Dec 2005 10:53 PM - 3 messages
Hi, I am trying to run my ASP.Net web app. As part of this app, it needs to create a file in a share in side of the intranet. When I run this app from a machine which is same as the web server, everything works ...
launching background thread in asp.net web application.
Ashish -
22 Dec 2005 10:35 PM - 2 messages
I have a component, that is used by a web application, it is invoked by the application through reflection. I have a static class in this componenet, from which iam launching a thread that should run for the lifetime of that componenent. ...
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\UserData' do
SivaSiva -
22 Dec 2005 10:29 PM - 7 messages
Hi, I'm getting the following error when I try convert a word document using asp.net. Application Event Log : Detection of product '{90110409-6000-11D3-8CFE-0150048383C9}', feature 'WordUserData', component '{8ADD2C93-C8B7-11D1-9C67-0000F81F1B38}' failed. The resource 'HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\UserData' ...
Unable to create the Web (W2003Std + Framework 2.0) remotely
purkka -
22 Dec 2005 10:00 PM - 4 messages
Hi I replaced a Win 2000 Adv server to the Win 2003 Std with Front Page Server Extension and .Net Framework 2.0. FPSE is extended to Default Web Site. Visual Studio 2005: If I create a new web by VS2005 installed on my server, ...
Session_End Pop Up
chuckdfoster -
22 Dec 2005 8:58 PM - 2 messages
I want a pop up to appear when the user's session ends. I've tried putting some code in the Session_End sub in the global.asax, but must be using wrong code or something. I could also just redirect them to a "timed out" page, ...
ASP.NET 2.0 deployment
Amelyan -
22 Dec 2005 8:55 PM - 3 messages
I dosn't want to deploy my *.aspx.cs files. What do I do so that *.aspx.cs files are compiled into my project dll and are not required by their corresponding *.aspx files? Thank you, -Boris ...
download trial version of vs2005
sqlster -
22 Dec 2005 8:55 PM - 5 messages
I want to get trial version of vs2005 so that I could try out asp.net 2.0 applications. Could some one please post the url for the online download. I have downloaded sql server 2005 trial version but could not find one for ...
Finally moving from classic asp to ASP.NET 2.0 w/Visual Studio 2005
MartyNg -
22 Dec 2005 8:44 PM - 4 messages
I have been looking online for pointers, and read mixed things. I was hoping if I post direct questions here, I could get some solid answers. I work for a small company with less than 10 web developers. We have ...
101 Question - Passing a value from one page to another
jonefer -
22 Dec 2005 8:31 PM - 3 messages
I'm using a Public variable that I set on one page so that it will be available for another page but, I know this isn't the way it should be done. Being an Access Developer, how would I do the same thing in ASP.NET as: ...
can asp.net pages source code be precompiled in asp.net 1.1?
BLACKDOG157 -
22 Dec 2005 8:14 PM - 3 messages
Can asp.net pages be precompiled so that the source code never appears on the server? I know this can be done with asp.net version 2, but my host is still using asp.net version 1.1. ...
PreInit event in usercontrol
Marcelo Cabrera -
22 Dec 2005 8:06 PM - 10 messages
Hi, I have a user control that in turn creates a bunch of webcontrols dynamically and handles the events these webcontrols raise. It used to work fine on ASP .Net 1.1 but when compiled on 2.0 it does not. The problem is ...
Application_Error does not fire
Andy G -
22 Dec 2005 6:11 PM - 6 messages
For testing purposes I put a Throw New Exception("Something didn't work right.") on the click of a button on a page. In the application_error section of my application I have a Response.Redirect("error.htm") Later I will had error logging and email functionallity to this but in the ...
Select string building in C# and ASP.NET
Jacob Arthur -
22 Dec 2005 6:06 PM - 9 messages
How would I go about using a custom select string that is passed from a form to the SelectCommand parameter of SqlDataSource? I tried: SelectCommand = "<% Request.Form("hdnSelect") %>" but I got an error about putting <% %> tags in a literal. I tried taking ...
need help to convert to VB
Jon Paal -
22 Dec 2005 6:00 PM - 4 messages
need some help converting this to VB, ========================================== public class SecurityHttpModule : IHttpModule { #region Properties public bool IsReusable { get { return true; } } #endregion public SecurityHttpModule() { } ...
..HtmlControls.HtmlInputFile.Saveas(filename) not overwriting
Reddy -
22 Dec 2005 5:57 PM - 6 messages
System.Web.UI.HtmlControls.HtmlInputFile.SaveAs(FileName) is not overwriting the file. It used to work fine on IIS5.1 Recently we migrated to IIS6.0. Since then it's not working. If it's new file it works fine. ...
Enterprise Library for .Net Framework 2.0
Amelyan -
22 Dec 2005 5:36 PM - 2 messages
Does anyone know when Enterprise Library is going to release new version for ..Net Framework 2.0? Thanks, Boris ...
MessageBox
Rodrigo Ferreira -
22 Dec 2005 4:47 PM - 2 messages
How can i do a simple OK/CANCEL MessageBox in C#??? Greetings, Rodrigo Ferreira ...
How do I run a server side method from javascript?!
Steve Kershaw -
22 Dec 2005 4:46 PM - 3 messages
I have a problem that I need to be able to run a server side method (MyMethod()) from a javascript script. For example: <script language="javascript"> confirmValue = confirm("Do you wish to save?"); ...
self-signed certificate for Windows XP
Arne -
22 Dec 2005 4:39 PM - 2 messages
I know that Micosoft has a utility for creating a self-signed certificate for Windows 2003. What can I use for Windows XP? ...
Loading UserControl using New Contructor
Joe -
22 Dec 2005 4:09 PM - 13 messages
Hello All: Do I have to use the LoadControl method of the Page to load a UserControl? I have a class which contains three methods (one public and two private). The class acts as a control server. It "serves" back the required control ...
Virtual Directory
Newbie -
22 Dec 2005 3:55 PM - 6 messages
I want to determine proramatically from my webform what the virtual directory path is for my application. The reason for this is that I want to use some javascript code which needs to access a file in a subdirectory. This is fine but my component will one ...
Path conversion
Frédéric Mayot -
22 Dec 2005 3:42 PM - 2 messages
Hi, I would like to use the method which is used to convert paths specified in the asp.net controls. For example, I give Image.ImageUrl = "~/Folder/img.gif", and the framework correctly converts this url. How can I do the same? ...
Storing an array to a Session
Brad -
22 Dec 2005 3:31 PM - 4 messages
I am storing an array which contains about a dozen chracter items to a Session variable. Later, I need to use this array so I am doing the following: Dim eventTypes As String() = DirectCast(Session("EventTypes"), String()) If Date.Today <= closeDate Then ...
vs2005 debugging on ws2k3 server
gerry -
22 Dec 2005 2:09 PM - 7 messages
I am almost at the end of my rope - I have to go through this process everytime a new version of studio is released or it is installed on a new machine - what a (^%&$^& pain. I am trying to debug a web app from within vs.net 2005 locally on windows ...
Stop the refresh in WebPages
Cesar_Castillo -
22 Dec 2005 2:07 PM - 2 messages
Hi, my problem is the refresh constantly in my webpages when it is generated any event, I must to use a function "CallBack", but I don't know the use of this function. Thanks for help. ...
when i Press Back Button on the Menu there is an Issue
Preethi -
22 Dec 2005 1:56 PM - 2 messages
Hi Dudes, I have an issue while developing Asp.Net application, The issue is If i Press Back Button on the Menu, the page should not go to theprevious page. In order to Restrict it what I have to do? ...
How to change the timeout value
ad -
22 Dec 2005 1:40 PM - 8 messages
The default of timeout value of session is 20 min. How can I change the value in program? ...
good links on asp.net 2.0 caching
Vikram -
22 Dec 2005 1:32 PM - 2 messages
any good articels or link available on asp.net 2.0 caching ...
2.0 height %'s not working
prefersgolfing -
22 Dec 2005 12:59 PM - 4 messages
I like to use %'s when laying out tables. In the source (.aspx or .htm) I'll enter: <table width=100% height=100%> <tr height=50%><td width=50%></td><td></td></tr> ...
When does Application_AuthenticateRequest fires?
the friendly display name -
22 Dec 2005 12:59 PM - 2 messages
I am using .net 1.1 In the global.asax.cs file, there is this entry: protected void Application_AuthenticateRequest(Object sender, EventArgs e) as far as I know, it is wired with the FormsAuthentication_OnAuthenticate event. My question is, when does the event exactly fire? My testing shows, that it ...
PreRender event question
Matt Jensen -
22 Dec 2005 12:24 PM - 4 messages
Howdy all - and seasons greetings Just wondering, I've recently discovered the PreRender event for .NET (both for the page and for controls), which seems like a life saver for doing page data loads that need to occur AFTER event handlers have fired, as well as ...
Single Login Problem
Joe Fawcett -
22 Dec 2005 12:07 PM - 4 messages
Dear All We have an application where users login, their name/password details are stored in a table, and now we want to add a third party bulletin board that lives in its own virtual directory. Both applications are running on the ...
Tags inside value field of appsettings in web.config
arulbenito -
22 Dec 2005 12:01 PM - 2 messages
i need to write a xml data inside the value field in web.config file. it looks likes this <configuration> <appSettings> </appSettings> </configuration> but i get an error message ...
Session issue
noor -
22 Dec 2005 11:53 AM - 3 messages
hi, how can i no if a perticular session veriable exist or not for example i want to chek if Session["myName"] exist or not i f its not then i have ot create it Session.add("myName","xyz"). at this time i 'm facing this issue actually i want ot safe a dataTable in a ...
Net runtime crash
ekz -
22 Dec 2005 10:27 AM - 24 messages
Hi guys I have a very weird bug and will welcome gracefully any help We developed ASP.Net application that run on production server, Net Framework 1.1 , IIS 6.0, the application is huge, having hundreds of user controls and worked under massive requests load : 200-1000 ...
Framework 2.0 configuration
Imtiaz -
22 Dec 2005 10:25 AM - 3 messages
Hi, How can I have framework 2.0 configuration shortcut on control panel >> administrative tools, if only framework 2.0 in installed on a machine. Only framework 2.0 without VS 2005 Thanks Imtiaz Khan ...
Losing data in a textbox on postback
et -
22 Dec 2005 9:52 AM - 7 messages
In a procedure where a user creates a password, among other things, the password textbox returns to blank whenever a user selects other fields that cause a postback, even though they are not done saving the record.. How can ...
Access is denied: 'Interop.ADODB' error - almost ready to jump off the balcony!
Dave E -
22 Dec 2005 8:49 AM - 2 messages
Hi folks, I have a VB.Net application, currently being developed on my XP Pro 2002 SP2 box. It is pretty straightforward and accesses my local SQL2000 instance. Randomly I get the above error (see subject line) and I am thus far unable ...
Run IISRESET in an asp.net page?
Daren -
22 Dec 2005 8:48 AM - 2 messages
Hi, I have a site with page-level caching set at 10 minutes. However, when I update it, I want to be able to empty the cache immediately, so changes are seen right away. At present I manually run an IISRESET on ...
tell me how to send email via http string
contactfast -
22 Dec 2005 7:17 AM - 2 messages
Dear, i want to send e-mail via http sting through browser address bar or can hit this string via application and message submit to specific e-mail with smtp authantication etc if need. please guide me and example: ...
SQLdataSource with 2 parameters
drewdr -
22 Dec 2005 6:20 AM - 2 messages
I've got a LastName textbox and a FirstName textbox. How do I make LastName mandatory, and FirstName optional ? If I use Select..........Where (LastName=?) AND (FirstName=?) i need input from both textboxes, and if I use OR- it is either. ...
if the custom control is in App_Code folder, than what will be it's assembly name in the <%@register
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||