|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Setting the query string from a java script
Loui Mercieca -
3 Sep 2005 9:08 PM - 6 messages
Hi, I would like to read some variables from a javascript located in the head tags. The script is a simple document.location = new location, but i would like to set the querystring. How can i do this, if it is possible?? ...
Posting values between pages
Water Cooler v2 -
3 Sep 2005 8:08 PM - 7 messages
That ASP.NET pages post to themselves, how do pages share information amoung themselves? As in, if my index.aspx has to post data to nextpage.aspx, how does it happen? Is it left to the developer to persist relevant control values in a state dictionary such as Session ...
Help -- SQLConnection Problem
Michael D Murphy -
3 Sep 2005 7:28 PM - 20 messages
Hi, I continually have problems with SQLConnections. Once I fix the one that I am having problems with I move on. I would rather have more confidence. I must be not understanding something or another. If I drag a SQLConnection to ...
How to display this using the asp:Repeater ctrl?
mehdi.mousavi -
3 Sep 2005 7:14 PM - 2 messages
Hi, Consider the following HTML: <table border="1" width="100%"> <tr> <td> <img border="0" src="myimage1.jpg" width="50" height="50"></td> ...
Posting a Dynamically Created Page
Steve Murphy -
3 Sep 2005 5:53 PM - 4 messages
I need to receive user input on one web page, process that input server-side, and then post a dynamically created page to a credit card authorization service. Is this as simple as creating a WebRequest and posting it using a StreamWriter, or am I starting down the wrong path? ...
deploy asp.net web form
Daniel -
3 Sep 2005 5:48 PM - 2 messages
Hi All, I am new to install the asp.net web form into server site and let user to browse it. I am considering whether window 2000 advance server is able to store the asp.net web form and allow multiple user to browse it according to their role? ...
Visual Studio 2005 - Where did my DLL go?
Chris Botha -
3 Sep 2005 4:56 PM - 3 messages
With VS 2003 the DLL is created in the "bin" directory. My first Web app with VS 2005 ended up being a "File System Web Site", but after some research I created a "Local IIS Web Site". However, there is no ...
showModalDialog
Jan -
3 Sep 2005 4:05 PM - 3 messages
Hi, I have problem with modal dialog. I have a ASPX page which I use in showModalDialog. This page contains tag <base target=_self> because I dont' want to show a new IE window in postback. It is OK. ...
Intermittent Unable to validate data error
Ian -
3 Sep 2005 3:38 PM - 2 messages
Hey all: I have an ASP.NET application that, for the most part runs fine. However, checkign over the logs I've noticed that every once in a while (like maybe once a day or so) our users are causing an unhandled ...
forms authentication
z f -
3 Sep 2005 2:40 PM - 2 messages
Hi, In forms Authentication, if a page was redirected to a login page, and the login was successfull, but the logged in user is not included in the required roles for a directory using web.config with forms authentication, the page is redirected to the login page again, without any friendly message ...
Online bookmark
Joe -
3 Sep 2005 1:50 PM - 2 messages
It is very inconvenient to update the personal bookmark from one place to another place, it always need to export the bookmark and save to floppy, then import the bookmark in other computer. Any online bookmark in the web sites? ...
ASP.NET contents file
asad -
3 Sep 2005 1:06 PM - 4 messages
hello, how ru all, I have contents(website links) file which i want to inlcude in all of my application. Contents are coming from database through an aspx page but when i'm include this file in my web application it could not working so pls tell ...
outputting doc or pdf files from sql
fredd00 -
3 Sep 2005 1:00 PM - 3 messages
Hi i would like to save doc and pdf files to sql, retrieve them and serve them to the visitors browser (_blank target preferably) how can it be done thanks ...
Page_load called twice on button click
Imran Aziz -
3 Sep 2005 12:53 PM - 7 messages
Hello All, I have a search text and button that post data and my button handler filters the repeater control. However when the button is clicked the first time. The page_load event is being called twice, once with postback true, ...
Working a project on two computers
Bob -
3 Sep 2005 12:36 PM - 9 messages
Hello: VB.NET ASP.NET application. I would like to be able to work on my project at home and at my office. I first created it at the office and when I try to work on it at home, only ...
Does Visual Studio provides any free webpart to be used for Portals?
Annie -
3 Sep 2005 12:01 PM - 4 messages
hello guys, does VS.net provide any web control to be used as in developing portals? otherwise, any free source available that can be customized? Tia ...
test whether a path is in public web directory?
flipdoubt -
3 Sep 2005 11:40 AM - 1 message
Are there any specialized methods for determining whether a path or UNC points to a location within a site's web directories? Are there any methods for turning an absolute path into a relative URL? My app has UNCs stored in a database and needs to serve the files that the ...
using asp:textbox as search box, handling enter in textbox
Imran Aziz -
3 Sep 2005 11:38 AM - 3 messages
Hello All, I have an option of search on my web page coded as under <p>Search Bookmarks: <asp:TextBox ID="txtSearch" runat="server" class="texta" ></asp:TextBox><asp:Button ID="btnSearch" runat="server" ...
Error when redirecting to an asp page from an aspx page
Loui Mercieca -
3 Sep 2005 10:04 AM - 4 messages
Hi, I have the following problem. Whenever i redirect to an asp page from any oage in my .net project. i get the following error: System.Web.HttpException: Error executing child request for Thanks-DE.aspx. If i redirect to an aspx page instead of an asp page it works fine. I tried both response.redirect and server.transfer methods but none worked. ...
<DIV>
P Nishanthan -
3 Sep 2005 8:53 AM - 2 messages
Hi, I have a datagrid inside the DIV. If the datagrid height is more than 100px, i have to show the scroll bar in the DIV. Otherwise DIV height should be same height as datagrid. How can i do this? ...
pass dynamic variable to user controls
Howard -
3 Sep 2005 5:42 AM - 6 messages
I have a header control, control.ascx page and a user.aspx page I would like to generate a unique page title for each user. in user.aspx i used this <Controls:Header id="header" runat="server" title="User Profile - ...
How to set up privileges for VS.NET developers?
Richard Lionheart -
3 Sep 2005 4:56 AM - 5 messages
Hi All, I generated a WebForm and created a Virtual Directory for it IIS. But I got an error message (shown below) saying something like my app lacked appropriate privileges. David Wang replied to an earlier question about this issue, and he informed ...
Object reference not set to an instance of an object using globalization
fredd00 -
3 Sep 2005 3:03 AM - 3 messages
Hi in my page load i use ConfigurationSettings.AppSettings["PgDesc"].ToString(); to retreive to info to output to the file the thing is for some values i get an error : object reference not set ..... when i use ConfigurationSettings.AppSettings["rootPath"].ToString() ...
validate a radiobuttonlist
Mardy -
3 Sep 2005 2:54 AM - 2 messages
I'm trying to figure out the client side javascript to validate that a selection is made from a radiobuttonlist server control. I need to use client side code because I have multiple panels and buttons and I don't want the ...
How to make a variable global?
Water Cooler v2 -
3 Sep 2005 12:55 AM - 7 messages
I want to take a global variable in my ASP.NET application. How do I make it global so that it is accessible to all the pages in my application? Do I put it in the Global.asax file? If so, Global.asax ...
Survey: What do you name your User table?
jasonkester -
2 Sep 2005 10:21 PM - 3 messages
Most of the sites that I build have to deal with security at some point, and this means that somewhere in the database there needs to be a list of Users. The naming convention that I (and most everybody I've ever worked with ...
asp:Panel
Ferret Face -
2 Sep 2005 10:15 PM - 4 messages
Why is it that a Panel (with a table) will appear as a DIV-layer in IE but appear as just a table in Firefox? ...
Any MVP in ASP.Net?
Alfredo Barrientos -
2 Sep 2005 9:25 PM - 10 messages
Hi, Does anybody know a MVP in ASP.Net who could help me? Thanks, Alfredo Barrientos ...
Turn a string into a control name
Web Team @ Borough of Poole -
2 Sep 2005 9:18 PM - 3 messages
Hi All, I have this code, which I am trying not to replicate many times in my code-behind. Me.img1.Visible = False Me.img1UploadButton.Visible = True Me.pnlImg1Uploader.Visible = True Me.img1Cancel.Visible = True I have mulitple controls on the page which do similar things. They are ...
Newbie: Selecting image from separate aspx page
Colin Peters -
2 Sep 2005 9:11 PM - 3 messages
I have a form where the user can select an image filename. Clearly it would be better to allow them to select the image itself rather than key in the filename. So, I have a server side directory with the available images. And I have ...
DataGrid to Excel
Paperback Writer -
2 Sep 2005 9:03 PM - 2 messages
Hi, I would like to export my DatGrid to an Excel file, but i've faced the following trouble: Control 'dtg_f3__ctl5__ctl1' of type 'DataGridLinkButton' must be placed inside a form tag with runat=server. Is there any way to solve this ? ...
Having issues with Session Objects and Frames
Chris -
2 Sep 2005 8:59 PM - 3 messages
ok, here is what I am trying to do. I have a frameset with 2 aspx pages. After someone clicks on a button in the control page, I want to pass a SQL Query in a form of the string to the ...
Viewstate doesn't clear
Mardy -
2 Sep 2005 8:51 PM - 3 messages
Upon submitting a form, I create a new record, read the blank record into the form and return the user to the form. The values from the previous record are still in the form. How can I clear the form without using the refresh button? ...
is this even possible?
rodchar -
2 Sep 2005 8:13 PM - 6 messages
hey all, i was wondering if you can write code against a linked server in SQL Server? If so, are there any resources (e.g. articles, forums, etc.) I can view? thanks, rodchar ...
39th month? Odd DateTime behaviour!
dhnriverside -
2 Sep 2005 7:57 PM - 6 messages
Hi guys - Mars bars at the ready here... Got the following 2 lines of code... DateTime rightnow = DateTime.Now; string ReportDate = rightnow.ToString("yyyy-mm-dd"); Fine? Well, it's giving me a date just now of "2005-39-02" !!!! how!!? ...
how did they do that?
rodchar -
2 Sep 2005 7:30 PM - 5 messages
hey all, how do you have a drop down list with the ability to type text and as you type the dropdown is repositioned? thanks, rodchar ...
Special Fonts
Jay -
2 Sep 2005 7:20 PM - 5 messages
Is there an HTML tag or other method (besides a graphics file) of putting a circle or square around a character/number? E.g.. A circle around the number 4 to indicate a birdie on a par 5, or a square around a 3 to indicate ...
Accessing PostgreSQL from ASP.NET
Fred Nelson -
2 Sep 2005 7:14 PM - 1 message
Hi: I have been given a project that requires me to access a small PostgreSQL database from a C#.NET web application. The database is on a Linux machine so I'm way out of my area of expertise! ...
drop-down limit
rodchar -
2 Sep 2005 6:58 PM - 4 messages
hey all, is there a way to limit the number of records in a dropdown and have scroll bars to see the rest of the records? thanks, rodchar ...
2.0 beta 2: Disappearing Controls
clintonG -
2 Sep 2005 6:50 PM - 8 messages
Hello Fellow Masochists ;-) In the MasterPage I've used a control (LinkButton1) in the 'header' region to function as a tab that displays another control (LinkButton2). LinkButton2 is located within a panel (Panel1) and I control the display of LinkButton2 by modifying the Panel1.Visibile property. ...
Newbie problem.
Christopher Brandsdal -
2 Sep 2005 6:48 PM - 2 messages
Hi! Got my first .net book today, and started right away ;) But when I try the treeview control I get an error I do not understand.. What could be wrong?? Server Error in '/WebSite' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to ...
Protecting a worksheet but still allowing Outlining/Grouping?
Joe Schmoe -
2 Sep 2005 6:28 PM - 1 message
I am working on an ASP.NET application that generates an Excel 2003 spreadsheet on demand for the user, containing much sales information, and then editable cells for the salerep user to enter forecasting information. To make the spreadsheet easy to use, all cells are Protected except the ...
How to pass a control optionally
eagle -
2 Sep 2005 6:12 PM - 4 messages
How can I pass a control to another procedure as an option? I tried: Call DoStuff(lbl) Private Sub DoStuff(Optional lnkbtn = nothing) if lnkbtn <> nothing then lnkbtn.visible = true end sub ...
Find out the MAC address of a machine.
UJ -
2 Sep 2005 5:42 PM - 5 messages
Is there any way to find out the actual MAC Address that a request comes in from? We are trying to get a way where we can limit access to specific machines (TCP/IP isn't good enough - we want to do it at the actual machine ...
Consuming webservices in vs2005
jhcorey -
2 Sep 2005 5:02 PM - 1 message
I'm having some difficulty trying to figure out how to do this. The help topics seem to be still referring to VS2003 In VS2003 (1) I get the webservice reference. (2) I add using myProject._myWebService; ...
How to access selected row values in Datalist
Gary Frank -
2 Sep 2005 4:54 PM - 2 messages
I added a couple of labels and a button to a Datalist control called "dlSignIn" by adding them to the Item template. The labels are bound to a dataset column. Program code gets executed in the dlSignIn_SelectedIndexChanged subroutine when I click the button in the ...
Request Object
Angel -
2 Sep 2005 4:51 PM - 9 messages
I am trying to access in Javascript within an ASP.NET web page the Request Object. I am specifically trying to access the values in the Request.QueryString. When I try to access the values I get an error ...
Server.Transfer to another application
Andy -
2 Sep 2005 4:50 PM - 2 messages
I don't believe Server.Transfer will do this, because it is not in the same application, but is there a way to transfer to a new application without a new request from the client browser? ...
Web DataGrid text box doesn't post back (or something else wrong)
Paul_FFX -
2 Sep 2005 4:29 PM - 2 messages
I try to use EditCommandColumn of Datagrid control to update a record. EditCommand works and Update and Cancel button appear. Then a modify text in one of appeared text boxes. There is a part of my UpdateCommand code: Private Sub DataGrid1_UpdateCommand(ByVal source As Object, _ ...
Frame Set Flow
Jay Villa -
2 Sep 2005 3:25 PM - 4 messages
I have a startup page with a frameset <framset border="1" frameborder="1" framespacing="0" cols="30%,70%"> <frame name="left frame" src="WebForm1.aspx"> <frame name="right frame" src="WebForm2.aspx"> ...
Web part and postback
getdotnet -
2 Sep 2005 3:05 PM - 2 messages
I have three questions about web part pages. All help is appreciated. 1. Moving around web parts, minimizing and resizing...all cause the page to post back. Is there a way to stop this postback? 2. Client's requirement is to allow the users to choose page layout just ...
Get current cell in datagrid
louise raisbeck -
2 Sep 2005 3:01 PM - 2 messages
Hi, I have a dynamically built datagrid. I have a checkbox and a label in each cell. When the checkbox is ticked something should happen, using the label in the same cell as the checkbox. But I do not know which column it will be ...
converting an array to a string
Andrew -
2 Sep 2005 2:37 PM - 4 messages
Hi, How do I convert an array to a string ? What I did was convert a string to an array, after some manipulation, I want to pass the value back to a string. char[] setchecked; setchecked = strchecked.ToCharArray(); ///// I want to convert array setchecked[] back to a string n pass the value to ...
confused about customizing gridview control asp.net 2.0
Steve -
2 Sep 2005 2:04 PM - 1 message
When coding in vbscript asp, I did everything from scratch and could control the way that for example my data tables looked and could be edited. I for example could allow the user to delete multiple records by selecting them via checkboxes and clicking on one 'delete' button. They ...
asp .net email question
mattmerc -
2 Sep 2005 1:38 PM - 4 messages
Hi all, I've seen quite a few asp .net email articles out there, but nothing referring to my question. Here is what I would like to do. I need to allow my users to click on a button that will open up their default ...
important: Trying to coordinate iPlanet with IIS
Craig -
2 Sep 2005 1:38 PM - 2 messages
I'm a developer, but have no experience in configuring web servers. My ASP.NET code is hosted on this web server running on IIS. Only problem the outside world can't access it, because the company wants all web requests ...
Stale Forms
John Rivers -
2 Sep 2005 1:17 PM - 2 messages
Hello, This topic has bugged me for years. The ideal for handling web forms would be that submitting the form replaces the browser history's current url with the url resulting from the form processing code Response.Redirect url this can be achieved for links using ...
Button1.PerformClick() problem
Marcin Zmyslowski -
2 Sep 2005 1:12 PM - 3 messages
Hello everybody! I have the problem with using Button1.PerformClick() method. I don`t know how to call the button. I have been searching the newsgroups but I didn`t find any exact description of it. I have read that to do that I have to paste the code: ...
brief description of asp.net 2.0 controls
Steve -
2 Sep 2005 12:47 PM - 14 messages
Is there a page on the web which simply lists the controls available in asp.net 2.0 with a brief description of each? I just want this as a reference, so that I am aware of all the controls ...
how can write to the page after Response.End()
Tim_Mac -
2 Sep 2005 12:18 PM - 3 messages
hi, i'm guessing you just can't write to the page after Response.End(), but i would be interested to hear if anyone has a work around for my situation. i have designed a 'SmartButton' control that disables itself (client ...
datagrid autogenerate columns
ypul -
2 Sep 2005 12:10 PM - 2 messages
Hi , Getting to the point directly, my query output doesnt have fixed columns , so I choosed "autogenerate columns" datagrid. I assign this dataset to my datagrid, but now I want my data should be hyperlinks, so that I can navigate from that page to another, depending on ...
Handling link button in repeater control
Imran Aziz -
2 Sep 2005 12:09 PM - 2 messages
Hello All, I have an asp:linkbutton in a repeater control, what I want to do is when someone clicks the link button I should get a value for the link button, and accordingly do some action. How can I do that, can someone ...
anonymous authentication
Julia -
2 Sep 2005 12:00 PM - 3 messages
Hi, I have a problem when I browse my asp.net pages. The style sheet is not loaded. If I try to browse the style sheet from the IIS I get this message : "You are not authorized to view this page". ...
Published 'Personal WEB Site' problems
Bendik Engebretsen -
2 Sep 2005 11:57 AM - 6 messages
Developed this personal WEB site with the new ASP.NET 2.0 Beta: [link] It has got this problem: After a while browsing through pictures on the site, an error occurs: ...
The Microsoft Jet database engine cannot open the file...
Neal -
2 Sep 2005 11:45 AM - 4 messages
Hi All I am trying to connect from ASP.Net app to an Access Db. If i don't specify a userid an pwd.. I get this error The Microsoft Jet database engine cannot open the file 'C:\Documents and ...
Passing a page to a public class
dhnriverside -
2 Sep 2005 11:40 AM - 4 messages
Hi guys I'm trying to implement an external class (.cs) for popping a window and doing various bits and peices. I want to pass to the overloaded constructor a reference to the page that called the class, so that the class can add some ...
Urgent Help for release...
Tim::.. -
2 Sep 2005 11:07 AM - 9 messages
Can someone please tell me why I keep getting the following error for some of my web application users but not others??? Even though the application runs from a central webserver??? Thanks for any help... Error: ----- Exception Details: System.NullReferenceException: Object reference not set ...
Release of Website???
Tim::.. -
2 Sep 2005 9:58 AM - 3 messages
Can someone please tell me how I release an asp.net website using VS 2003... Do I have to go through the whole site and change the links for the picutes using find and replace of is there an easier way to do this??? ...
Transfer-encoding text appears on ASP.NET
buzz -
2 Sep 2005 9:36 AM - 1 message
I'm Using IE 6.0, the text shows up intermittently......on a post-back Hm... that might be browser bug. I've seen older versions of Mozilla behave like that. What browser are you using? --------------= Posted using GrabIt =---------------- ...
.js files
Mantorok -
2 Sep 2005 9:15 AM - 3 messages
Hi all I want to seperate my client-side validation into a seperate js file, unfortunately the .js functions have no concept of document.getElementById, is it possible to have external javascript files referencing page controls? Thanks Kev ...
Restricting bandwidth for download stream
hoenes1 -
2 Sep 2005 9:00 AM - 3 messages
Hi all, I have an asp.net application from which registered users can download files. What I want to implement is a bandwidth restriction for certain users. What I DON'T want to do is restrict the bandwidth on the IIS ...
force horizontal scrollbar display on div
dhnriverside -
2 Sep 2005 8:36 AM - 2 messages
Hi guys I'm using a div to create a list with ajax stuff. At the moment, the div shows a scrollbar if the content is larger than the div. The problem is that if it isnt, the scrollbar disappears and all my content ...
Using comma's instead of points
benoit -
2 Sep 2005 7:45 AM - 2 messages
How can I make sure the the input of float can be done both with dots and comma's so that 1.548 = 1,548 ...
using dll/InteropServices on website
mjacu -
2 Sep 2005 7:36 AM - 2 messages
Hello I've got a problem using unmanaged dll in C++ on my website. I'm using System.Runtime.InteropServices namespace and DllImport. My dll allocate memory and generate some files using allocated memory. Every request generate one file. In global.asax in Application_Start I call function from dll allocating ...
View Multiple Binary Files(Images)
Arun -
2 Sep 2005 6:28 AM - 5 messages
Hi, I have simple question to ask. How to write multiple Binary files to the Browser using Asp.Net and Visual C#.net I have seen examples where single binary file is written to browser. -Regards Arun ...
Emulating variables static to the page
Mike Orb -
2 Sep 2005 6:18 AM - 3 messages
This is a Framework 1.x question. I'm creating a class that generates HTML element IDs (<foo id='id1'> for example) and need the element IDs to be unique across the page. The reusable class can't access ViewState since it is protected. Note there ...
Index was out of range error when paging in a Nested Datagrid
Pat -
2 Sep 2005 6:18 AM - 1 message
I have 3 Datagrid nested. Master Details Child The master has paging (And i'm using the paging inbuilt in the Datagrid) in the Master DataGrid you select a linkbutton(using commandname) and it populates the data in the Details DataGrid ...
build control tree, parse aspx page
asahin -
2 Sep 2005 6:03 AM - 1 message
hi all; i need ability to change a page's looking at run-time by changing aspx page or construct control tree via reading a previously defined template. is there any way to parse an aspx page at run-time and build control ...
Change the browser setting in IE through programming.
Sai Kiran -
2 Sep 2005 5:34 AM - 1 message
Hi Curt, Regarding my previous question, i am not developing a website. i am developing a product for our internal company purpose which is located at different places. So, i developed a web application for this. Now i want to ...
Problem with connection pool
DaM -
2 Sep 2005 5:27 AM - 6 messages
Hi guys, I'm having this problem with my ASP.Net application: I was testing the whole site, and it seem to work fine. Fast and stable, but suddenly it stopped working and this error occurred: "Timeout expired. The timeout period elapsed prior to obtaining a ...
HyperLink Column - Data Binding?
Adam -
2 Sep 2005 3:39 AM - 5 messages
Hi, I am trying to add a querystring to a hyperlink column. The following attempt generates an error. Any thoughts on how i do this? Will i have to use a template column? <asp:HyperLinkColumn Runat="server" ItemStyle-HorizontalAlign="center" ...
Can I save dataset object to an application variable?
Lawrence Chang -
2 Sep 2005 3:12 AM - 3 messages
Hi My friends, Can I save dataset object to an application variable? I want all the customer use this dataset. and diffrent customer create diffrent dataview object from this dataset, so it don't need to connect to database everytime ...
having safe QueryStrings hyperlinks
Pat -
2 Sep 2005 2:59 AM - 6 messages
I have a link i.e http://puppy/ShowBlank.aspx?b_id=34 When a user click on the link above and gets to it its fine.. But i want to prevent the user from copying the link and pasting the link to ...
Need to pull out referance details
Sachi -
2 Sep 2005 2:33 AM - 2 messages
Hi, I need to pull out all those dll's details which are referenced by asp.net application. Also need to get their version details and namespace details. Any clue how to go with? Thanks in advance, Sachi ...
Change Hyperlink style dynamically
Imran Aziz -
2 Sep 2005 2:02 AM - 3 messages
Hello All, I want to change the size of my hyper lnks in a repeater control dynamially using the onItemBound event, as under, but cannot seem to understand how to alter the properties to do that. <asp:HiddenField ID="maxFrequency" runat="server" /> ...
IIS Basic Authentication/FormsAuthentication - HELP PLS!?
Chad Beckner -
2 Sep 2005 1:15 AM - 4 messages
Hi everyone, I am developing a site in which the root will be set with Anonymous & Basic permissions. Past that I will have an application (directory) in which I will be developing applications. In the past, I have been able to ...
Problem with Hyperlink control
AtlasApollo -
2 Sep 2005 12:57 AM - 3 messages
Hi Folks, Can someone please share insight into why this problem is occuring? I've placed a Hyperlink control onto a webform, and when it compiles and runs, there is no HREF generated, and the link is in effect unusable. ...
DataSet Iteration?
Adam -
2 Sep 2005 12:39 AM - 4 messages
Hi All, What is the most acceptable way of iterating through a DataSet Tables Row Collections Manually? As in: 'fill data adapter object with dataset info Da = New SqlDataAdapter(Cmd) Da.Fill(Ds) 'iterate through Area Grouops Do While() ???? 'create new drop down list item ...
URL Rewriting and Caching
djmc -
1 Sep 2005 10:57 PM - 1 message
Hi, I am trying to use a URL Rewriting technique outlined here:
[link] Basically I create a HTTPHandlerFactory that scans whether the URL needs to ...
Data Retrieval/Formating problem
Stephen Noronha -
1 Sep 2005 10:39 PM - 1 message
Hi If i get a datatable in this format: Row Columns Seat A B 1 A B 5 ...
Authentication help
Bruce Groen -
1 Sep 2005 10:36 PM - 3 messages
I am having some authentication issues. I download a sample app to test the forms based authentication process of asp.net and it works on one of my servers but not the other one. The one that it is not working on is my ...
How to block network traffic ?
Omega -
1 Sep 2005 10:22 PM - 2 messages
Hi In serveral firewall software you can block all network traffic with one click, can I do the same in c# ? Thanks ...
Asp.net and Encryption: Where to store the keys?
David -
1 Sep 2005 10:03 PM - 2 messages
One thing that's always puzzled me about implementing encryption on remote asp.net apps is where to store the keys. The demo code indicate that you include them in a configuration file, but this would seem to defeat the purpose. If someone obtained the configuration file and ...
Slow Response for ASP.NET page
Ramkumar T via DotNetMonster.com -
1 Sep 2005 9:29 PM - 11 messages
Hi I am experiencing performance issues with my simple web application. (which contains pretty simple and straight forward web pages).The app's home page takes well over 15 seconds to run under ASP.NET for the first time. Well I ...
Compiler disallows for loop in ASPX ... what's up?
Richard Lionheart -
1 Sep 2005 9:25 PM - 9 messages
Hi All, [See below for history of posting this question] In effort to write a loop in ASPX to generate a set of labels, I tried this: <form id="Form2" method="post" runat="server"> <script language="C#" runat="server"> ...
String Concatenation & Removing Space
Sparky Arbuckle -
1 Sep 2005 9:09 PM - 6 messages
I am able to build a string for a product revision and was curious about removing the space. The only way that I have successfully built the string was to use: a = integer strRevision = string ds.Tables("DataTable").Rows(i)("RevisionString") += strRevision & a & ...
Problem with running a DTS Package from an ASP.NET page
Leo -
1 Sep 2005 8:48 PM - 2 messages
Hello all, I am having a problem which I cannot seem to find a solution for. In SQL Server 2000 I have created a DTS package which imports a Text file into a table. When I run the DTS package from the SQL sever itself it executes ...
Access network shares with filesystemobject
Josh Rolfe -
1 Sep 2005 8:27 PM - 6 messages
I have a page in classic asp that accces a network drive, The code is as follows: <% dim fso dim objFolder set fso=server.createObject("Scripting.FileSystemObject") set objFolder=fso.GetFolder("f:\") for each objFile in objFolder.files ...
Performance issues with ASP.NET web application - Slow response
Ram -
1 Sep 2005 8:07 PM - 6 messages
Hi After deploying a simple web application to the production environment, I see that hwne I launch my app's url it takes a while to load the home page.(it doesnt do anything complex. A pretty simple adn straightforward page with just a few text boxes and a button). After that the app's response time is reasonably fast. Any idea why the response time is slow? Is it something to do with ASP.NET's engine? I noticed it in the test environment but thought it would be working fine in prod. ...
Concurrency Control idea for discussion
John Rivers -
1 Sep 2005 6:51 PM - 6 messages
Hello, The common approaches to concurrency control in web apps: optimistic: - row version (timestamp, guid, datetime, digest) etc. - value checking pessimistic: - locking fields / locking tables (not discussing here) I have come up with a slight variation on optimistic value checking ...
|
|||||||||||||||||||||||