|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Looking for Microsoft Free Training
Ahmed Shafi -
25 Jun 2005 11:02 PM - 2 messages
Hi there, I read some time ago that MS was offering free training for VS.NET 2005 and ASP.NET 2005. Where can I find those and also any other web casts/training material related to VS.NET 2005 and ASP.NET 2005? ...
Superexpert DataForm Control
TJS -
25 Jun 2005 10:16 PM - 1 message
any examples available of how to use this free dataform component from Stephen Walther ? I'd like to know how it can be used in add /update/delete scheme [link] ...
Classic ASP question
Mark -
25 Jun 2005 9:52 PM - 6 messages
Hi all, I have a .NET webservice which I would like to consume from a classic ASP page. Furthermore, I would like to populate a recordset (if possible) with the data from the returned webservice so I can implement paging in the classic ...
ListBox.SelectedValue weirdness
Sosh -
25 Jun 2005 6:32 PM - 1 message
Hi, Maybe someone could shed some light on the following situation. I have a ListBox wich I have bound with some names and ids. I then get do another query to bind some info to page,and also pre-select the ...
How to change the color of the selected item in a web listbox cont
Karen Grube -
25 Jun 2005 5:55 PM - 2 messages
Hi! I'm using a standard server side ASP.Net listbox control on a web form. The page is basically various shades of green. The listbox itself has a pale green background and forest green text and a forest green border. However, ...
get a remote file via http
Andrea Moro -
25 Jun 2005 3:11 PM - 3 messages
I need to get a remote file via http protocol, get it in some variable and use with some unzipping tool to get the content. So the problem I've is two. First how to read a remote file. I found that I ...
Localized resources not loaded until an administrator open the site...
Jéjé -
25 Jun 2005 2:53 PM - 1 message
Hi, I continue to have some problem with localization in my custom controls. I have some custom controls which are webparts in sharepoint. these controls are localized (english & french) All works fine except if the end user is not an administrator! ...
Query Result Paging with different Ordering
J Rieggle -
25 Jun 2005 12:15 PM - 2 messages
Hi, I have posted to multiple groups - I hope this is ok. For the past week or so I have been trying to find out how to perform a search against SQL Server, and have the results sorted on a choice made by ...
problem in uploading and downloading files from DB in ASP.Net
Himanshu -
25 Jun 2005 9:53 AM - 5 messages
hi, Can anybody tell me that thru asp.net using c#, how can we upload and download physical files in any table of SQL Server Database. the uploading part is running successfully but the problem arises in the retriving part of the code. ...
Setting the destination of an uploaded file
John -
25 Jun 2005 9:14 AM - 2 messages
Hi all, How do I programmatically save an uploaded file (using the File Field control) to a sub folder of a web site. I've tried specifying ..SaveAs("~Uploads/" & "fielname") but it keeps looking in for a c:\Windows\System32\Uploads folder. ...
Excel Export
arnab -
25 Jun 2005 7:41 AM - 1 message
Dear All, I have a code which does Excel Export using ASP.NET Content disposition. The whole code works fine and opens up a dialog box to open,save when i click on the export button. If i save the file, its ok. But if i click on "Open" then ...
How to pass parameter to DataSet via user control?
kenfine -
25 Jun 2005 7:26 AM - 2 messages
Hi, I've defined an ObjectDataSource and a parameterized DataSet. I would like it if I could pass the parameter value that describes the query that creates the DataSet as part of a user control declaration. Here's how the parameter ...
asp.net errors in iis log
Aaron -
25 Jun 2005 6:55 AM - 7 messages
I would like to write a program that finds all asp.net errors in iis logs? what characteristics should i look for? (a line in the log that has the error?) what about sql errors? Thanks in advance, Aaron ...
will checkboxes lose their state after postback?
Jimmy -
25 Jun 2005 3:01 AM - 4 messages
Hi I have build a datalist with checkboxes in it and after a postback the state of the checkboxes have not been saved. I have enabled the viewstate of all the controls on this page. What do I have to implement to keep the state? ...
Strange error when deploying site
Nathan Sokalski -
25 Jun 2005 1:59 AM - 4 messages
I am trying to move my ASP.NET site from my XP Pro desktop to the webhosting service where I make it public. The site runs great on my desktop, where I have it in the root directory of XP Pro's IIS. However, when I move it to ...
Encrypted Ticket Failure
Richard Myers -
25 Jun 2005 1:05 AM - 1 message
Hi There, When a user logoffs my Forms Authenticated website they click the log out button which fires the code below. However if they then immediately attempt to log back on again the site fires an Invalid value for 'encryptedTicket' ...
Office Web Componenets for Access?
deko -
24 Jun 2005 11:23 PM - 2 messages
Has anyone had success with Office Web Components with Access? What I have in mind is a site where Access users can log in and update their Access databases with new records that have been uploaded by other Access users. ...
Is there Web. class that defines XHTML element references i.e. <br />
Rob R. Ainscough -
24 Jun 2005 9:06 PM - 2 messages
Just wonder if VS 2003 has such a class defined so I don't have to define my own constants? ...
Replacing the specific pattern of text in a huge text string..
Brown Smith -
24 Jun 2005 8:38 PM - 2 messages
At run time I am building the HTML table as follows for literal control. HTML Table related data ... <span style='background-color: #FFDD00'>could be any data here LIKE DATA 1 </span> HTML Table related data ... ...
False Alarm from Forms Security Validation
honcho -
24 Jun 2005 8:38 PM - 1 message
My ASP.NET web application has a flaw that produces false security-violation alarms. There are several categories of users for this web site, e.g. Colonels, Sergeants, Private_1s, and Private_2s. Colonels may visit any page in the web site. Sergeants may ...
Turn off caching - Please help!
Yas -
24 Jun 2005 8:35 PM - 4 messages
Hello, I have a similar problem. In my case I have a iFrame that I load with several versions of an html file. The html file that I load has a different content every time but is has the same name. The problem that I have is that it shows always the first document that I loaded in the iFrame. ...
Parsing date from sql string in asp.net, then comparing it with present date
.Net Sports -
24 Jun 2005 8:28 PM - 2 messages
I need to parse the date I'm getting from this sqlstring to compare it with today's date. If it's before today's date, i need to show the viewers one page. If it is after today's date, then I need to show ...
Server.Transfer - very bizarre
Stan -
24 Jun 2005 8:27 PM - 5 messages
This code has been working for a long time: try { Server.Transfer ("Order.aspx"); } catch (Exception ex) { /// } Now, all of the sudden, the page started generating "Thread aborted" error message. Here is what I found - ...
Re: Go to Login Page when session expires
NikkolB -
24 Jun 2005 8:05 PM - 1 message
William was on the right track with putting the redirect in the
global.asax, but it should be on session start, not end: A session-end will never reach the user/browser. But when that user
re-requests the page, a new session will start, and the session_start
event will fire, redirecting the user.
--
NikkolBPosted from [link] newsgroup access ...
PostBack
Tanya -
24 Jun 2005 7:38 PM - 2 messages
I have an edit button and the ascx that has a datagrid on the page. When I originally load the page the datagrid is view only. When I click on the edit button I want to set the property on the ascx and ...
DataGrid
Charles A. Lackman -
24 Jun 2005 7:34 PM - 1 message
Hello, I am using a datagrid in which I have added a "Select" button in. When the button is selected a querry is run against a database. The problem I am having is that the "SelectedIndexChanged" event fires but ...
How can I stop repeat clicks
tsiGeorge -
24 Jun 2005 7:22 PM - 5 messages
When the web page takes a while to process users get impatient and click the button again. I need to throw these extra clicks away or disable the button after the first click. ...
ASP.NET 2.0 / VS.NET 2005 - best practices for populating object properties from DB?
Ken Fine -
24 Jun 2005 7:00 PM - 3 messages
I want to know the most efficient approaches to fill an object's properties from a database using the tools in VS.NET and/or any magic that's a part of ASP.NET, ADO.NET, and related tech. I suspect there are tools or wizards or ...
Degug Library Error in ASP.NET
arnab -
24 Jun 2005 6:37 PM - 2 messages
Hi All, I am Facing a very unusual problem in ASP.NET. The problem Scenario is that in ASP.NET i am generating an Excel Export from the datagrid using content disposition.Firstly the export opens in the same browser window in the Excel ...
VB Login Page Problem
Dam6 -
24 Jun 2005 6:36 PM - 4 messages
Okay... Using vb .net within DW MX2004, connecting to an access database: Background: I have created a simple login.aspx page that is supposed to re-direct to default.aspx using FormsAuthentication.RedirectFromLoginPage. The data is correct from testing the dataset etc and the page also informs ...
custom error page problem
dee -
24 Jun 2005 6:25 PM - 3 messages
Hi In web.config I have to the following: <configuration> <system.web> <customErrors defaultRedirect="error.htm" mode="On" /> </system.web> ...
Span vs Label
tshad -
24 Jun 2005 6:18 PM - 6 messages
I am trying to find out why it would be better to use an asp:label vs a span ( <Span ID="FileName" RunAt="Server"/>). I know that labels get sent as spans, so why not just use the span object? ...
Where is the ASP.Net tab?
John -
24 Jun 2005 6:11 PM - 2 messages
Hi, I've just upgraded to the latest beta of ASP.Net 2 and for some reason the ASP.Net tab in the website properties within IIS6 has disappeared. Anyone else experienced this or know how to get it back?! ...
Upload error - Access to the path xxx is denied
Randy -
24 Jun 2005 5:49 PM - 4 messages
Hello All, I'm getting a strange error when trying to perform a file upload. Here's the lines that uploads the file... sSaveLocation = Server.MapPath("PFPDocs") + "\\" + fileName; fileInput.PostedFile.SaveAs(sSaveLocation); When it runs, I'm getting a "Access to the path xxx is denied" error. On the ...
Re: ASP.NET 2.0 beta2 => Cause Hang in accessing Internet.
Rosny -
24 Jun 2005 5:45 PM - 2 messages
Also, ASP.NET Beta2 installed on the same machine with ASP.NET 1.0 Thanks, ...
How to play a flash in asp
MarSwe via DotNetMonster.com -
24 Jun 2005 5:45 PM - 2 messages
Hi, I am a newbie in ASP.Net and i want to show a flash macromedia within an ASP page. Can anybody help me to do that. Regards MarSwe ...
Datagrid vanishing and taking all my nested controls with it.
nulldevice -
24 Jun 2005 5:43 PM - 3 messages
I've got a datagrid with some nested controls, created at design-time. The controls themselves have no databound values. After a few other operations on the page (selecting a few parameters, etc), a button is clicked and the databind occurs. This part works fine. It ...
Visual Studio 2005 Beta 2 project cannot work in IIS virtual direc
Charts -
24 Jun 2005 5:43 PM - 2 messages
6/23/05 ..NET Development\Framework\dotnet.framework.aspnet Visual Studio 2005 Beta 2 project cannot work in IIS virtual directory I used Visual Studio 2005 Beta 2 to build a simple new web site. Default.aspx file is like following. ...
How to discover what various Browsers (and versions support)?
Rob R. Ainscough -
24 Jun 2005 5:42 PM - 2 messages
Is there a book or reference material that will show me what each Browser supports by default (and what options need to be selected by user if support is available just not enabled)? columns -- Browser(s), default, setting, download For example: ...
ASP.NET 2.0 beta2 => Cause Hang in accessing Internet.
Rosny -
24 Jun 2005 5:39 PM - 1 message
Hi, Is any body experiencing the same problem as below scenario? Environment : Windows 20003 Server ASP.NET Beta 2 STEP to reproduce: 1. Create a link on aspx page to any zip file on the server so user able to ...
Redirecting from a class
Ryan Ternier -
24 Jun 2005 5:18 PM - 7 messages
The software project I'm running uses a lot of helper classes. I have the habbit of catching errors in any place they occur, but I'm having troubles with one particular spot. I didn't code this project to automatically regenerate Sessions when the ...
Upload file question
tshad -
24 Jun 2005 5:08 PM - 5 messages
I am using the upload file object : <input id="MyFile" style="width:300px" type="File" runat="Server">. When I upload a file, I am saving the name of the upload file and want to be able put the name into the field directly when I select the record with the ...
Webmail
Fernando Chilvarguer -
24 Jun 2005 5:05 PM - 3 messages
Hi, I have a client that wants me to develop a webmail interface for a POP3/SMTP server. I've seen many open source projects and commercial packages out there but none of them have the one feature that will make all the difference: ...
Build comment web pages in VS2005
Diego F. -
24 Jun 2005 4:49 PM - 1 message
I can't find 'build comment web pages' in the tools menu in Visual Studio 2005. Has it changed? ...
How best to extend browser UI?
Paul W -
24 Jun 2005 4:48 PM - 4 messages
Hi - I have an intranet app that shows a complex 'time-sheet' to the user. It works ok, but is constrained by the limits of the browser interface. If I wanted to get 'fancy' and allow the user to do things like click-and-drag, ...
Viewstate Error for only one client
caroh -
24 Jun 2005 4:25 PM - 3 messages
Hi, I was wondering if any one can shed some light on this. One user of my site gets the following error: "The viewstate is invalid for this page and might be corrupted." I have read pretty much every article on this and have tried every ...
how to request full filepath to a default page?
darrel -
24 Jun 2005 4:07 PM - 1 message
when I use 'request.filepage' I get the URL that is shown in the address bar of the browser. The catch is that it will not return the name of the page itself, it if isn't part of the URL (namly when the page is default.aspx) ...
globalization
gh0st54 -
24 Jun 2005 4:00 PM - 2 messages
hi i can't seem to get my globalization to work here goes I use vs 2003 I have a main asp.net application let's call it MainApp I have created folder 'Resources' for my resx files: strings.resx, ...
Re: HTML Message Contains Exclamation Marks
cm-mcninch -
24 Jun 2005 3:47 PM - 1 message
I ran into the same problem, but this seemed to work... [link] ...
How can I keep a session alive while...
twscott -
24 Jun 2005 3:36 PM - 2 messages
I will be posting information to another application from my application
and redirecting to that application which will load into another
iteration of IE. The user may spend a significant amount of time
working in that application. I need to keep my session alive while
there is activity in the other application as that application will be
sending me return data when its processing is complete. Is there a way
to keep my session active while the other application session remains
active? Can I reset my applications session.timeout value or is there
some other way to do this? I would prefer not to have to switch focus
back and forth between my app and the other to maintain seamless
processing. ...
How to underline a label in a template column?
basulasz -
24 Jun 2005 3:11 PM - 2 messages
I want to add a mouseover attribute on a label which is in a template column. For example the label will be underlined on mouseover event. How can i do that? Thanks... ...
Sorting a CheckBoxList
Web Team @ Borough of Poole -
24 Jun 2005 2:58 PM - 1 message
Hi, Can anyone suggest any code to sort the contents of a checkbox list? I cannot change the way it is being populated, as it is from a HashTable, which is used heavily across the application. (Yes, we have coded ourselves into a bit of a corner!) ...
exporting image to excel
Volkan Öner -
24 Jun 2005 2:47 PM - 2 messages
hi, i want to export my image control from webform to MS excel. But i can' t. I think it requires the image local path. How can i do. Thanks a lot. ...
Exiting an ASP.net application
bbdobuddy -
24 Jun 2005 2:31 PM - 2 messages
<linkdefhere onclick="javascript:window.close();"> I can't figure out where to put this line of code in my Asp.net program ...
Code problem
JackO -
24 Jun 2005 2:23 PM - 3 messages
I am having a problem with my subroutine "doBinding". I have set the default sortBy to the "PatientID" field from my datasource. However, I am getting build errors on the "PatientID" field. Why is this invalid? Sub doBinding( optional sortBy As String "PatientID") ...
Q: form authentication complete?
JIM.H. -
24 Jun 2005 2:12 PM - 4 messages
Hello, I used this site to do form authentication [link] My code successfully comes to the point: if (passwordVerified == true ) { // The user is authenticated ...
Profile Object ASP.net 2.0
getdotnet -
24 Jun 2005 1:35 PM - 1 message
I am trying to access the profile object in Session_start in Global.asax I get the "Object refernce not set to an instance of object." error at the foll line.... profile.Name=strUserName Can anyone help answer --- when is the profile object avialble? ...
Debug ASP.Net app on another server
JJ -
24 Jun 2005 1:34 PM - 2 messages
Hi, What is the best way to debug an asp.net app on a server? What is the best way to check for performance issues on a certain webform? How about checking response times for webform. Also questions on Caching? Is there Caching on ...
Q: integrated windows does not work
JIM.H. -
24 Jun 2005 1:34 PM - 1 message
Hello, On my default web site in the development environment, I checked Anonymous access and I gave my own user name and password for that. I also checked integrated windows authentication. Now, when I run my application first page comes fine with data in datagrid ...
BC30560: 'default_aspx' is ambiguous in the namespace 'ASP'.
John -
24 Jun 2005 1:32 PM - 2 messages
Hi, We're in the process of migrating our website from ASP.Net 1.1 to ASP.Net 2 and are getting the following error: BC30560: 'default_aspx' is ambiguous in the namespace 'ASP'. I know that if I rename the file it will solve the issue but all of our ...
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON
Buggyman -
24 Jun 2005 1:28 PM - 5 messages
Hi, I'm having problems with good old error... Login failed for user 'NT Authority\Anonymous logon'. The default web page comes up fine, but when the user attempts to log in (which checks stored usernames in the database etc) then the error occurs. ...
persist values from one postback to another
JJ -
24 Jun 2005 1:22 PM - 3 messages
Hi, Not sure if the title makes sense but heres my dilemma. I have two dropdownlist controls on a webform. I want to make sure that the first dropdownlist control was clicked on and a value was selected. I want to check ...
creating a new project to VS.net via ip address
Patrick.O.Ige -
24 Jun 2005 11:58 AM - 1 message
I have a server somewhere and i was given the IP address.. I tried creating a new project using VS.NET i typed in http://<ipaddress>/Webapplication But gives an error relating to mismatch and access denied etc.. ...
Getting started with the User Interface Process Application Block
Brendan Reynolds -
24 Jun 2005 11:30 AM - 1 message
I'm having a hard time trying to figure out how to use the UIPB in my ASP.NET application. I've looked at the documentation and the examples, but those show what an application that uses the block will look like when it is ...
cannot configure data adapter through wizard
monika -
24 Jun 2005 9:57 AM - 1 message
hi i drag and drop a dataadapter and try to configure it. but when i do select the query builder i donot see the tables in the table tab. why is this happening pls do suggest thanks a lot for replying ...
How to end a session
Steffen Loringer -
24 Jun 2005 9:22 AM - 3 messages
Hi I'm using Session.Abandon() to end a user session when clicking the Logout button of the application. But if the user request the page directly via URL in IE the server starts processing the page again. The sessionIDs are the same in both cases. ...
Problem with forms authentication when using redirection
david.moran -
24 Jun 2005 9:06 AM - 5 messages
Hi Our site is hosted at www.data-visualzation-software.com and forms authentication works fine. We have just set up a redirect from [link] to this site and when this way is used to ...
Server losing session variables
Wim Geukens -
24 Jun 2005 9:02 AM - 3 messages
All, We're experiencing a very strange session variable problem. We've got a running version of our site at [link], which points to c:\mysite in IIS 5 This same site is also reachable via test.mysite.com, because we specified ...
Theming custom created WebParts in ASP.NET 2.0
Christopher Kimbell -
24 Jun 2005 8:50 AM - 6 messages
I have created my own WebPart using code, it is not derived from a UserControl. Inside this WebPart I create a Calendar Control and add it to the WebParts Control collection. Now I want to apply a theme to this Calendar that is inside my WebPart. How ...
How to write in TextBox in a datagrid?
basulasz -
24 Jun 2005 8:35 AM - 2 messages
I have a datagrid whose colums are created dynamically. For example; Product name; Quantity ; Price. I want "quantity column" to be written in a textbox which is edittable. For example a customer can change their idea about quantity. [link] is a good example for this kind of shopping cart. ...
Re: Application_Error and Maximum request length exceeded
Mark1969 -
24 Jun 2005 8:24 AM - 1 message
Hi Ive found exacaty the same problem I tried using Appliaction_Error to write to an error log, set a session
variable to flag the error and then redirect back to the original page the application_error event is fired ok, the event log is written, the
session variable is set but the response.redirect doesnt work - i also
tried server.transfer - that doesnt work either ...
NO Code behind with user control - PLEASE!
Amar -
24 Jun 2005 7:43 AM - 3 messages
Hi, I have a user Control "Login_Test" which inherits from UserControl. Within a page i am using it, i locate it with the following code Recalculate(this); private void Recalculate(Control Ctrl){ foreach (Control ct in Ctrl.Controls){ ...
DataList Fromatting Cell
Paul Say -
24 Jun 2005 7:26 AM - 2 messages
Here is the problem, I have a datalist that builds a list of links horizontally across the screen for a menu bar. i.e <asp:datalist id="menuTabs" runat="server> <ItemTemplate> <asp:Hyperlink id="myLink" runat="server"> ...
Web Request Class
gaurav -
24 Jun 2005 6:08 AM - 3 messages
hi, How i can directly download my mail inbox. Is there any method in web request class to download mail box without login.Like i want to download my yahoo mail box. I found following code to access any URL. ...
DropDownList having no selected value "on occasion", typically during high load times
jhonz@etsmail.com -
24 Jun 2005 5:30 AM - 1 message
I have come across a strange circumstance. I have user controls with dropdownlists that interact fine during times where the web server has minimal load. But once things pick up and postbacks take longer, my code behind will error out since I expect ...
Code behind file in separate folder
Pavan Apuroop -
24 Jun 2005 4:45 AM - 2 messages
Hi All, I am creating a web application using ASP .Net 2.0 Beta 2. I want to place all my code behind files in a special folder (App_Code) and access them in my web application. I have done the same in ASP .Net 2.0 Beta 1. But now Beta 2 is not allowing ...
what do i need to do
ari -
24 Jun 2005 4:31 AM - 1 message
hey all, i'm trying to store my object in viewstate and it works until i try and add one line to it: dim _dr as datarow and then i get the following message: The type 'ViewStateTester.Employee' must be marked as Serializable or have a ...
ASPose.license component
TJS -
24 Jun 2005 4:23 AM - 1 message
anybody familiar with this component and how to use it ? The author no longer supports it but it is still freely available. I am hoping to find some working examples or brief set of steps for implementation. Each time I try to use the example I get this error: ...
Image size problem. Image Compression
Paraki -
24 Jun 2005 4:19 AM - 2 messages
Hi, How do you compress the image content and display the image using .net framework classes in an ASP.net application? My target is to set the centre location where the user clicks on the image and zoom that perticular area of ...
Can I combine an EditItemTemplate and InsertItemTemplate?
pjbates -
24 Jun 2005 4:08 AM - 2 messages
Hi, I've been using the GridView and DetailsView controls for a while, and I'm beginning to get annoyed by the redundancy of EditItemTemplate and InsertItemTemplate in many cases. In the following code, both edit and insert templates are identical. It ...
Retrieve Description/ Meta tags from website as well as remove HTML
Mark -
24 Jun 2005 3:59 AM - 4 messages
Hi all, does anyone know of a nice utility/ class which will allow me to retrieve the details of a webpage? Specifically, I would like to be able to retrive the html and then call a method which would retrieve: meta tags ...
Can't get the updated value on the postback
Ann -
24 Jun 2005 1:41 AM - 3 messages
Hi I have html table control runat = 'sever' I run some client side javacript to insert rows of data into the htmltable, does anyone know how to get the inserted value on the postback? I did try to set the control's enableviewstate to true, no luck. ...
2.0 simplified data binding: cleanest way to strip formatting?
kenfine -
24 Jun 2005 12:59 AM - 1 message
ASP.NET 2.0 simplifies binding datasources to controls like the repeater. These new methods allow nearly code-less mechanisms to dump data to a page. I like this new feature a whole lot. HTML tags embedded in the source data are intepreteted by the web browser, ...
TextBox heights
tshad -
24 Jun 2005 12:55 AM - 2 messages
Why are the text box heights of the input/file type textbox for uploading files a smaller height than a normal textbox? They have the exact same font and the same size font. But the heights are smaller for the upload textbox for some reason. ...
ASP.NET 2.0: master pages and web user controls: reference to a non-shared member requires an object
bminder -
24 Jun 2005 12:22 AM - 1 message
Hello, Why would a web user control and master page not have access to a shared method in a library, when all regular pages do? For example, i have a library which has public class AAA. Public class AAA has a shared method ReturnString() which the asp.net pages can use fine, but ...
DataGrid and Table.DefaultView
Paul -
24 Jun 2005 12:05 AM - 1 message
Hi I have a problem with the DataGrid Datasource. The issue is this, setting the grid DataSource to Table1, which is done when the page loads and then changing the datasource to a different one causes issues. Now when the user clicks on a Search button, it changes the DataSource ...
session advice
ari -
23 Jun 2005 11:47 PM - 9 messages
hey all, i'm trying to make my app as stateless as possible. is it ok to create a dataset and store in viewstate and whenever the user decides to select a from that dataset, to move from viewstate, to session, and on the details page ...
Datalist spacing
tshad -
23 Jun 2005 11:46 PM - 3 messages
I have a Datalist that will display 4 columns of data. I am not using a table format just labels to display a radio button and label for the radio button. Is there a way to set a size for the lable so that all the radio buttons ...
toolbar description
Paul -
23 Jun 2005 11:39 PM - 1 message
I have a .net web application and noticed when a window is open and minimized on the lower tool bar it shows up as filename-Microsfot Internet Explorer with the file name corresponding to the aspx filename. Anyhow I was just ...
Response.redirect with a target?
et -
23 Jun 2005 11:37 PM - 2 messages
How can I do a Response.Redirect using a target=_blank? Response.Redirect(WebForm2.aspx?cn=12345 Target=_blank) did not work and I'm not sure what else to try. ...
(Mysterious) TypeLoadException Debugging
ryan groth -
23 Jun 2005 10:48 PM - 1 message
Every three or four compiles I get a TypeLoadException everytime I run a web application on the same one or two dlls. The exception information is vauge, no file errors, no permission errors, no binding errors (according to fuslogvw), no file version problems, the dll that the type ...
MSDE, ASP.NET, Visual Studio .NET, and connectionstrings
Nathan Sokalski -
23 Jun 2005 10:45 PM - 18 messages
I have Visual Studio .NET and SQL Server Desktop Engine on my computer. I have created an empty database using Visual Studio .NET's Server Explorer. However, I am having trouble connecting to the database using ASP.NET. I think the problem is somewhere in my connection string, but because I do not ...
How do I add rows to a DataList without losing state of controls?
bryanp10@hotmail.com -
23 Jun 2005 10:27 PM - 1 message
I have a DataList on my page which contains multiple DropDownLists. My page defaults to showing six rows in the DataList. I want the ability to dynamically add rows if needed. Right now I'm just using an empty ...
Adding numeric datatype columns' content in a datagrid
.Net Sports -
23 Jun 2005 9:31 PM - 2 messages
I'm trying to display the total of a list of numbers in a datagrid. The numbers (dollaramount in sales) will be part of a dataset according to the date queried. I will display the total in the footer row. What is ...
Dynamic Listbox control in editable datagrid
JMann101 -
23 Jun 2005 8:48 PM - 2 messages
I am writing a ASP.NET(VB) application and am having some trouble. I have a datagrid which list users and when an admin clicks "edit" a defined column becomes visible and a dynamic listbox control is added to that column/row. When the admin clicks "update" I am unable to ...
share session state between two application
CharlieHoo -
23 Jun 2005 8:47 PM - 4 messages
Hello, How to share session state between two or more ASP.NET applications in the same server or different ones? Thanks a lot. Charlie ...
share session in two .net application
Charlie Hoo -
23 Jun 2005 8:44 PM - 2 messages
Hi,
Anyone know how to share session state across different applications in the same server or different server?
Thanks a lot.
Charlie --- Posted using Wimdows.net Newsgroups - [link] ...
Passing a value from an open page back to another.
UJ -
23 Jun 2005 8:40 PM - 1 message
I've got a page with a link on it that will take you to a data entry type page that I open in a separate window. When the user is done in the new window, things are saved to the database and I want to reflect those changes ...
Password Fields Lose Value During PostBack
Nathan Sokalski -
23 Jun 2005 8:25 PM - 3 messages
I have a form, and when the form does a PostBack (I have several areas on the form where the form changes if the user selects a different RadioButton), the Password field is cleared, even though I have EnableViewState set to True. None of the other TextBoxes lose their value. I ...
Asynchronous WebRequests?
Dave -
23 Jun 2005 8:23 PM - 5 messages
I've have several webrequests being called consecutively from an .aspx that return XML from sources outside the company. When the page runs it can take anywhere between 30-60 seconds. I heard about making webrequests asynchronosly and found: ...
| |||||||||||||||||||||||