|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
textfield not recognized in gridview
Dave -
8 Jul 2006 8:33 PM - 4 messages
Hi, The gridview contains 7 fields (i can see them with data on screen). The last is a checkbox and the first six are textfields. I did this: (just a sample code: without the line"a=e.Row.Cells(0).Controls(0)", it works , but with that line, i get the ...
CSS Media Types for Visual Studio
David Jessee -
8 Jul 2006 8:11 PM - 1 message
I've have an Menu control that I created. The big difference is that its behavior is totally managed by css...no javascript involved *WooHoo* I'm having a problem, thought, in that then this thing is viewed in the ...
newbie: Problems with LoginView
Jeff -
8 Jul 2006 7:23 PM - 3 messages
Hey asp.net 2.0 Sorry but I'm a newbie that's trying to learn asp.net 2.0. And I've come across something within LoginView I don't understand.... In code view I can access a label placed directly on a webpage.. But I ...
% width text box making container bigger bug?
AndrewF -
8 Jul 2006 5:32 PM - 2 messages
Hi all, I've been trying to google this bug for a few hours and haven't turned up anything which leads me to believe the way I'm framing the question is the way someone else has. Anyway hopefully someone can help. ...
Absolutely the fastest data grid control on the world
Pril -
8 Jul 2006 5:12 PM - 1 message
I adopted some of my old controls for public (market maybe?) [link] Millions of rows with easy (click on id column name for sort and check number of records) Comments are welcome! ...
Web.sitemap and Flash
JJ -
8 Jul 2006 4:34 PM - 6 messages
Although this question involves Flash, I suspect the actual issue is an asp one.. I am trying to open the web.sitemap file in an .swf file enbedded in an asp page (I'm working in VS 2005). I get an error in Flash when it trys to open this file using standard Flash ...
File download size limit
tjfdownsouth -
8 Jul 2006 4:33 PM - 3 messages
I have a site that allows a person to log in and get a list of files to download for them. If the file size is under 65MB then everything is fine, they click the download button and the save box pops up. But if the file is ...
sitemaps - should we be using Google's sitemaps
JJ -
8 Jul 2006 4:29 PM - 8 messages
I'm playing aournd with my first asp.net 2.0 web site and looking at the Web.sitemap file. It seems there's a lot of publicity at the moment about Google's sitemaps and how they are supposed to get your site more likely to be indexed. ...
Readind Browser Contents from HttpModule
Dexter -
8 Jul 2006 2:33 PM - 2 messages
I have an <img> tag like <img alt=none src=[link] embedded into an email message. The request returns a gif image to the browser. What I am unable to do is to access the html contents of the browser ...
Confusion about paths to files.
UJ -
8 Jul 2006 1:41 PM - 2 messages
I am doing development on a machine and everything was working fine. The name of the project was ECS to I made all my references as ~/ECS/... Worked great. Put it on the final server running 2003/IIs 6and it bitched it couldn't find ...
Retrieving Images stored in SQL Server 2005
Sirplaya -
8 Jul 2006 1:29 PM - 8 messages
I am retrieving images that I stored in SQL Server on my web pages in C#. I have no problem with the images displaying, however, I am trying to wrap the image with an <A HREF ..." and each time I try, it acts like the link is not ...
I know it's the wrong place to ask a Javascript question but....
UJ -
8 Jul 2006 1:19 PM - 3 messages
I have a drop down list that I want to have when a certain value has been selected, another set of controls becomes visible. I've done it using radio buttons but I don't know how to do it with a drop down box. ...
Users
odwrotnie -
8 Jul 2006 12:28 PM - 4 messages
Hello, in VS 2005 in menu -> Website -> ASP.NET Configuration we can add/remove/edit users. It creates a database with this users and roles, etc. Is there any mechanism to view this tables in DataGrid with deleting, ...
SessionState Information
Urs -
8 Jul 2006 9:28 AM - 4 messages
Hi is there a way to access global session state information? I would like to browse through all the items which have been stored per session under a given key, e.g. Username, in order to retrieve the values of all users ...
newbie: My code crashes
Jeff -
8 Jul 2006 7:55 AM - 4 messages
hey asp.net 2.0 I'm trying to make a webpage that shows a list of pictures. When the user clicks on a picture, the user is redirected to another page in my website. The links are generated at runtime ...
Re: Parser error
Nick Coppola -
8 Jul 2006 5:21 AM - 1 message
I followed this thread thinking - wow! this is my problem... I've got the following... - A web.config that appears fine - An application that I compile with no errors - repeatedly - A virtual directory where the application has been created I get the message cannot load type XXXX.Global... ...
ClientScriptManager.ValidateEvent feature and how to work with it.
chris -
8 Jul 2006 4:40 AM - 2 messages
This topic is to get some details about the Event Validation feature in ASP.NET 2.0. I have researched this topic quite a bit via the web, and understand, for the most part how this works and why this happens. I ...
Reference a dll in a separate web application/directory
benliu -
8 Jul 2006 2:26 AM - 6 messages
i have a visual studio website that i am integrating with community server, a third party software for creating communities. To paraphrase, i am trying to have users that log in to my site automatically log in to the community server site (which is its own web ...
Basic databinding question
Richard Carpenter -
8 Jul 2006 2:00 AM - 5 messages
Considering a typical scenario where the user is presented a list of customers and, upon selecting one and clicking a button, they are then presented with a new page depicting the orders for that customer and the detail items for each order, what is the conventional (best) way to ...
How could I prevent visual studio 2005 from using the built-in web server for debugging?
Optimus -
8 Jul 2006 1:58 AM - 2 messages
Hi all, How could I prevent visual studio 2005 from using the built-in web server for debugging? Thanks in advance. ...
Hijack DataBoundLiteralControl
endlesschuck -
7 Jul 2006 11:09 PM - 2 messages
Hello, I have a repeater which simply has the following: <input type="checkbox" id='chkRptItem_<%# DataBinder.Eval(Container.DataItem, "ID") %>' name="chkRptItems" value='<%# DataBinder.Eval(Container.DataItem, "ID") %>' /><label for='chkRptItem_<%# DataBinder.Eval(Container.DataItem, "ID") %>'><%# ...
GridView hide datakey
Sean -
7 Jul 2006 11:08 PM - 2 messages
I have my gridview bound to a objectdatasource control and the only thing I need to hide on the grid is the primary key but I need the key in the dataset that refers to it. With a dynamic approach the column can be hidden at a certian point in the ...
Datagrid with checkbox
Sam -
7 Jul 2006 10:38 PM - 2 messages
Hi All, I have a datagrid which uses checkbox template (below) and I want to disable my check box when the datagrid is first loaded. And then when user clicks on the edit link, the checkbox is enable. The problem that I'm having with the ...
is configration cached in asp.net
fred -
7 Jul 2006 10:37 PM - 2 messages
If configuration is cached, I can just use is the following code necessary ? this.lblMsg.Text = ConfigurationManager.AppSettings["abc"]; If configuration is not cached by the framekwork, I should use if ( Cache["abc"] == null) { Cache["abc"] = ConfigurationManager.AppSettings["abc"]; ...
Server Control Custom Properties Order
todd.freed -
7 Jul 2006 10:24 PM - 1 message
Hello. I'll make this quick - its quite a conundrum I have the following markup <MyNS:MyControl runat="server" id="myId" CustomProperty1="value" CustomProperty1="value" CustomProperty1="value" > ...
Can't telnet 127.0.0.1 25 since install
David Lozzi -
7 Jul 2006 9:55 PM - 3 messages
Howdy, I recently installed Visual Studio 2005 and I believe since then I cannot telnet to my local machine on port 25. Furthermore, my .net applications can no longer send emails through my local machine, or my server for that ...
Gridview - Inner Joins, DDL, SelectedValue problem
Elmo Watson -
7 Jul 2006 9:35 PM - 1 message
OK here's the scenario - GridView - populated with Object DataSource - technically no problem there (except what will be shown later in the post) Edit/Delete - first column - 'JobTypeID' - in the Main Table, it just uses the PK (int) from the JobTypes table - - ...
JavaScript problem used in Master Pages and Subfolders
Tatyana -
7 Jul 2006 9:25 PM - 3 messages
Hello, I was wondering if anybody know how to fix the problem with JavaScript in subfolders. I have the following in <body> <script type='text/javascript' src='Javascripts/var.js' language="javascript"></script> ...... </body> ...
asp net configuration
barry -
7 Jul 2006 9:20 PM - 1 message
I am not able to run the Asp.Net Configuration tool from inside of a VS 2005 website(I have VSTO 2005) What happens is the page goes flying by me and returns to the VS 2005 design page I was on. ...
Newbie - VS 2003 Copy Error
Brad -
7 Jul 2006 9:20 PM - 1 message
Okay, this is my first attempt at deploying my website to my host server and I continue to get the same error no matter what I do. The error dialog complains that the host server is not running ASP.NET Framework 1.1, but I ...
Using PagedDataSource to Page XML Data
David Lozzi -
7 Jul 2006 9:10 PM - 2 messages
Howdy, Using .Net 2.0 I am using the PagedDataSource to page through my XML data source. My question and / or problem is is this opening the XML data source every time a user clicks through a page or is .Net smart enough to use the ...
Gridview placed in edit mode jumps and loses place
dba56 -
7 Jul 2006 8:55 PM - 2 messages
I have a gridview on an ASP.Net 2.0 web site that is longer than the web page. When a user navigates to a row off the page and clicks on the edit button on the row the page refreshes (posts back?) and resets ...
Logging in ASP.NET application
anonymous -
7 Jul 2006 8:47 PM - 3 messages
I am trying to use the event log in an ASP.NET application I have tried my own logging I have tried using MSAB logging No success yet? Any suggestions/Samples? Now I am ready to use anything. I am thinking of using log4net but I thought since MS has suit of these it ...
linking gridview webparts with atlas
larry -
7 Jul 2006 8:39 PM - 1 message
Hi, I have two webparts with updatepanel and gridview in each webpart. Using the web part manager and web part connection gives me the key to filter the second (detail) gridview, which works fine without atlas, however with atlas ...
How to reference a control inside a formview template from a sqldatasource?
Ned Balzer -
7 Jul 2006 8:36 PM - 3 messages
I'm trying to create a formview bound to a sqldatasource, and use a stored procedure to insert data from the formview into several tables. I have some simplified code below, the real code is much longer but this should illustrate the problem: ...
Calendar Controls with Master Pages
MasterChief -
7 Jul 2006 8:14 PM - 1 message
I have a piece of code that is grabbing todays month and then spitting out the next 6 months into a menu on a Master page. How do I get it so that When somebody clicks on say December it changes the calendar in ...
Insert item into dropdown
Chris -
7 Jul 2006 7:02 PM - 2 messages
I am trying to insert an item into a dropdown which is bound to an sqldatasource. Nothing happens when I place the following code in page load and render event. Is the datasource overriding my insert or am I doing ...
Fundamental ASP.NET question
maneeshkhare -
7 Jul 2006 6:49 PM - 9 messages
I have a doubt regarding the architecture, and working of the ASP.NET framework. I haven't been able to satisfy myself with any answer. I do understand that for each request for a resource (let's talk page), ...
OpenPageInsidePage
gh -
7 Jul 2006 6:38 PM - 4 messages
I have an aspx page that I use a user control for the left hand menu and a user control for the header. I have a table in the middle of the page. When the user selects one of the links from the menu, I have ...
Caching js and images on client
Smokey Grindle -
7 Jul 2006 6:16 PM - 2 messages
is there a way to cache only Javascript and images on the client? it seems that we are spending most of our time pushing out images and java scripts, but these never change! so whats the point of loading the same image on ...
Table DATASRC and DATAFLD
Yama -
7 Jul 2006 6:10 PM - 1 message
Hi, This code does not work in IE 6.0 but according to some article I found on the web it should work; however they mention it working in IE 5.5. But then how come not in IE6? <html> ...
problem: redirect to login page only remotely
esqueletoh -
7 Jul 2006 5:53 PM - 3 messages
Hi, i'm having a very weird problem. I have an application Asp .Net (Framework 1.1) that uses form authentication. To deny access to non-authenticated users i use <authorization> <deny users="?" /> ...
Data Binding and formatting
Chris -
7 Jul 2006 5:43 PM - 8 messages
Where can I find a fairly comprehensive list of the formatting codes used when data binding. e.g. <%# Bind("Debit", "{0:C}") %>. Specifically formatting a number to 2 decimal places. Regards, Chris. ...
VS 2005 update
Altman -
7 Jul 2006 5:37 PM - 1 message
OK I just converted 2 asp.net projects to VS 2005. In project one I never had a "imports system" in any of my classes in 2003 and when I went to 2005, everything went fine. In project 2 likewise, I never had ...
Using CSS with Grids/Tables
tshad -
7 Jul 2006 5:20 PM - 5 messages
I am trying to set up various grids with different displays and don't want to set each row and column individually. Right now I use the following in my css page: table { border-collapse: separate; border-color:#999999 } th { ...
Usage of HTTPModule may be improper...what to use?
andy6 via DotNetMonster.com -
7 Jul 2006 5:10 PM - 1 message
I want to display a webpage. The user selects a value from a drop down. This value is put into a custom header and added to the http pipeline. Then the page is redirected in the EndRequest method to where I need to go. ...
Hide empty image placeholder in repeater control.
BB -
7 Jul 2006 5:04 PM - 5 messages
Hi, I am using repeater control.in my aspx page. one of the column of control displays images. Filenames of images are stored in table. Now when I run it and if display Image is blank. I see place holder and ...
The underlying connection was closed: Could not establish secure channel for SSL/TLS.
Jim Butler -
7 Jul 2006 4:45 PM - 8 messages
I have this error that is happening on all of our web servers (production included). It basically started occurring once we loaded 2005 sql client tools, asp.net 2.0 (and all related prerequistes) on our windows 2003 web ...
FullTextSearch SQL2005
SouthSpawn -
7 Jul 2006 4:36 PM - 1 message
When I attempt to add a new FullText Index in SQL2005. I get the following error. "Property Default Path is not available for FullTextService". I am trying to do this on my "Local" database and I get this error. I have ...
abt global.asax
sai -
7 Jul 2006 4:24 PM - 3 messages
hi all, wt is the order of events that execute in global.asax file regards, sai ...
whats happenig inside the global.asax
sai -
7 Jul 2006 4:15 PM - 1 message
hi all, I have written the following code in global.asax events and I have kept break points on following events to trace. protected void Session_Start(Object sender, EventArgs e) ...
whats happenig inside the global.asax
sai -
7 Jul 2006 4:05 PM - 2 messages
hi all, i have writen the following code in global.asax events and i have kept break points on following events to trace. protected void Session_Start(Object sender, EventArgs e) ...
One Root Web Site - Many Businesses Using Same ASP.NET Code
Karl 140.6 -
7 Jul 2006 3:39 PM - 3 messages
We are considering hosting our application suite at Rack Space. We have 150 customers that will run our application in the hosted enviornment. Currently all our customers have their own Intranet server, SQL Server and application server. Is it realistic to attempt to have one copy of our application that all 50 ...
Max Number of Web Controls Per Page
ChrisFrohlich -
7 Jul 2006 3:34 PM - 2 messages
I am in the early stages of an ASP.NET project and my Architect is proposing a form that would have as many as 1200 (twelve-hundred!) textboxes on a single page. Aside from the usability concerns, I'm trying to identify other ...
debugging in .net without admin rights.
Paul -
7 Jul 2006 3:13 PM - 1 message
Hi I was just wondering if anyone knows if you can create new web applications and debug with vs.net 2003 without admin rights on the computer? Also I went to IIS and looks like it does not allow the creation of a ...
Change Property on Master Page at runtime?
David Lozzi -
7 Jul 2006 2:58 PM - 5 messages
Howdy, I have my master page, and I would like to change the background CSS class per the content page. Only the home page has a different background style, all other pages are using the same. I know I can create a new master page, ...
Forcing An Authorize in Forms Authentication
MattBell -
7 Jul 2006 2:53 PM - 2 messages
I'm trying to force a user to be authorized in forms authentication by extending the login control class and overriding the OnAuthorize function. I set my eventArgs.Authorized = true but I'm not sure what to do with it at ...
How can I set an app to autorun?
nesster13 -
7 Jul 2006 2:47 PM - 10 messages
I am planning on creating an application that generate some kind of report at a set time each day. say midnight. My question is, is there a way to autorun that application without requiring a hit from user? I have search around for the solution for a while and the closest I got ...
VS Tools for Office (Export Data to Excel)?
C -
7 Jul 2006 2:39 PM - 2 messages
Hi, Does anyone know of any sites that have sample code that shows how to export data to Excel using VS Tools for Office? What is the advantage of using VS Tools for Office over uisng Interop? Thanks. ...
Page Loading slower (ASP.NET Image hosting)
Mike Kansky -
7 Jul 2006 2:38 PM - 3 messages
I have an image.aspx that accepts 1 parameter (ImageID) Then in Image.aspx i simply have the following: response.redirect("/images/" & request("ImageID") & ".jpg") Other sites can now use the following: <img src="[link]"> ...
Master Pages and Form Values
asowles -
7 Jul 2006 2:31 PM - 1 message
I have set up a master page and content page. On my content page, I have defined two form fields called txtBeginDate and txtEndDate. I also have a sqldataadapter that has two parameters. I have selected form as the source ...
Debugging the ObjectDataSource
Larry R -
7 Jul 2006 1:56 PM - 2 messages
So you have a FormView bound to with an ObjectDataSource, bound to a TableAdapter ( just a select from the local database). Can someone tell me how to look at the record that is returned? Every example that I have found shows that everything happens automagically ...
How to Access asp.net textbox tooltip via client side JavaScript
John Dolinka -
7 Jul 2006 1:52 PM - 6 messages
I am trying to change a tooltip on an asp.net (framework 2) textbox with out a post back to the server. I can access many of the textbox properties and change them but not the tooltip. Below is a code snippet of javascript that ...
enter key in textbox
raju -
7 Jul 2006 1:34 PM - 5 messages
Hai, I am new to asp.net, i have 5 to 10 text box in a form, after entering values in the textbox, if i press Pressing ENTER on a Form Page Submits the Form. How to pass the cursor to next textbox by ...
Poll a folder for new files
NH -
7 Jul 2006 1:30 PM - 5 messages
I know this isnt the correct forum but its is kinda related. Does anyone have any samples or links to some sample code that will poll a folder for new files. I am building an app which will keep an eye on a folder for any new xml ...
Advice: How do I...
george.leithead -
7 Jul 2006 11:50 AM - 9 messages
Hi all, I'm looking for some advice on how best to achitect the following requirement. I'm basically writing a Fantasy Football (FF) Web site, and would like to have it fully OO and have it using as much inheritance, base ...
Japanese text
maol -
7 Jul 2006 11:22 AM - 1 message
Hi I want to display the Japanese contents of file on the browser . I have a ..asp file and not asp.net. Regards ...
ASP.Net Inheritance
Mr Flibble -
7 Jul 2006 11:22 AM - 7 messages
When you create your own class derived from System.Web.UI.Page and then derive all your pages from this newly created class, can both the "MyNewClass.aspx" and "MyNewClass.aspx.cs" be inherited or is it only the code-behind that is inherited? ...
Problem in displaying Image in DataView..
velu -
7 Jul 2006 11:04 AM - 4 messages
Asp.Net 2 I am trying to display Image from Northwind Database. I ran a queary "SELECT CategoryID, CategoryName, Description, Picture FROM Categories" but the Dataview displayes all the fields except Picture. so i add a Imagefield to display images..but now i get cross icon.. ...
session varaibles with asp.net urgent help
amjad -
7 Jul 2006 10:23 AM - 7 messages
hi i store some value in session object and later try to access it but the value return from session variable is null like Session["Myname"]=txtmyname.Text; Session["Age"]=txtAge.Text; Response.Redirect("Welcome.aspx"); when this page loaded and iin page load event i called ...
Web Site Screen shots on FLY
Daren Hawes -
7 Jul 2006 10:21 AM - 2 messages
Hi, I need some code that will create web site screen shots on the fly like this URL. [link] Any ideas where to start? I cannot use 3rd party DLLs as my web host does ...
Deploying ASP.NET 2 WebParts on WSS 3.0
Jose Walker -
7 Jul 2006 10:08 AM - 1 message
Hi there, Does anybody knows how to deploy ASP.NET 2 WebParts into WSS 3.0? or knows articles on the web in order to acomplish this? Thanks, Jose Walker. ...
Custom validation on a control in a user control.(asp.net 2.0)
Jens Jensen -
7 Jul 2006 9:46 AM - 1 message
Hi Gurus, Is there a way to do custom validation in a user control. I use a master page, and my user control is also just embeded on an aspx page. The problem, if the "custom validation" event is never called in the user ...
problem on back button
baroque Chou -
7 Jul 2006 9:26 AM - 2 messages
The purpose is simple, I want to display a list of photo thumbnails, and each has it's own access level defined, only authorized internet user can view the full size photo. in order to achieve this, I write line of code in the codefile to judge ...
redirect browser back to originating page
Hennie -
7 Jul 2006 9:22 AM - 1 message
How can I redirect the user back to the page where he original came from (within same site) by using a back button? Is it only possble in client script or can I use vb as well? Thanks ...
Access to the ADO.net Managed Provider 'SqlClientFactory' was denied in the data source with ID 'sds
William Buchanan -
7 Jul 2006 8:10 AM - 1 message
Anyone know what is causing this? I've just deployed a fairly basic site onto a Win 2003 server (ASP.NET 2.0, MS Sql Server 2005). Thanks! ...
Redirect URI cannot contain newline characters
Thomas -
7 Jul 2006 7:43 AM - 4 messages
Hi All, i am getting this error once i submit my page to a payment gateway and when it returns the reponse back. Redirect URI cannot contain newline characters. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about ...
Newbie: how to navigate from one to another asp in the project
Barbara Schmidt -
7 Jul 2006 7:10 AM - 2 messages
Hallo everybody! I have two asp-pages in my project. There is a task on the first one, when the solution of the task ok, then should the second page come. I made a menu for this. If the task solution ...
Not able to access MSDE without administrative priviliges given to ASPNET
rajeshwarrao.g -
7 Jul 2006 6:54 AM - 2 messages
Hi All, I am trying to access MSDE from ASP.NET application without giving administrative privileges to ASPNET user. It gives an error message saying "Cannot login to SQL server for ASPNET". Can't I access ...
DB transaction impossible in ASP.NET ?
Maris Janis Vasilevskis -
7 Jul 2006 5:40 AM - 3 messages
Hi, I wish to initiate a transaction and commit or rollback some screens later. I could not find a solution. The simplest idea, ViewState["MyTransaction"]=MyTransaction , fails because ODBCTransaction is not serializable. Any suggestions? Thank you, Mahris ...
html-based help for ASP.NET applications
kbrickey -
7 Jul 2006 5:29 AM - 2 messages
What tool does Microsoft provide for developing html-based online help such as might be used along with an ASP.NET web application? Thanks, Keith ...
include cmd buttons on repeating rows of data
Phil Hellmuth -
7 Jul 2006 12:31 AM - 3 messages
Forgive me as I'm a .NET newbie, but I need help displaying rows of data retrieved from a database and include a command button in each row of data. Any help would be greatly appreciated ...
Copying Files
Jim in Arizona -
6 Jul 2006 11:08 PM - 4 messages
Is it possible to copy a file from one location to the desktop of the user on the local lan? The webserver is IIS6, and all users are active directory accounts. I realize that its a security risk to do such ...
Crystal Reports Calendar Control not showing?
J -
6 Jul 2006 10:27 PM - 3 messages
Hello. Our programmer created a VS2005 Crystal Report that uses the calendar control. It seems to work fine when viewed locally but when we publish it to the web server which is W2K Server the Calendar control's ...
Send Email Timeout...
David Lozzi -
6 Jul 2006 9:47 PM - 3 messages
Howdy, I'm new to .Net 2.0... Getting "System.Net.Mail.SmtpException: The operation has timed out" on this script at the smtpClient.Send(msg) line Dim msg As New MailMessage msg.From = New MailAddress(ConfigurationManager.AppSettings("ErrorEmailFrom")) 'set to er***@delphi-ts.com ...
How do you use a user control as a template inside a repeater?
fernandezr -
6 Jul 2006 9:39 PM - 9 messages
I would like to use a user control as a template inside a repeater. Some of the fields in the control should be hidden depending on whether or not there is data. I'm still a ASP .Net newbie so the way I'm going ...
ImageButton click
David Lozzi -
6 Jul 2006 9:06 PM - 6 messages
Howdy, New to .Net 2.0 and I'm about to go back to 1.1! So many little changes are driving me nuts. I have an ImageButton in a GridView template column. When clicking the image, it should send to another page with a specified query ...
DetailsView Template Format
Jim McGivney -
6 Jul 2006 9:02 PM - 1 message
On an aspx page I have a DetailsView control that uses a template row. The item template for the row is an asp:Label. The label will contain date/time information. I would like to format the label to display information in ...
PasswordRecovery control trips Login control's validation
The Colonel -
6 Jul 2006 8:41 PM - 2 messages
The controls are on teh same page, which shouldn't be a problem. Entering a username and pressing ENTER trips the login control's "password required" validator. Clicking SUBMIT works however. Strange. ...
gridview won't refresh
Ufit -
6 Jul 2006 8:24 PM - 3 messages
I update and delete rows in my DB and after the button click that calls my sub the data stays the same. Why it can't refresh ? Only when I go to other page and go back - data is refreshed. ...
view state mac failed
Nalaka -
6 Jul 2006 8:05 PM - 5 messages
Hi, I get this error (below) under the following condition on asp.net 2.0. I have a page that is working fine. Then I add a JavaScript provided by "commission junction" to show an ad. Error: ------ Validation of viewstate MAC failed. If this application is hosted by a Web ...
redirect HTTP to HTTPS
Smokey Grindle -
6 Jul 2006 7:26 PM - 2 messages
is there any easy way to detect a http request on a domain and redirect it to a HTTPS one? thanks ...
Masterpages and Javascript
dgk -
6 Jul 2006 7:02 PM - 4 messages
I was working on a simple app and I would use some javascript to set the focus: Dim sb As StringBuilder = New StringBuilder sb.Append("<script language = 'javascript'>") ...
document.getElementById("ReportViewerID") returns null
Billy -
6 Jul 2006 6:45 PM - 7 messages
I have a ReportViewer control (from reporting service) in one asp.net web page. The document.getElementById("ReportViewerID") always returns a null. Other controls in the pages seems OK and the function can return the right object. Could anyone help me out? ...
runtime events that generate other controls and events
newbye -
6 Jul 2006 6:27 PM - 1 message
Hi guys, Can anyone help me create a webform that already has a button, when that button is clicked another button appears and when the second button is clicked the post back saves its viewestate (because currently it disappears from my page:() and performs the instructions assigned to ...
redirecting a form's POST target
sklett -
6 Jul 2006 6:25 PM - 3 messages
not sure if that subject makes sense ;0) I've been asked to do something I've never had to do; Create a form and "hide" the url that it posts to. They don't want a user to be able to view ...
Securing web services for Atlas use only
geekboy0001 -
6 Jul 2006 5:56 PM - 1 message
If I create a .asmx file with methods to be used with Atlas, those files will go into my website in a directory. That means they can be accessed by anyone who can hit the URL. They will see the WSDL and ...
catch sql exception
gerry -
6 Jul 2006 5:54 PM - 8 messages
My 1st crack at doing things the RAD way - I have a web form with a SqlDataSource and a DetailsView. I am trying to find a way to catch database exceptions so that i can display an appropriate error message and let the user fix the data and resubmit the ...
How to make a "Link" REFERENCE to a project (no DLL, no file copy)
pamelafluente -
6 Jul 2006 5:34 PM - 1 message
Hi, Assume that I have a web application. I want to be able to use the classes that are in another project (say a Win application) on which I am working at the same time. Is it possible to "include as link" the files ...
.net 1.1, open connections in nested repeaters
mavrick_101 -
6 Jul 2006 5:04 PM - 2 messages
Hi, I have nested repeaters. But the page breaks if I refresh 2 or 3 times. It breaks with the following error message.. "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in ...
Removing the " Web Form Designer Generated Code " region after converting from ASP.NET 1.1 to ASP.NE
Next »
|
|||||||||||||||||||||||