|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
What is the diffreence between <%= %> and <%# %>
ad -
26 Mar 2005 11:17 PM - 6 messages
I find there are some tag like <%= %> and <%# > in my .aspx file. What is the diffreence between <%= %> and <%# %> ...
Easy Question
Ryan Smith -
26 Mar 2005 10:17 PM - 2 messages
I have a code behind ASP.NET app and on one page I populate a user defined structure from a database. I would like to pass that populated structure to another page so I do not need to perform multiple database calls. Is this ...
Error with Custom Control
Nikolay Petrov -
26 Mar 2005 10:14 PM - 8 messages
I've created a simple custom control with a textbox and buttom on it. When placed in .htm page an empty box shown in IE. I've added the site to trusted sites. still no luck. any ideas? ...
Handling multiple Asynch Web Service Calls from an ASP.NET Web Page
ghost -
26 Mar 2005 10:00 PM - 3 messages
As the Subject indicates I have written a web page that makes use of several web service calls. Some of the web service calls are very fast so they called synchronously. Some web service calls are longer running so I call ...
protecting two different folders with forms authentication
Adam -
26 Mar 2005 8:45 PM - 3 messages
I have an asp.net site for which I want to protect two different folders (for arguments sake, call them "members" and "admin"). I'm reading username and password info from a database, which is working fine. My problem is that I can't see how, using the web.config file, I can ...
Resize images on demand or once?
J'son -
26 Mar 2005 8:40 PM - 3 messages
Guys, I have built an application for a client that allows people to list their products for sale along with a photo of the product. If the photo is too big, I currently resize it down when the image is uploaded and ...
Data base images
Jeff Simmons -
26 Mar 2005 8:31 PM - 2 messages
I have an object that has a collection of Photo in it. The Photo as stored in the database as image type. Photo has a method that returns the a Stream with the data so I can call System.Drawing.Image image = ...
Datareader and specific row
Daves -
26 Mar 2005 7:57 PM - 2 messages
with a Datareader is there any way to go directly to a specific row? if not, can I at SQL level select a particular row number based on "order by" date parameter? ...
Newbie to ASP.Net
Xarky -
26 Mar 2005 7:05 PM - 5 messages
Hi, I am writing a small application and I am facing the 2 following problems. 1) I have implemented an authentication screen (simple username and password), and when user signs in, I use the following and redirect user to a main page ...
Multiple Select Statements in resultset
Joe via DotNetMonster.com -
26 Mar 2005 6:03 PM - 4 messages
Hi, I'm trying to use several select statements so that I don't need to call the function several times. The next Result set always seems to read the first select statement. I have the following: Dim queryString As String = "SELECT TOP 1 ([tblPage].[Part]), [tblPage]. ...
Scope of Web.Config
Arsalan -
26 Mar 2005 5:45 PM - 4 messages
What is the scope of Web.Config file ? Can I have multiple web.config file in a project ? in case of multiple Web.Config file in a project, which one will be accessed? ...
DataGrid
I am Sam -
26 Mar 2005 5:41 PM - 6 messages
I have a rather complicated problem I need to sort out and wonder if anyone can assist me. The ingredients: Two DropDownList Controls One DataGrid Purpose of Page: User selects a menu using a DropDownList Control (DDLMenu). Depending on ...
Apllication variables in net
Bill -
26 Mar 2005 3:25 PM - 8 messages
I am in the process of converting 'classic' asp to asp.net. At application startup (global.asax) I create a prototype of table structure. Throughout my system I copy that application prototype structure into a local variable. I find when I make changes to that local variable they are also reflected in ...
javascript to check the text of a textbox and then continue
buran -
26 Mar 2005 2:36 PM - 3 messages
Dear ASP.NET Programmers, I have a question about a script I'm trying to code and invoke when a button (btnSave) is pressed on the page. This script should only run when a textbox (txtAD) on the page is left blank. I tried to use a code snippet with the ...
Security Question
Manny Chohan -
26 Mar 2005 2:35 PM - 2 messages
Hi guys, I am using FreeTextBox to allow users to format text when they enter such as making it bold, italic etc. When i hit the submit button, it gives me an error: potentially unsafe data etc. Now the only way i can get rid of it is to add entry validateRequest=False ...
Refresh current frame
Just D. -
26 Mar 2005 12:08 PM - 3 messages
All, How should we refresh the current aspx frame? I disabled caching using this command on Page_Load(): Response.Cache.SetCacheability(HttpCacheability.NoCache); but it didn't help. The problem is that this page shows the client Logo image, then asks to ...
Hosting web app from pc
Jimmy -
26 Mar 2005 11:09 AM - 10 messages
Hi I am trying to let other people access my asp.net app through the internet. Besides from any security issues i have tried this but other people cannot reach my site. The url I want to be accessed is ...
RadioButton AutoPostBack does not execute JavaScript
M -
26 Mar 2005 9:54 AM - 2 messages
Hi everybody, I have a Web form with something like: <form id="Form1" method="post" onsubmit="javascript:submitForm();" runat="server"> I need the JavaScript function submitForm() to execute everytime the form is submitted. I also have two RadioButtons with AutoPostBack set to true. ...
new page - begginer
ablyplus -
26 Mar 2005 8:03 AM - 3 messages
How to open aspx page on button click? I would like to check values in check boxes, open some page and send these values on that page. Thanks ...
auto show/hide item's data
lydia sista via DotNetMonster.com -
26 Mar 2005 6:40 AM - 2 messages
hi! help... How do you show/hide item's data? Like sale item on product catalogue. I want to show the sale image when the status of product is on sale. in my catalogue I use datalist: ------------------------------------------------------------------ <ASP:DataList id="MyDataList" RepeatColumns="3" runat="server"> ...
Adding script block to <head>
jsh02_nova -
26 Mar 2005 3:44 AM - 4 messages
Anybody know how to add a script block to the html <head> section programmatically without using the 'RegisterScriptBlock' functions? ...
New window from dropdown list
Jeff via DotNetMonster.com -
26 Mar 2005 1:53 AM - 6 messages
Hi, I'm trying to open a new window to bring up an external link once a value is selected from a drop down list. I'm trying the following but I get the error: 'If' must end with a matching 'End If' ...
CLR Profiler....
Carl San -
26 Mar 2005 12:13 AM - 3 messages
I am using .Net Framework 1.1. How to launch CLR Profiler? Thanks, Carl ...
Get image from Clipboard
Matthew Hood -
25 Mar 2005 10:32 PM - 2 messages
I'm working on extending a bug tracking website and would like to be able to get an image from the client's clipboard to store in an SQL database. I already have all the options to upload the file inplace, but now my boss ...
newbie - datagrids
james -
25 Mar 2005 9:47 PM - 3 messages
Hi im new to .net (have been using asp 4 a few years). I am looking at building a page to display a set of records from a db however i want to format the data in a diferent way to what i seem to be able to do with a ...
Create ASP.NET web application in the Default Web Site
Pranab -
25 Mar 2005 9:21 PM - 3 messages
On my local sandbox , in IIS I created some Websites . Now when I try to create a ASP.NET web application , it tries to create it in the website last created and fails . But my requirement is to create it in the Default We Site mapped to ...
Problem binding data to datalist
Laura K -
25 Mar 2005 9:06 PM - 2 messages
Can someone tell me where I went wrong. This is my code for binding data to a datalist. <script language="vb"> Sub Page_Load(Src As Object, e As EventArgs) Dim Con As New SqlConnection("server=(PathToDataBase)"; & ...
how to convert httpPostedFile to and Drawing.Image (save a thumbnail)
NATO24 -
25 Mar 2005 8:34 PM - 3 messages
Hello, I am trying to write a sub routine that I can pass a posted (image) file to. That routine will save the original file, then create a thumbnail and save it. When I try to create the image with the posted file, I get ...
Url Rewriting: How to handle no file name?
Serg -
25 Mar 2005 8:25 PM - 5 messages
I can't add .* to ISS mappings, so how do I handle the situation when the url looks something like this: http://MyUrl/2004/10/23 I could require the users to type http://MyUrl/2004/10/23/index.toc, but I ...
I need some direction, how to create a collection that allows the following:
dx -
25 Mar 2005 7:48 PM - 2 messages
I'd appreciate some ideas or direction with a collection issue. I need to create a custom collection that inherits ICollection, IEnumberable (need to be able to access by key, index and be able to enumerate) and this is the kicker...should be able to define the location (index) when inserting ...
Move bound column to right of dynamic column in datagrid?
John E. -
25 Mar 2005 7:36 PM - 4 messages
I have a datatable that I am binding to a C# ASP.NET 1.1 web page datagrid. I also want to put an "Edit" column on the datagrid. However, whenever I use the following code, it puts the Edit column on the left. I cannot figure out ...
Impersonation and Session_End()
Steven Padfield via .NET 247 -
25 Mar 2005 7:31 PM - 2 messages
I have impersonation set to true in my web.config file, but Session_End() executes under the ASPNET identity. Is there any way to re-impersonate the identity used by the application (e.g. "IUSR_xxx") from within Session_End()? Thanks -------------------------------- From: Steven Padfield ...
Link Button Question
Manny Chohan -
25 Mar 2005 7:23 PM - 3 messages
Hi, I have a linkbutton inside datalist whose visibility is controlled by variable declared on Page.Init method. It appears fine. I need to add on click attributes to confirm user to delete file. However i cant seem to get ...
Hiding URL in IE status bar
JeffB -
25 Mar 2005 6:51 PM - 6 messages
I have a Web application that allows users to search a document store and then displays a results set that includes a link to the document. Is it possible to not display the documents complete URL path in the status ...
Caching problems in IE
tshad -
25 Mar 2005 6:40 PM - 14 messages
How do we handle Caching in IE? It seems that my system works fine in Mozilla and Netscape when I make changes. But in IE the changes are not brought across when someone has been to the site before. If they have been here before and hit the same page, the old ...
Button Click Event into dynamic UserControl
Luca -
25 Mar 2005 5:35 PM - 5 messages
HI, I've a asp.net application that add a dynamic usercontrol with a button. If i've tried to click it Click Event don't load. But into a static usercontrol it's happens. Anyone can help me? ...
OutputCache with Page not working propely
Sudhir Sharma -
25 Mar 2005 5:35 PM - 2 messages
guys, I have this code in my .aspx file. <%@ OutputCache Duration="500" VaryByCustom="OrganizationID" VaryByParam="None" %> and I have overriden the method "GetVaryByCustonString()" in my global.asax.cs file. whenever the organization is changed for the Page, it should invalidate ...
Delete XML Files
Manny Chohan -
25 Mar 2005 5:29 PM - 3 messages
Hi Guys, Can someone please suggest how i can delete XML file? I used File.Delete method however it only deleted the nodes inside the file but the file still exists? Thanks Manny ...
Random record each day
Pete via DotNetMonster.com -
25 Mar 2005 5:06 PM - 3 messages
Hi, I need to display a different random record or link each day. I have the random part working so that if the browser is refreshed a new record will display. I'm not sure however how to specify that it only happens once a ...
asp:repeater and hashtable - also in languages.csharp
Joe Fawcett -
25 Mar 2005 4:17 PM - 4 messages
Sorry about the multi post, I thought I'd sent to both groups simultaneously but somehow it failed to find this one the first time. I'm having a problem binding an asp:repeater control to a Hashtable. Originally my code was: ...
At wit's end...
Roy -
25 Mar 2005 4:08 PM - 6 messages
Hey all, Have a nested datagrid with paging enabled. The nested portion is a user control in the last column of the datagrid. The user control column passes two variables, which is how the user control knows which data to display. Simple really. ...
virus scanning uploaded files
Brian Henry -
25 Mar 2005 4:02 PM - 2 messages
does anyone know of a SDK or information with Symantec Anti-Virus (Norton) corporate edition that can be used on a server with the scanner installed to scan files that are uploaded through the net before being placed into a SQL ...
Deploying ASP.NET application
jwk -
25 Mar 2005 3:27 PM - 5 messages
I have built my project using a "deployment project" - I've added all the correct Merge Modules as well as Primary Output and Content Files from 'Project Outputs' ; but the aspx pages still refer to dll's which are not ...
Iam back again with ASP.NET grid controls... intersoft vs devexpress
Jéjé -
25 Mar 2005 3:25 PM - 2 messages
Hi, I continue too looking for grid webcontrols and I have found 2 good products: * WebGrid.NET from Intersoft ([link]) * DevExpress ASPxGrid ([link]) these 2 products provide client side grouping, sorting, column resizing, ...
Page Error ASP/ASP.NET
James -
25 Mar 2005 2:27 PM - 2 messages
After installing .net framework on our Intranet, when I try to pull up a page to test the page, I get this message: HTTP Error 403 403.1 Forbidden: Execute Access Forbidden This error can be caused if you try to execute a CGI, ...
IFRAME reference in code-behind?
Andreas Heusler -
25 Mar 2005 2:20 PM - 6 messages
Is it possible, in code-behind, to get a handle to an IFRAME on an aspx page, so the IFRAME's src property can be set by server-side code? Thanks AH ...
Expire Page
TCORDON -
25 Mar 2005 1:29 PM - 5 messages
How can I expire a page so if a user click back for example the page shows message "This Page has expired" or better yet a peronalized "Page expired" page. TIA! ...
Ways to get the List of Countries and Cities
David Freeman -
25 Mar 2005 11:40 AM - 8 messages
Hi There! I'm trying to create a User Registration page in ASP.NET and wondering what is the best way to get the list of up-to-date Countries and Cities? Are there any Web Services on the web that I can use to retrieve such ...
[ASP.net / C#] Checkbox Checked Always false
Eric via .NET 247 -
25 Mar 2005 11:25 AM - 2 messages
Hello, I'm dynamicly filling a table with checkboxes, doing this: ... CheckBox chkBox = new CheckBox(); chkBox.ID = "chk" + i.ToString(); chkBox.AutoPostBack=true; ... As you can see I create Checkboxes with ID's like: chk0, chk1, chk2 etc. When I select one (or more) checkboxes the page reloads as it should. ...
asp.netÈçºÎ°ÑSQLÊý¾Ý¿âͼÏñÊý¾ÝÖ±½Ó·ÅÈëÖ¸¶¨µÄImageͼÏñ¿Ø¼þ
xkw -
25 Mar 2005 6:54 AM - 2 messages
¸÷λ¸ßÊÖ£º asp.netÈçºÎ°ÑSQLÊý¾Ý¿âͼÏñÊý¾ÝÖ±½Ó·ÅÈëÖ¸¶¨µÄImageͼÏñ¿Ø¼þ£¬ÒòΪÔÚ·þÎñÆ÷´´½¨Í¼ÏñÎļþÊܵ½ÏÞÖÆ¡£Ð»Ð»£¡ ...
session expiration message
Brian Henry -
25 Mar 2005 5:08 AM - 3 messages
Is there anyway to when the users loggin session expires (we have it set to expire after 15minutes of no usage) show a "session expired" message page when they try to navigate the site after it did? ...
communicating to vb.net dll
Wendy Elizabeth -
25 Mar 2005 4:25 AM - 3 messages
I am new to using .net. I am told that I need to setup a config file that will be accessed by a VB.net dll. This vb.net dll will be setup to run every 5 to 10 minutes by a timer that is coded into the vb.net application. ...
Sorting a ListBox Control
Nathan Sokalski -
25 Mar 2005 3:47 AM - 2 messages
I have a ListBox Control for which I would like to sort the ListItems. What is the best way to do this? If possible, can someone show me a simple example? Any help would be appreciated. Thanks. ...
No postback after validation
justin.merth -
25 Mar 2005 1:26 AM - 3 messages
Howdy, I've got a webform which contains a usercontrol with several textboxes and appropriate requiredfield validators for each. the validation works correctly except when all of the fields appear to be correct ( no validation warnings ) the submit button does not cause a postback to ...
DataRelation
Kevin Davis via DotNetMonster.com -
25 Mar 2005 1:13 AM - 5 messages
Aloha, I have a question when using the Datarelation. I built a dataset and need to use the Datarelation to build parent-child relationships. I have events that may or may not use resources. I have a resources table which has the ...
ASP.NET CustomValidation Won't be fired.
zlusca -
25 Mar 2005 12:22 AM - 2 messages
Hi, guys I have asp.net form contain several textbox controls and one field is userName I want to validate this field to make sure there is no other user have the same userName before saving. so I create a ...
how to attach javacript to BODY tag via codebehind
darrel -
24 Mar 2005 11:59 PM - 3 messages
I have a page that I need to attach a javascript to the BODY tag when the page first loads (but not on postback). Is there a way to do that via codebehind? I've attached javascript to elements before like this: ...
Default button setup
tshad -
24 Mar 2005 11:52 PM - 5 messages
I have 3 objects on my page (textbox,button and linkbutton) When I put something in my textbox and hit "enter", the page gets posted, but nothing happens. I don't go to either of the functions that both ...
Closed DataReader
Lubomir -
24 Mar 2005 11:35 PM - 4 messages
Hi, I have a class A with a public method GetReader: public OleDbDataReader GetReader() { SqlConnection myConnection = new SqlConnection(ConfigurationSettings.AppSettings["ConnStr"]); SqlCommand myCommand = new SqlCommand("CMRC_Top10List", myConnection); myCommand.CommandType = CommandType.StoredProcedure; myConnection.Open(); SqlDataReader result = myCommand.ExecuteReader(CommandBehavior.CloseConnection); return result; ...
Cookies working on intranet but NOT working on Internet
Martin Heuckeroth -
24 Mar 2005 11:34 PM - 6 messages
Hi We are working on a webservice application and are having some problems with the cookies and/or sessions. We have them working on our intranet but then its not working on the internet. We have been looking our asses off but can not find a ...
Sending Reminders.
hecsan07 -
24 Mar 2005 10:59 PM - 2 messages
I want to write an App to schedule tasks. I need some ideas on how to send reminders to users about their tasks. I should work pretty much like an scheduler. Any ideas how I can accomplish this? HS ...
objects retaining values among computers
cFleury -
24 Mar 2005 10:55 PM - 3 messages
The forms in my application are retaining the values objects have (text box, datagrid, public vars, etc…) among different computers in the network, for example if you as result of entering a name in a text box have a datagrid ...
Scheduled email distribution
Thomas I. -
24 Mar 2005 10:31 PM - 7 messages
I would like to schedule at regular intervals an automated e-mail report from a web server. I have the logic written to send the e-mail in C#. However, is there a way I can schedule it? How could I trigger the code to ...
remembering user name on login form
Brian Henry -
24 Mar 2005 10:06 PM - 2 messages
I want to make a login form, but have a checkbox with a "remember user name" option to create a cookie on their system to save their user name and place it into the username text box when they visit the site, how to go about ...
grabbing the value of a radio button (not an asp:radiobuttonlist)
darrel -
24 Mar 2005 9:35 PM - 3 messages
I'm using some standard HTML radio buttons (to allow finer javascript interaction) on a web page and would like to catch the selected item on postback. Since they are all ID's uniquely, is there a way to grab only the ...
HTML rendering issue: Can someone help me understand why this grid has cells of differing lengths?
Eric -
24 Mar 2005 9:09 PM - 4 messages
I have some data in grid form that gets repeated, with a header for the columns showing only once. So, I am using a DataList to display it. The header of the DataList is to display the column titles and it must line up ...
stored procedure Q...
Carl San -
24 Mar 2005 8:53 PM - 3 messages
I am using ADO.Net in VB.net application. .Net Framework 1.1. In a stored procedure I have multiple output parameters and multiple result sets. How to code for this in ADO.Net? I have used MyCommandObject.ExecuteNonQuery() when there were only output ...
online reference
guoqi zheng -
24 Mar 2005 8:41 PM - 4 messages
can some one recommend a place where I can read many e-book about asp.net (in pdf format or others). Is there such a site???? paid subscription is ok regards, Guoqi Zheng [link] ...
SQL connection
Brad -
24 Mar 2005 8:07 PM - 4 messages
I am building my first ASP .Net web app using VB .Net and I am getting the error: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Where in my program do I set the user or what do I need to configure? I was ...
"Remember Me" Functionality
TCORDON -
24 Mar 2005 7:32 PM - 4 messages
Can someone give me a sample or point me in the direction of one, on how to implement User "Remember Me" option when logging into a website? TIA ...
Operation must use an updateable query.
Derek Van Cuyk -
24 Mar 2005 7:03 PM - 5 messages
Hi everyone! I'm trying to write a web application in school that utilizes a MS Access database. I can read and everything fine from it but when I try to add a new record I get an exception that states: "Operation must use ...
how to retrieve client machine info?
Q. John Chen -
24 Mar 2005 7:00 PM - 4 messages
Is there an easy way to get following info of the client machine? machine name OS version IE or Netscape, and there version etc. Lan, Broadbank, or modem connection? Speed? ...
Connection
Joe via DotNetMonster.com -
24 Mar 2005 6:48 PM - 9 messages
Hi, I'm getting a connection timeout. I have a class function that uses a dataset. I'm calling this function on all the pages. Do you see a problem with the code. Since it's a dataset, I don't see how I can close any ...
Can render message in the calendar control?
Quentin Huo -
24 Mar 2005 6:39 PM - 3 messages
Hi: I want to present some massages in the calender control. Can I do that? Thanks Q. ...
Advanced (MVP) Question: How VS.NET creates web folders
JV -
24 Mar 2005 6:21 PM - 4 messages
I'm trying to understand how ASP.NET creates web folders when it creates a new ASP.NET project. I am experienced with DotNet development, but not an expert on how IIS works. Or, this may be a question about FP Server ...
Class That use ViewState/session
Max -
24 Mar 2005 6:19 PM - 7 messages
I need an vb.net class that is invoked from aspx page, that use the viewstate/session object. This class must be store the information into viewstate/session. Can you give me an example ? Thanks ...
Filename of picture retrieved from database?
grz01 -
24 Mar 2005 6:17 PM - 5 messages
Hi, I have written a webpage, showpict.aspx, in C# that will fetch a jpg-picture from a database and display it thru a html-tag like: <img src="showpict.aspx?id=23"> where the 'id' parameter tells what picture from the ...
force a file to save to computer
Brian Henry -
24 Mar 2005 6:11 PM - 4 messages
Is there a way or method to make a file be saved to the computer instead of being opened on the web? we wrote a web client messaging system that uses SSL on our server and when you open a word doc as an attachment it of course ...
Cheap Q: How to execute Javascript on a LinkButton
Matthias S. -
24 Mar 2005 5:52 PM - 13 messages
Hi, I've got a LinkButton on my webform. The Button, once clicked by the user, should perform some time consuming operation. When the user actually clicks the Button, I'd like to execute some JavaScript at the client asking, if he is really sure that he wants to do that. Only if ...
Quick question on Paging
Rudy -
24 Mar 2005 5:33 PM - 3 messages
Hello Gang, Quick question on Paging on datagrid. Everything works except when I go to the next page, my datagrid dissapperas. I have post.is back on the page load, do i need it on the PageIndex changed as well? ...
converting to dbnull
Tina -
24 Mar 2005 5:26 PM - 5 messages
I have instantiated an insertRow for a dataset. I now want to make the GLCode DBNull. I have tried: insertRow.GLCode = Convert.dbnull insertRow.GLCode = Convert.dbnull(insertRow.GLCode) and several other things. How is it done? ...
Can someone pleaaaase help on this: Image display from SQL Server
NH -
24 Mar 2005 5:19 PM - 2 messages
Hi, I'm struggling to display an image on asp.net webform (vb.net). The image is stored in a image field in a sql server database. I have read a good few solutions to it and still havnt got it working for ...
Sql server and ASP.NET web service
Vb2Machines -
24 Mar 2005 5:13 PM - 2 messages
Hello, I am in the process of building a web service that will connect to my sql server for data retrieval only. It will have to handle requests from multiple apps on our shop floor. Roughly 5 queries per application every 10 seconds. ...
easiest or best way
rodchar -
24 Mar 2005 5:13 PM - 3 messages
hey all, i was wondering what the easiest or best way to capture which values in a datarow has changed? For instance, if a user changes a record, i'd like to be able to have the before and after values in variables to work with. ...
How to use a asp:ListItem as a javascript trigger?
darrel -
24 Mar 2005 4:55 PM - 3 messages
I have an asp:RadioButtonList. If one of the items is selected, I'd like a text field to appear. I tried using an ONCHANGE event via the codebehind, but couldn't get that to work. Plus, I'm thinking that might not be the most accessible way to handle ...
viewstate promlem on server2003/iis6
Amihai -
24 Mar 2005 4:49 PM - 3 messages
hi, I have an ASP.NET application functioning properly on Windows 2000/iis5, built using Visual Studio 2003. The application use viewstate. when move the application to other computer using server2003/iis6 the viewstate didn't work. when I compare between the received html from Windows 2000/iis5 and ...
Check Client Browser Type
Craig G -
24 Mar 2005 4:45 PM - 3 messages
is there a way to distinguish whether a client is using IE or Netscape? is there some sorta check i can run on the Page_Load event? or where would be the best place to do this? Cheers, Craig ...
DataSet parameter is invalid. It cannot be null.
rahkim -
24 Mar 2005 4:26 PM - 4 messages
I get this message when I run my project locally. It occurs on every page but the home page that is loaded on startup. However, if I compile the project and put the files on another server, I wont get the ...
question about functions and vb
Kurt Schroeder -
24 Mar 2005 4:09 PM - 6 messages
OK, this maynot be a simple question. Can a function (using vb for asp.net) return a record? if so how is the record passed back? thanks kes ...
stuck: I cant reach usercontrol's class ..
Support -
24 Mar 2005 3:42 PM - 3 messages
in asp.net If I have a web usercontrol WUC with code behind Class CLASSWUC and I have a web page that loads the control Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init ...
Static properties
Mantorok -
24 Mar 2005 3:37 PM - 5 messages
Hi I have an ASP app which references a few static properties in some of the classes. I understand that you should use Session variables, but is it "possible" to have each session "not" reference the same static members. ...
Data Web Controls & Join SQL Queries
epigram -
24 Mar 2005 3:28 PM - 2 messages
I'd like to know if there is a best approach, in terms of using the Data Web Controls (i.e. DataGrid, DataList & Repeater), for displaying data that is the result of a query that joins two tables that have a one-to-many ...
posting/sending information to another place and remaining in my p
LU -
24 Mar 2005 3:19 PM - 2 messages
I have a webform and when i go to save information into a database I would like to send some of the saved information to a page that is not in the solution. The information could be sent to a website hosted somewhere esle, ...
timeout error
simon -
24 Mar 2005 3:09 PM - 4 messages
I have ASP.NET application. This application performs very well for 99% of the time but occasionally I get the following error message: The timeout period elapsed prior to completion of the operation or the server is not responding The proc that is executing is doing a SELECT only. ...
Hidden values
Roshawn Dawson -
24 Mar 2005 2:59 PM - 3 messages
Hi, Is it possible to pass the value of a hidden field in the querystring? If not, how can you pass the value from page to page without using server controls? Thanks, Roshawn ...
asp controls vs html objects
Kurt Schroeder -
24 Mar 2005 2:53 PM - 4 messages
I'm starting to use asp.net objects more often than html object just because thay are easer to change in VS.net My question is do they add a substantial amount of weight to a web page nd should i be avoiding asp controls when ...
URL Arguments
Lee Newson -
24 Mar 2005 2:45 PM - 4 messages
Hi, this should be a simple one but i am having a bad day... can anyone remind me how i can get at the URL arguments on a c# asp page? cheers Lee ...
Pass an array to javascript
ruca -
24 Mar 2005 2:43 PM - 7 messages
Hi, How can I pass an array string to javascript? I have this: in ASP.NET VB code: -------------------------------------------------------------------- Dim siteName(100) As String Dim siteLink(100) As String ...
Forms Authentication not working on server
Russell -
24 Mar 2005 2:41 PM - 7 messages
Hello there, keywords so you can find this message: russell mccloy server forms authentication InvalidCastException not working after login logon We have an issue with Forms Authentication. I have a site using forms authentications. It runs perfectly on 3 pcs and 2 servers but wont run ...
Difference between bin and obj directories and difference between project references and dll referen
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||