Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score First Record in DataView
Jim via DotNetMonster.com - 26 Mar 2005 11:41 PM - 2 messages
Hi, How can I retrieve the first record in a dataview: Dim dvNumber as New DataView(tbllist) dvNumber.RowFilter="PageType='Parag'" datagrid1.DataSource=dvNumber So normally with a select I would use Top 1 Thanks ...
Score System.Graphics
Scott Friedrich - 26 Mar 2005 11:40 PM - 1 message
I am ceating dynamic images for a web page and I can't get the DrawEllipse or FillEllipse to look good.  It is very grainy.  I tried to change the bitmap resolution but it has no affect. Dim bit As New Bitmap(30, 30) ...
Score 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 <%# %> ...
Score 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 ...
Score 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? ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 = ...
Score 3D look on data grid header
Brian Henry - 26 Mar 2005 8:30 PM - 2 messages
I am trying to make the data grid headers look 3D, but it seems to be a failing attempt.. mianly because I can't seem to get the boarder on the bottom to even show up on the header. Anyone know how to do this? I am using ...
Score 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? ...
Score DataList Scrollbars
Jeff - 26 Mar 2005 7:08 PM - 1 message
Hi - How can I have a DataList display on an ASP.NET page with a limited height and vertical scrollbars? My aspx code is below (no scrollbars).  Am I missing a property somewhere? Thanks for your help. - Jeff My aspx code: ...
Score 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 ...
Score 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]. ...
Score 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? ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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. ...
Score can not display asp.net files
romy - 26 Mar 2005 9:50 AM - 1 message
hello It worked for me before, after I have registered ASP.NET (thanks to Karl) But now, for some reason every time I try to load .aspx file , I get "the page cannot be displayed" I did the registration all over, still The same meassage pops ...
Score website screen show
guoqi zheng - 26 Mar 2005 8:31 AM - 1 message
I am looking for a way to catch a web site screen show by code. Just like the site of alexa.com which offers a small web site screen image. Any suggestion how can I do this? regards, Guoqi Zheng ...
Score 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 ...
Score DataBinding Problem
GMK - 26 Mar 2005 7:57 AM - 1 message
Dear all i'm facing a problem while binding my textbox controls on my webform to a value in the dataset. the binding is being made visually. so when i run my application i get the following error message: "Index 0 is not non-negative and below total rows count. " ...
Score 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"> ...
Score 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? ...
Score Any way to maintain a digest-authenticated session in .NET?
paul - 26 Mar 2005 3:00 AM - 1 message
I must (as a client application) connect via HTTP, authenticate using DIGEST authentication, and then make subsequent HTTP requests. The Problem: If I use System.Net.WebClient or System.Net.HttpWebRequest, my initial HTTP request is met with a: HTTP/1.1 401 Unauthorized xxx ...
Score Sending Email
Arsalan - 26 Mar 2005 2:38 AM - 6 messages
How do I use ASP.NET to send an Email? ...
Score 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' ...
Score 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 ...
Score Help with an Xsl Transormation
George Durzi - 25 Mar 2005 11:21 PM - 2 messages
Hi! Can someone help me out with an Xsl transformation? How can I get the following Html, using the Xml below? The challenge I'm having here is selecting the unique "KeyDemoValueCW"s, and them enumerating "KeyDemoCategory", "KeyDemoValueCW", "KeyDemoValueLW", within the unique "KeyDemoValueCW"'s. ...
Score Download pdf blob from oracle database
AZNewsh - 25 Mar 2005 10:38 PM - 1 message
The code I am using to download blobs from an oracle database giving an open or save option is given below, This code seems to work fine with files of type .doc or graphics files but when I tried a pdf file I got ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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)"; & ...
Score 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 ...
Score 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 ...
Score need some direction, how do you create a collection that supports the following:
dx - 25 Mar 2005 7:49 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score TextBox.Text Problem
TCORDON - 25 Mar 2005 7:23 PM - 2 messages
I am loading a form and filling in some TextBox's with values from a session var. This is used to update some information. On form load let's say I give TextBox1.Text = "54000" After that I change the value on the web page to, let's say: 54000 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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? ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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: ...
Score 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. ...
Score 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 ...
Score 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 ...
Score 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, ...
Score Error deserialising a file
Steve Bugden - 25 Mar 2005 2:59 PM - 1 message
Hi, I'm getting an error trying to deserialise an XML file via a web service. The same code and file work perfectly on my local machine the error only occurs on an ISPs shared web server. I don't even get an error message but a ...
Score 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, ...
Score 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 ...
Score 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! ...
Score base.OnLoad called, OnLoad not executed
Fabio R. - 25 Mar 2005 1:21 PM - 1 message
Every webform in my application inherit from a base custom class. In this class I override the OnLoad method and call the base.Onload in it. Sometimes, the OnLoad in the webform is not executed after a form submit also if the base.OnLoad is called. ...
Score 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 ...
Score [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. ...
Score Gridview and calendar
Stefan Gsundbrunn - 25 Mar 2005 7:23 AM - 1 message
Good morning, would again need some help. I´m having a calendar and a gridview in one form. Works fine. What I know like to do ist: klick a date on the calendar, klick a button and then the gridview should overtake the selected date in a new entry. ...
Score asp.netÈçºÎ°ÑSQLÊý¾Ý¿âͼÏñÊý¾ÝÖ±½Ó·ÅÈëÖ¸¶¨µÄImageͼÏñ¿Ø¼þ
xkw - 25 Mar 2005 6:54 AM - 2 messages
¸÷λ¸ßÊÖ£º asp.netÈçºÎ°ÑSQLÊý¾Ý¿âͼÏñÊý¾ÝÖ±½Ó·ÅÈëÖ¸¶¨µÄImageͼÏñ¿Ø¼þ£¬ÒòΪÔÚ·þÎñÆ÷´´½¨Í¼ÏñÎļþÊܵ½ÏÞÖÆ¡£Ð»Ð»£¡ ...
Score 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? ...
Score 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. ...
Score 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. ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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: ...
Score 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 ...
Score 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; ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score corrupted email attachments
Alejandro Penate-Diaz - 24 Mar 2005 8:58 PM - 1 message
hi. I am sending attachments and for some reason the files are getting corrupted and a different size than the original file. I am sending word and excel documents. below is the code I am using                   MailMessage Message = new MailMessage(); ...
Score 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 ...
Score 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] ...
Score 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 ...
Score next line in Tooltips
tshad - 24 Mar 2005 8:07 PM - 1 message
I am trying to set up a tooltip that is about 4 lines long. How do I tell it when to break to another line?  I don't want it to wrap. Thanks, Tom ...
Score "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 ...
Score 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 ...
Score 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? ...
Score 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 ...
Score Nested DataSet / Xsl Transformation
George Durzi - 24 Mar 2005 6:44 PM - 1 message
Check out this Xml <NewDataSet> <Table>   <GB_JOB_ID>8060</GB_JOB_ID>   <SALES_CODE>160</SALES_CODE>   <JOB_NUMBER>040435</JOB_NUMBER>   <JOB_NUMBER_FORMATTED>160-040435</JOB_NUMBER_FORMATTED> ...
Score 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. ...
Score Re: UnauthorizedAccessException upon access to an ASP.NET web service
Bruce - 24 Mar 2005 6:29 PM - 1 message
I was able to get the web service to work on the Windows Server 2003 server via an article I found by searching another newsgroup....  I gave the  Local Service and Network Service accounts Full Control permission to the ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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 ...
Score 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? ...
Next »