|
.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 ...
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. ...
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 ...
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"]; ...
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 ...
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> ...
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 ...
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 ...
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: ...
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 ...
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. ...
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 { ...
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 ...
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: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 ...
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]"> ...
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 ...
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 ...
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 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 ...
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? ...
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 ...
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 store/retrieve binary data in/from SQL server DB?
david -
6 Jul 2006 4:19 PM - 5 messages
I remember that there are functions to do it, but I forgot their names. Anyone can give me a help? Thank you. David ...
Atlas and other Ajax libraries
geekboy0001 -
6 Jul 2006 4:02 PM - 6 messages
Just trying to get some opinions out there... There are tons of Ajax libraries out there... Ajax.NET Professional, ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too, Atlas. I've been looking at these and certainly there needs to be a ...
Object Focus
Joseph -
6 Jul 2006 4:01 PM - 2 messages
I have two TextBoxes so a user can enter a start and end date using a calendar control. I am using the <Calendar1_SelectionChanged> method to input the date in the textbox. My question is this: Is there a way to determine ...
Could not load assembly. Make sure that it is compiled before accessing the page.
rachana -
6 Jul 2006 3:48 PM - 3 messages
Hi, I am trying to deploy a asp.net website developed using Visual Studio 2005 on server. Application works fine on development machine, but when trying to run on server I get following error message. Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error ...
Session state has created a session id, but cannot save it because the response was already flushed
ganeshd -
6 Jul 2006 3:32 PM - 3 messages
Hi, I've just upgraded my app from ASP.NET 1.1 to 2.0 and am sporadically seeing this error: Session state has created a session id, but cannot save it because the response was already flushed by the application ...
one to one releation
nasirmajor -
6 Jul 2006 1:56 PM - 4 messages
dear all, a simple quetion for database experts. can three datatables be updated at the same time (from one page)with one table having one primary key and other two tables are having that primary key as foreign key in ...
ASP.NET application and windows services
Przemo -
6 Jul 2006 12:53 PM - 2 messages
Is it possible to start or stop a windows service from ASP.NET 2.0? Some examples? thanks Przemo ...
Problem in Accepting Xml Data in TextBox
Sandeep Singh Sekhon -
6 Jul 2006 12:21 PM - 4 messages
I am Developing a Web Application in ASP.NET 1.1 with C#. I want to accept Xml Data with proper tags through Text Box in my page. But when I press Submit Button to upload the data, it gives me the ...
Access to Shared folder from asp.net
Ibrahim. -
6 Jul 2006 11:34 AM - 8 messages
Hello, How can I access a Shared Folder of the Server by using the following control. 1. I need to download files from c:\resumes folde by using the following; <asp:HyperLink NavigateUrl='<%#DataBinder.Eval(Container.DataItem,"FilePath") %>' ...
Migration to 2.0: Textbox readonly problem
Thierry -
6 Jul 2006 11:20 AM - 2 messages
Hi, We are currently upgrading our .Net web apps from framework 1.1 to 2.0 Everything is going quite smoothly except a bug with textbox value not rendered when having propery readonly=true on the ASCX side. explaination: <asp:textbox id="TBDate" runat=server readonly=true></asp:textbox> ...
WebControlLibrary for ASP.NET 2.0
Aryan -
6 Jul 2006 11:17 AM - 2 messages
Hi, Can someone guide me how to create WebControlLibrary for ASP.NET 2.0 using VB.NET 2.0. I am new to WebControlLibrary. So please help me out. Thanks & Regards, Manoj Singh. ...
create a web form or user control but can't see it in code - ASP.net 2.0
Vahid Dadashzadeh -
6 Jul 2006 11:16 AM - 2 messages
hi, i've created a new web form or user control in asp.net 2.0, but i try to see it in my codes and when i try to convert an object to the web form, i can't see it like there is no webform with that name. for ...
Debugging a COM+ Application (C++) from within an ASP.NET page (C#) in Visual Studio 2005
Alrotem -
6 Jul 2006 11:03 AM - 5 messages
Hi, I work under Visual Studio 2005 (Windows XP Professional), developing web applications using ASP.NET (C#). Also, my company runs a few COM+ projects in C++ built into DLLs and registered as "Component Services" on the server machine. Those COM+ applications are ...
Calling a Javascript function in a foreach loop
MicroMoth -
6 Jul 2006 10:30 AM - 4 messages
Hi, I'm trying to call a Javascript function within a foreach loop. I am loop over a series of users and I want to call the JS function which opens a new window, passing in the user id to each call for the JS function. ...
Forcing post-back after ShowModalDialog
Mantorok -
6 Jul 2006 9:55 AM - 2 messages
Hi all ASP.Net 2005 In client-side javascript, I call window.showModalDialog, after that I want to refresh my grid in my page. How can I do this from the client-side script? Thanks Kev ...
Web form inheritance?
Joe -
6 Jul 2006 8:16 AM - 5 messages
We are working on a project that requires 3rd parties (ie, consultants) to use our ASP.net webforms in a very reusable manner. The big catch is that we are not allowed to give them source. There are a group of screens that ...
Browser compatibility problem...
conckrish -
6 Jul 2006 7:43 AM - 2 messages
Hi All, I have an asp.net application which contains one signup form.When I run in IE 6.0,its working fine as for my design.. But when I run in Mozilla, there are some 10 - 15 px extra bottom -padding between each ...
Building an application on multiple data sources
William -
6 Jul 2006 7:13 AM - 3 messages
ASP.NET on SQL Server I've been asked to quote for developing a system to expose data on a web application. Most of the data will come from SQL Server DBs located on a single box. However, some of the data will be sourced ...
How to open a word document saved in sql server in asp.net
jefftim -
6 Jul 2006 4:57 AM - 5 messages
Hi All I've saved a word document in sql server database.I'm able to retrieve it from the database and open it in a word application. My problem is as i have to use this in an intranet application, the ...
Date formatstring in a gridview
Richard Carpenter -
6 Jul 2006 4:00 AM - 5 messages
I have a simple gridview control contained in a panel in a web user control. One of the columns in the gridview is of type SQLDateTime. I would like to strip off the time portion of the DateTime values. I ...
execute simple SP
Rudy -
6 Jul 2006 4:00 AM - 3 messages
Hello all! I have a store proceudre that when it runs, it turns a 0 into a 1. Just one row, one value. I'm kinda of using it a check point. So the procedure returns no value at all. I want to just have a button click execute my ...
Basic Authentication Proxy
Ben Waldron -
6 Jul 2006 3:03 AM - 2 messages
I am starting to think that this might not be possible. I have a web page that accept username and password. I would like to take that username and password and pass it in the Credential Cache to another site (in a different ...
Files to use to display a website
Rush -
6 Jul 2006 12:30 AM - 3 messages
I'm new to web development in Visual Studio 2005, and I'm creating a web site using ASP.NET, and right now its a very simple page with only labels on it. I have a third party that hosts the site, and i'm FTP'ing the files to the ...
How to Change Membership provider during runtime
Balaji -
5 Jul 2006 11:04 PM - 3 messages
Hi All, Can I use more than one membership provider for a given website? I understand only one of them could be default one. If yes, then how to programmatically access the other membership provider? For e.g. lets say I ...
meaning of "#" within a URL
John A Grandy -
5 Jul 2006 10:01 PM - 3 messages
Does anyone know the meaning of "#" within a URL ? I have seen URLs where "#" is being used a separator of some kind, similar to how "&" is used ... Is this meaningful within HTTP itself ? Or has the website just been coded ...
Custom Templated CompositeControl/CompositeControlDesigner
Andrew Clancy -
5 Jul 2006 9:12 PM - 2 messages
Hi, Myself and a colleague are attempting to mimic the custom template functionality of the ASP.Net 2 Login control. Essentially, we would like to have the ability within our CompositeControl/CompositeControlDesigner to have and Action or Verb in the control's smart tag titled 'Convert to ...
examples of Login and PasswordRecovery on same page?
The Colonel -
5 Jul 2006 8:39 PM - 3 messages
I've tried it, but I'm getting inconsistent results - such as it seems when I submit the PR control, the login control complains about its password being blank. ...
Content Management
Andrew Robinson -
5 Jul 2006 7:58 PM - 4 messages
Can anyone point me in the direction of a reasonable content management package that plays nicely with ASP.NET? We have a couple of corporate sites that have about 100 pages and looking for a way that our art staff can post ...
SQL Server 2005 and the .NET Framework 1.1
JJ_377@hotmail.com -
5 Jul 2006 7:56 PM - 3 messages
I am thinking about upgrading to SQL Server 2005. Question is: can I keep using the .NET Framework 1.1 (and existing web applications that were written using ADO.NET to SQL 2000) without any problem other than -- I would imagine -- not being able to exploit the new features of SQL ...
Removing the " Web Form Designer Generated Code " region after converting from ASP.NET 1.1 to ASP.NE
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||