Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Moving to 2.0 from 1.1. I have a few questions about setup
tom c - 12 Aug 2006 10:45 PM - 1 message
I have three questions concerning moving to version 2.0: 1. I have some ASP.NET 1.1 projects that I may need to do maintenance on in the future, but I would like to do all new projects in ASP.NET ...
Score Newbie q - trouble deploying
Peter Morris - 12 Aug 2006 10:40 PM - 8 messages
Newbie here, trying to build my first website. I bought my domain name from one company. Then I paid a different company for web hosting. I've uploaded my ASP.NET files to my host,  entered my URL in my browser and... it goes to a page advertising the company ...
Score Custom DropdownList Control
Proteus - 12 Aug 2006 9:37 PM - 1 message
Hi, I am trying to extend the ASP.NET 2.0 DropDown List control. I have created a new custom control and inherited from the ASP.NET control. This works fine and I can drag it on to my web page from the toolbox. ...
Score Writing a custom TemplateBuilder
jeffkretz - 12 Aug 2006 9:18 PM - 1 message
This is a real tricky issue, and I'm hoping someone here may have some insight. I'm building a custom control which, when done, will allow shorthand entries in a template to be re-interpreted by the parser as data-bound ...
Score asp.net caching expiration problem
ibiza - 12 Aug 2006 8:07 PM - 1 message
Hi, I am trying to use ASP.NET caching like that :    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load       If Not (Cache("test") Is Nothing) Then ...
Score role based authentication
WebBuilder451 - 12 Aug 2006 7:21 PM - 3 messages
I already have a user database and would like to include role based security on my asp.net pages. I see a lot of articals on how to do it withe sql tables that ship with 2.0, but not much without. Can anyone give me an example of ...
Score Where is the Immediate Window
sck10 - 12 Aug 2006 5:30 PM - 2 messages
Hello, I am using Visual Studio 2K5 to develop websites using c#.  My question is, where is the immediate window?  I went to Debug-> Windows, but its not there.  Any help with the would be appreciated. ...
Score How limit records returned by SQL Query based upon user group/class
Bob - 12 Aug 2006 4:54 PM - 3 messages
I am developing an ASP.NET application that needs to archive documents and support the retrieval of them. When the document is stored, the user needs to be able to indicate whether it is a public document or limited to a ...
Score Mid and InStrRev conversion to c#
sck10 - 12 Aug 2006 4:44 PM - 6 messages
Hello, I am converting a DataList from vb to c#.  I am having a problem converting the Mid function with InStrRev to c#.  Any help with this would be appreciated. <asp:DataList id="dlstPhotoGallery" Runat="Server"   RepeatDirection="Horizontal"> ...
Score Replace function in DataList from vb to c#
sck10 - 12 Aug 2006 4:42 PM - 3 messages
Hello, I am converting a DataList from vb to c#.  I am having a problem converting the Replace function to c#.  Any help with this would be appreciated. <asp:DataList id="dlstPhotoGallery" Runat="Server"   RepeatDirection="Horizontal"> ...
Score update datagrid
John - 12 Aug 2006 3:51 PM - 3 messages
I have an editable datagrid and when the user clicks update how can i update only the changed rows? Im' not using a typed dataset, so how can i update only the changed rows to the database? ...
Score Page Expiry Problem
Walter Psaila - 12 Aug 2006 9:39 AM - 1 message
Hi, We have an ASP.NET 2.0 web page with user authentication. We have a page which contains a Multiview with a number of different views. Each view represents one step in a whole process. The user can move from one step to another using the WebControl Buttons ...
Score Gridview Group BY
farseer - 12 Aug 2006 7:52 AM - 1 message
Hello, i am trying to become more proficient in ASP.NET and VS (that doesn't mean i am newb at programming, just new to the ASP.NET framework and it's tools).   To do this, i have selected a project and want to see it ...
Score Renaming a Dataset
farseer - 12 Aug 2006 7:21 AM - 2 messages
HI, i have created a DataSet using the DataSet Designer.  The default name is DataSet1. I then renamed this to "MyDataSet" and proceed to add my TableAdapters using the Visual Designer.  After i am done and i look at the classes ...
Score File name is displayed Garbled in "File download dialog box"
Ibrahim. - 12 Aug 2006 6:44 AM - 1 message
Hello, The problem I'm facing is that the file name that is displayed in File download diaglog of web page displays garbled. The file name is japanese. English names works fine. Dim myFilePathDetach() As String = Split(Request.QueryString("link"), "/") ...
Score Constraint Failing when using Membership.DeleteUser
Shawn Wildermuth (C# MVP) - 12 Aug 2006 5:50 AM - 1 message
When I delete a user (either through the API or through the site manager) I get: DELETE statement conflicted with COLUMN REFERENCE constraint 'FK__aspnet_Me__UserI__0F2D40CE'. The conflict occurred in database 'DB_68465', table 'aspnet_Membership', column 'UserId'. Anyone have any idea? The 'FK__aspnet_Me__UserI__0F2D40CE' is a foreign key constraint between ...
Score Club starter kit with MS Access?
Lero - 12 Aug 2006 3:18 AM - 6 messages
how could I use MS access database insted of SQL server? ...
Score "HTTP Error 403.1 - Forbidden: Execute access is denied."
Alex Maghen - 12 Aug 2006 2:11 AM - 3 messages
I'm getting the error "HTTP Error 403.1 - Forbidden: Execute access is denied" when I try to reach my ASPX pages. Before I go giving Windows permissions to my docroot, etc., I want to understand what users or, preferably, groups, need to have what permissions ...
Score *WITHOUT* using: ValidateRequest="False" for the whole page (or my whole site)....
"A_Michigan_User\ - 12 Aug 2006 1:46 AM - 3 messages
*WITHOUT* using: ValidateRequest="False" for the whole page (or my whole site).... How would I trap/detect that a textBox contains some illegal characters? (I'm using asp.net v1.1 and vb.net) Thanks. ...
Score Creating new window in Webpage
Parrot - 12 Aug 2006 1:44 AM - 6 messages
Is there a way to create a new window in a Web browser using the Response. Redirect command?  Many times I want to create a new window but am unable with the Response.Redirect command.  I can do it with a Javascript but I want ...
Score ViewState
Seema Multani - 11 Aug 2006 11:21 PM - 2 messages
I have two a user controls in which I have two buttons "btnAdd" and "btnRemove".  I have a multiview and I have two views in that multiview named"View1" and "View2".  I want that when I click on "btnAdd' then show ...
Score Team Build, 3rd Party References, and Web Deployment Projects
mndang - 11 Aug 2006 9:10 PM - 2 messages
Hi All, This may have been posted before and such, but I tried a few solutions on the web but to no avail. Problem: I have a web projects (not Web Application Project) with many project references and a few 3rd party references.  The 3rd party ...
Score Calling class in App_Code
sck10 - 11 Aug 2006 9:09 PM - 5 messages
Hello, I am trying to get the Month from the following using "switch" in my App_Code file.  The error that I am getting is: An object reference is required for the nonstatic field, method, or property 'class_General.MonthIndexToString(int)' ...
Score Domain account trusted connection?
Chris Davoli - 11 Aug 2006 8:20 PM - 1 message
We are changing from using SQL accounts in our connection string to use NT domain accounts. I have found some coe which I am using successfully on my local machine, because the installed account ie; MachineName\ASPNET is what I ...
Score CreateUserWizard and the newly created user
studio60podcast - 11 Aug 2006 8:19 PM - 1 message
I am trying to use the CreateUserWizard in an administrative-type role. Currently, my CUW has the default two steps - Sign up... and Complete. I want to pass the username that was created in the Sign Up step and use it in the Complete step.  Does anyone know how to capture this ...
Score Month Name in c# (August)
sck10 - 11 Aug 2006 8:12 PM - 5 messages
Hello, What I am trying to do is get the string(August) from: hdnMonth.Value = DateTime.Now.Month.ToString(); Does c# have a function like the vb function "MonthName" ? hdnMonth.Value = CType(MonthName(Month(Now())), String) Thanks, sck10 ...
Score Defaultbutton handling misbehaving in firefox after hitting back button
gferreri - 11 Aug 2006 7:36 PM - 2 messages
Hi all, I've stumbled on an interesting problem with the way Firefox handles form submitting with the enter key. I'm putting together a page that has one form element with multiple controls with their own textbox field and submit imagebuttons.  I've ...
Score Problem with asp:calendar....you can help me!
tranky - 11 Aug 2006 7:01 PM - 4 messages
Hi, i'm an italian programmer. I've a problem with asp:calendar control. I'd like to click into a day of this calendar and show in a asp:label the day. I tried with this code_ <%@ Page Language="C#"  CodeFile="Default2.aspx.cs" Inherits="Default2" ...
Score FindControl doesn't work
Dennis - 11 Aug 2006 6:45 PM - 25 messages
I'm trying to use FindCrontrol and it will not work.  Here is the code: Dim DisplayPanel As Panel DisplayPanel = CType(FindControl("pnlName"), Panel) No matter how I do it - I've tried Me.FindControl, Page.FindControl, just plain FindControl the DisplayPanel variable is always Nothing ...
Score LDAP connection error The server is not operational
dkilanko - 11 Aug 2006 6:04 PM - 1 message
I have a piece of code written in C#.net with which I connect to an ldap server on my company network. The code works fine when I use the LDAP server name as the LDAPURL. However, whenever I use the IP address ...
Score DetailView Question
momo - 11 Aug 2006 5:27 PM - 3 messages
Guys, I am trying to created a detailview that displays several records at a time. Let's say I have a GridView with checkboxes and when I check two checkboxes and click a button, I want it to give me two DetailViews; one for each ...
Score HyperLink underline, how?
Jeff - 11 Aug 2006 4:58 PM - 3 messages
hey asp.net 2.0 I have a HyperLink control on my webpage, I want this HyperLink to display a underline when mouse is hovering over it. This is NOT a html link, but a System.Web.UI.WebControls.HyperLink ...
Score Problem with Roles.GetUsersInRole
Bob - 11 Aug 2006 4:49 PM - 3 messages
Hi All: I have a page where the managers can maintain their own users - GridView is populated with the list of users.  When the manager adds a new user (button click event calls Roles.AddUserToRole) the subsequent call to Roles.GetUsersInRole is not returning the user just added.  It ...
Score designing quiz application
philip - 11 Aug 2006 4:42 PM - 1 message
hello, i am now developing a quiz application for my school using ASP.NET and SQL SERVER 2005, here is a senario: It will have 20 students for taking a quiz in a classroom, they have to answer randomly generated 100 questions in 90 minutes from database, ...
Score sql timeout on LoginControl
Dabbler - 11 Aug 2006 4:11 PM - 1 message
Is there a way for me to trap this exception from the LoginControl: "Exception Details: System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding." We're still in the early stages of deployment so I have ...
Score multi GB file uploads
mcrose - 11 Aug 2006 3:57 PM - 5 messages
I've written theh standard applicaiton for our client to allow indexed (customer name, subject etc) file uploads via secure http using the <input type='file'> http element. This works great, and has the added benefit over FTP that I can begin ...
Score Google Maps & Master Pages
MeerkatInFrance - 11 Aug 2006 3:27 PM - 14 messages
There comes a time when you know you are not going to be able to work something out yourself, however hard you try. I have reached that moment. I have a master page and a slave page (or whatever one calls it) ...
Score Connection limits, HTTP keep-alives, and debuging
Mark Rae - 11 Aug 2006 3:12 PM - 2 messages
Hi, Development machine is: AMD dual-core 64-bit Athlon 4Gb RAM 2 x 160Gb SATA hard drives WinXP Pro + SP2 and all the latest patches Visual Studio.NET 2005 SQL Server 2005 developer edition Recently, after a serious bit of cross-browser / cross-platform testing, I ...
Score IE Save Dialog Security Warning
Charles Mifsud - 11 Aug 2006 3:07 PM - 3 messages
Hi all, We have an asp.net 2.0 page with a button. On clicking the button we redirect to another page which downloads a file. When we deploy on the web server we are gretting a security warning saying that ...
Score Building a dialog box in that looks like Confirmation box (ASP.NET). Please help !!!
bienwell - 11 Aug 2006 3:04 PM - 6 messages
Hi all, I have a button in aspx file <asp:button id="Button1"  onclick="Button1_Click"  runat="server" Text="Button ..."></asp:button> Sub Button1_Click(sender As Object, e As EventArgs)         some VB lines of code .... ...
Score FormsAuthentication.Authenticate
cashdeskmac - 11 Aug 2006 3:04 PM - 3 messages
FormsAuthentication.Authenticate(txtUser.Text, txtPassword.Text) I understand that you pass the parameters into this method and they are checked against the credentials in the config file.  However, how would you check these against details held in an xml file?  Is there a way of telling ...
Score Compilation Issue ::
XD - 11 Aug 2006 2:59 PM - 2 messages
Hello All, I've asp.net website written in VS2005 Pro and when I press F5, it is not opening the site in default browers. It is just this website, rest all website gets compiled and opened up in a ...
Score Control to display powerpoint presentation in ASP.NET Page
Bipin - 11 Aug 2006 2:56 PM - 1 message
Hi Is there any control available in asp.net / third party for displaying powerpoint presentation inside web page. Please let me know. Thanks In Advance Bipin ...
Score very urgent...
saurabh - 11 Aug 2006 2:52 PM - 4 messages
I have a form in which there are two types of control a) asp.net (3 radio button) b) html control (textbox). On everytime page is load (postback or withoupostback) i want my code to check which radio button is checked. If any of the first two radio ...
Score Cursor to end of line in textbox
Gyetko - 11 Aug 2006 2:50 PM - 2 messages
I have a textbox on an ASP.NET webform (VB code behind).  Is there a way for me to set the cursor to the end of the line on a gotfocus call? Right now I'm using the following to set the foucs to that textbox on ...
Score Namespaces and Master Pages
romaricr - 11 Aug 2006 2:44 PM - 1 message
Hello, We are having issues with namespaces. Here is what we do: - We set a namespace for our project and pages (something like 'group.project.component.folder.subfolder.page) - We add a master page to each and every pages - When we add some controls to the page, their ID (the short one) is ...
Score Dot net optimization tips
softwareakash - 11 Aug 2006 2:14 PM - 1 message
Hi All Some tips for optimizing your .Net Code. You can add more by leaving comments [link] or [link] Regards Akash ...
Score Caching over multiple domains
mindflower - 11 Aug 2006 1:54 PM - 2 messages
Hi, i have a web application running on multiple web domains. I'm looking for the best way to cache data across these multiple domains. The System.Web.Caching.Cache only supports caching over a single domain and is therefore no help for me. Can anyone tell me what is the best way? COM+ ? ...
Score Receiving Email Attachments?
Mike - 11 Aug 2006 1:19 PM - 1 message
Can I receive and email and parse it's attachment(s) using C# or VB.NET using .NET 1.1? I know I can send mail with attachments but I am having trouble figuring out how to receive them then retrieve and parse the attachment without using a ...
Score Architecure Question
Muckeypuck - 11 Aug 2006 1:15 PM - 2 messages
Lets say i had two classes, user and customer that represented tables in the database with 7 or 8 fields max. Lets say that instead of passing an id around hitting my database any time i needed information from those 2 ...
Score Parser Error - Could not load type 'xxx.global'
ian.bate - 11 Aug 2006 1:02 PM - 6 messages
This should be really easy to solve because there is loads of stuff on the web about this problem, trouble is, I have tried them all. I have developed an ASP.NET application on my WIndows 2000 PC using VS ...
Score File is locked by a process/program
Felipe - 11 Aug 2006 12:58 PM - 2 messages
Hello again I run a script from server side that opens a file. When ahoter user run the same application, the system fails because this file is alredy open. How can avoid this error? "This files is already open, try again" or another message error intead? ...
Score A trivial ADO adapter + SP +DataTale question
abentov - 11 Aug 2006 12:14 PM - 1 message
Hi, I am trying not to use the DBCommandBuilder as recommended widely. My question is simple: How do I update a db Table using an DbDataAdapter, having a DataTable in memory containing 100 rows for example? Assume I have a SP which gets all the db Table columns as parameters and adds ...
Score Extending StaticSiteMapProvider
Spondishy - 11 Aug 2006 12:03 PM - 1 message
Hi, I've successfully extended StaticSiteMapProvider to allow me to read my sitemap from a sql server table. My problem now is that when a user creates a new page via my publishing tool, I need to add this to the ...
Score Datagrid: how-to dynamically change WHERE conditions
bruno - 11 Aug 2006 10:03 AM - 3 messages
I'm trying to dynamicaly change Where conditions in a Datagrid without success. The aspx form has some input fields, used to build the search, plus a final SEARCH button. In the click event I build the SQL Select stmt and do the ...
Score Multi-tier ASP.net web application
kito - 11 Aug 2006 9:24 AM - 6 messages
Hi, I've a question, regarding the multi-tier model of designing applications. I'm programming a web-application (Little web-shop) in VB.net for a project of the university and my question is the following: I have a table "Customer" in the database. Is it intelligent then, if ...
Score Drag And Drop ASP.NET
Ruben Gatt - 11 Aug 2006 9:23 AM - 6 messages
Hi, I want to do a drag and drop from one listbox to another? is it possible?? if yes any tips ?? Regards RG ...
Score How execute a script from ASP.NET - VB
Felipe - 11 Aug 2006 8:55 AM - 9 messages
Hello all I neet to know how can I call a script (.cmp or vbs) from my web application. Thanks in advanced. ...
Score Retrieving Control Values From ViewState
jupitermoonbeam - 11 Aug 2006 8:54 AM - 3 messages
Hi, I wondered if anyone can help.  I have scowered the web and found absolutely nothing that relates to my particular problem and I am pulling my hair out. Basically, I have a scenario where I need to retrieve the previous ...
Score Website Code Analysis
mc - 11 Aug 2006 8:41 AM - 2 messages
When I run Code analysis on my website I always get 4 errors, one from each of my Global.asax functions Application_Error,Application_Start, Session_End, Session_Start. the error is "'Function Name' appears to have no upstream public or protected callers." Is this expected? ...
Score Icon file in asp:Image
ghostwolf - 11 Aug 2006 8:16 AM - 2 messages
I want to use some icons in my web page which is *.ico in asp:Image control. But I've found that the quality is very bad indeed. It's seems that it doesn't support on showing *.ico file. How can I show them in a pretty way? ...
Score Programming practices question
Maciek - 11 Aug 2006 7:45 AM - 3 messages
I've got this question regarding programming practices. I'm designing Newsletter module in my WebApp and I'm greenhorn in programming. There's a stored procedure which adds a subscriber to a DB. It outputs subscriberID (uniqueidetifier) if it succeeds to add them to the ...
Score Empty URL for SitemapNode in the Treeview for dotnet 2.0
martinalmroth - 11 Aug 2006 7:14 AM - 2 messages
I have made my own SiteMapProvider and it works fine if all the nodes have a unique url. My problem is that some nodes have no url, it is only a node that groups the nodes in categories. When I have several of these category ...
Score Popup another IE
ghostwolf - 11 Aug 2006 6:32 AM - 4 messages
Hi, how can I popup one more IE instance for showing another web page in ASP.NET? Thanks a lot. ...
Score DotNetNuke
Peter Morris [Droopy eyes software] - 11 Aug 2006 5:32 AM - 8 messages
I'm just about to start evaluating DDN.  If anyone here has any experience of it I would be interested in any Pros/Cons you may wish to share. Thanks Pete ...
Score Login controls that is there in Enterprise application pack
Jayender - 11 Aug 2006 4:15 AM - 1 message
Hi, Where can i get info about ASP.Net 2.0 Enterprise application pack ? and is there any special login controls that is there in Enterprise application pack ?  Thanks, ...
Score rss auto-discovery
John A Grandy - 11 Aug 2006 3:03 AM - 4 messages
Could someone explain exactly how RSS auto-discovery works ?  Thanks. ...
Score System.EnterpriseServices error
PhreakRox - 11 Aug 2006 2:12 AM - 1 message
Hello, everytime I start a website project the first line is always underlined and gives me the following error: Error    1    C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\WebSites\Releases\Default.aspx: ASP.NET runtime error: Could not ...
Score how not to expose source code
Tina - 10 Aug 2006 11:42 PM - 8 messages
In 1.1 I used to use a WebControlLibrary to hold code I didn't want to expose when I distributed a component.  The code would compile to a separate dll and could not be viewed when used in a vs.net project.  That worked fine ...
Score OnItemCreated DataGrid?
Arpan - 10 Aug 2006 10:35 PM - 4 messages
A DataGrid displays data from a DataSet. The DataGrid has the OnItemCreated event. Assume that the OnItemCreated event calls a sub named "InEditMode()". The DataGrid gets rendered as soon as this ASPX page loads in the browser. Now since the DataGrid has got its ...
Score Forms Authentication
Brad Farrell - 10 Aug 2006 10:23 PM - 1 message
If anyone can help on this, I would appreciate it. Got a website and I'm trying to protect a portion of it under a subfolder called "Protected" In my web.config file I have the following for the authorization tag. ...
Score Selecting the nth item added to a dropdown box
sck10 - 10 Aug 2006 10:14 PM - 3 messages
Hello, I am using the following and am trying to figure out how to select the nth item of a list in a DropDownList.     //Insert and Add items to the DropDownList     ddlPayStatus.Items.Insert(0, new ListItem("Non Selected", "Non ...
Score Create .DOC and/or .PPT From Access with Tables and Images
msnews.microsoft.com - 10 Aug 2006 9:55 PM - 1 message
I need to create custom word documents on a local web server. Currently I am using RTF but have trouble formatting complex tables. The overall syntax is cumbersome at best. I will also need to create powerpoint summaries of the ...
Score App_Code class: Set Focus on control
sck10 - 10 Aug 2006 9:33 PM - 2 messages
Hello, I am trying to add the following to a App_Code class.  The error I am getting is "The name 'ClientScript' does not exist in the current context". I would like to call this from my content page which uses MasterPages.  Any ...
Score App_Code class: Loop through controls
sck10 - 10 Aug 2006 9:32 PM - 6 messages
Hello, I am trying to add the following to a App_Code class.  The error I am getting references "Page.Controls".  I would like to call this from my content page which uses MasterPages I read the following from Steven Cheng, but am having a hard time following: ...
Score Rows the rows of a grid view?
Jason James - 10 Aug 2006 9:24 PM - 1 message
Hi, I would like to do this:         Dim r As GridViewRow         Dim nTotal As Single = 0         For Each r In GridView1.Rows ...
Score Inherited Properties for a value object not bindable in a datagrid
MattBell - 10 Aug 2006 9:18 PM - 3 messages
I have what I'm hoping doesn't turn into a very big problem. We have a set of value objects which all inherit from a base value object which contains functionality common to all of the objects.  We have ...
Score Get DropDownList To Rebind On Inserting A Record In GridView
Microsoft News Group - 10 Aug 2006 8:41 PM - 1 message
I have a grid view that adds records in the footer.  When I hit the add button to add the fields, the gridview rebinds, but I have a dropdownlist that I would like to also rebind on this with the new updated field if it ...
Score Can't select label text when using a master page
ASP Developer - 10 Aug 2006 8:35 PM - 4 messages
I have a variety of pages that use a master page.  For some reason when I attempt to copy any of the label text on the screen it seems to highlight most of the screen randomly and I can't simply copy the text.  I can select ...
Score Calling all IE6 users - desperately need help tracking a JavaScript error
Ben Fidge - 10 Aug 2006 8:16 PM - 1 message
Dear All I've got a javascript occuring on a live site but cannot recreate it using my version of IE 6!! And therefore cannot debug it! Our site is [link] The error I'm getting is: ...
Score ASP.NET and Dataset
nashak - 10 Aug 2006 8:15 PM - 4 messages
Hello, ASP.NET pages are disconnected html pages i.e once page is sent to the browser, that is it. Let's say that I have a datagrid on my page and I have used a dataset to fill this grid only during the first visit to ...
Score Read/Write Cookie in a Module
Larry Rebich - 10 Aug 2006 8:12 PM - 7 messages
How do I read and write a cookie in an ASP.Net module? I can get this code to work in an aspx.vb class but not in a regular VB module:    Response.Cookies.Add(c) Response is not a recognized command in the module. I've tried importing ...
Score Client script callbacks not working outside Visual Studio
aBs0lut30 - 10 Aug 2006 7:49 PM - 1 message
Hi Guys, I am working on a site and recently added several client callbacks to the project. Everything works GREAT while debugging the site in visual studio. Last night I copied the site up to our test IIS box and logged in to the site only to find that none of the callbacks ...
Score User controls --> Relative/Absolute Paths
matt.grande - 10 Aug 2006 7:34 PM - 1 message
Hi all, I have a user control in the folder MyWebSite/UserControls.  It links to images thusly: <img src="../Images/logo.gif" /> This works fine for most of my files, as they are in the folder MyWebSite/SCRSource, however some are in MyWebSite/SCRSource/EditUser. ...
Score Collation error in aspnet_regsql.exe
Richard Hallgren - 10 Aug 2006 7:01 PM - 1 message
Hi, I have the exact same problem as described in this article: [link], the wrong collation ... I guess i have to change the collation on the tables aswell. But into what? Thanks ...
Score "Open Website" missing from Visual Studio 2005
weezman - 10 Aug 2006 6:35 PM - 3 messages
I have a coworker trying to help me with an ASP.NET site. He just installed Visual Studio 2005 professional edition, and he has no option to "Open Website" from the Start Page or File>Open>Website. Please advise. Thank you, and I apologize if this has been asked and ...
Score How do you autosize a Table Cell?
SAL - 10 Aug 2006 6:10 PM - 2 messages
How do I get a CELL to autosize a round a Control in a HTML Table? For example, you add a 2 row, 3 column HTML table to your webpage.  In the 1st row, you set the colspan=3, then delete the excess columns.  Now the 1st ...
Score Session being kept from brower to browser
tshad - 10 Aug 2006 5:13 PM - 4 messages
I have noticed that if I open an IE session and log onto my site. I can open another browser session and that browser will have same session variables as the first.  This causes problems for my application. The only way around the problem is to close all the browsers and then start ...
Score Page Cache
tshad - 10 Aug 2006 5:07 PM - 1 message
I need to find out how to force a page to always be reloaded from the server and not from the browser cache - regardless to how the user has his settings. I have a page that is loading a captcha picture for the user to enter a ...
Score update only changed values
Tom - 10 Aug 2006 5:04 PM - 1 message
I have a datagrid that can be updated. I only want to right the values of the updated rows. Is there a way to check which row has been updated and only save that row, or should this be done in the update stored procedure to check ...
Score Call VBScript From .NET
Jordan S. - 10 Aug 2006 4:52 PM - 17 messages
I have a VBScript that runs on the server. I want to call that script from an ASP.NET Web application. How can I do that? Thanks! ...
Score Browser type
tshad - 10 Aug 2006 4:32 PM - 7 messages
How do you tell which browser is accessing your page? I was using IE 6 and in my trace I am getting:       HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322) ...
Score Running Asp.net on an a plain ASP application
abdala.fernando - 10 Aug 2006 4:31 PM - 2 messages
I have problems running an asp.net page/s (a directory) that has to be inside an ASP 3.0 web site (So for the IIS it is a ASP application). The framework is working on the server, if i deploy the site with the ...
Score TypeOf question
Muckeypuck - 10 Aug 2006 4:23 PM - 3 messages
hello, i would like to write a function that takes a webcontrol type as a parameter and returns an array of controls based on the type some thing like: GetAllControls(typeof(system.web.ui.webcontrols.textbox)) 'returns textboxes GetAllControls(typeof(system.web.ui.webcontrols.dropdownlist)) 'returns ...
Score Adding Metadata (c# 2.0) to MasterPage
sck10 - 10 Aug 2006 3:52 PM - 5 messages
Hello, I would appreciate any help on adding Metadata to the MasterPage using c#? Thanks, sck10 ...
Score reformatting in visual studio 2005
sck10 - 10 Aug 2006 3:48 PM - 16 messages
Hello, I am trying to find the option VS2K5 that will automatically change   HtmlMeta hm=new HtmlMeta(); or HtmlMeta hm   =   new HtmlMeta(); to HtmlMeta hm = new HtmlMeta(); What I would like to do is have extra spaces taken out or added in where ...
Score copy and paste to web form
Tom - 10 Aug 2006 3:27 PM - 1 message
I need to be able to copy and paste data from an Excel spreadsheet to a grid or something to a web form and then save it to the database. example: if my spreadsheet has 20 rows of data I need to be able to copy all ...
Score system.IO.File.Exists doesn't working for file that is outside my virtual directory
Max - 10 Aug 2006 2:58 PM - 5 messages
hi i have file browser control to select any file and a button to upload file on my web page now when i select any file. now on click of upload button i have check that file exist or no ...
Score aspnet_regsql.exe Crashes
Bryan - 10 Aug 2006 2:51 PM - 1 message
I run aspnet_regsql.exe and it crashes. D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe I have MS SQL server Standard installed. Does anyone know what the problem is or what the fix is?  I have a clean ...
Score stored procedure return value question
philip - 10 Aug 2006 2:50 PM - 3 messages
hello, i am new to asp.net and sql server, and i have 3 questions for asking: 1. i am writing a store procedure of login validation for my asp.net application and wondering what the different between RETURN and SELECT ...
Next »