Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score debugging ASP Pages
VJ - 15 Apr 2006 11:51 PM - 3 messages
When I am attaching process to debug in ASP.NET application, the Debug window shows a list of currently or recently used/opened ASP.NET applications.. I don't understand how and were this is list is from, is there a way to bump a specific one up the list or change the order?. Where ...
Score Classes for administering users/membership
John - 15 Apr 2006 11:07 PM - 4 messages
Hi Area there any .net classes to do the job of Web Site Administration Tool i.e. creating users, roles etc. via code? Thanks Regards ...
Score Paging and Sql command
Franz - 15 Apr 2006 8:39 PM - 6 messages
I have 2 pages. In the first page, user inputs a keyword and press the button to go to the second page. In the second page, it will find the items based on the keyword input. My sql select command contains the keyword. The ...
Score joining two string variables in asp.net?
Wally - 15 Apr 2006 8:34 PM - 3 messages
Dim var1 as String Dim var2 as String var1="message1" var2="message2" how do I join the two string variables? ...
Score where did my dll go?
WebBuilder451 - 15 Apr 2006 6:53 PM - 9 messages
I have a local serve that holds my source code and i'm using vs2005 for 2.0 to build the site. I'm runingthe site off my local pc (filesystem). I built the site but can't find the dll or the bin directory. ...
Score Passing information between pages
John - 15 Apr 2006 4:43 PM - 2 messages
Hi I have on my page1.aspx the following; Context.Items("Msg1") = msgstr Response.Redirect("Page2.aspx") Page2.aspx has the following; Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load    lblMsg.Text = CType(Context.Items("Msg1"), String) ...
Score Request best practice for ResourceManager
Franz - 15 Apr 2006 4:13 PM - 2 messages
I know how to use ResourceManager, but I think I don't use it wisely. I have a web user control. Inside the control, I need to call ResourceManager.GetString. However, I also need to call ResourceManager.GetString for my web page body. Therefore, I need to create ...
Score Publish VS Copy project
Phil Barber - 15 Apr 2006 1:43 PM - 2 messages
In VS 2003 I could copy the altered aspx files and the dll in the bin folder to update my webiste. After I upgraded the site from VS2003 to VS2005 I published the site and all went well. I now want to be able to update the ...
Score BottomLineStyle of Crystal Report cannot be shown on Web Page
Rabbit - 15 Apr 2006 1:02 PM - 4 messages
Dear All, I am working on the formatting of a Crystal Report, I'd noticed that setting BottomLineStyle, and other xxxLineStyle can only be shown when user export the report into PDF format, other than that, displaying such crystal report ...
Score Diary System
OHM ( One Handed Man ) - 15 Apr 2006 12:54 PM - 1 message
Hi Guys, Im working on something which requires a method of managing entries for resources in ASP.NET and I need to find a good solution for it. In essence, I want my user to be able to book project codes to a resource. ...
Score Session Conflict
aroraamit81 - 15 Apr 2006 11:29 AM - 8 messages
Well Guys, Here is a very strange trouble. When more than one users request tto same page at the same time then our session gets conflicted. Moreover I printed my SessionID, strangely but true I got the exact same SessionID as of other users's. ...
Score Coding of Back Page
Budd - 15 Apr 2006 11:23 AM - 4 messages
Hello I got some problem on Back page if i want to go back the previous page by clicking the back button, how to do?? how to get the previous page link or some ease way to do?? thx a lot ...
Score Changing the default URL
Peter Morris [Droopy eyes software] - 15 Apr 2006 9:43 AM - 2 messages
When I run a website in VS2005 and use the built in web server (I don't have IIS installed) the URL is http://localhost/websitename How can I change this so that it is http://localhost instead?  I like to use ...
Score Help with GridView
Maqsood Ahmed - 15 Apr 2006 8:35 AM - 5 messages
Hello, I am new to ASP.net 2.0. I have successfully bound a in-memory DataTable (not connected with a database) with GridView. I have set AutoGenerateEditButton property to true. Now whenever i click on Edit link, the page does postback, but the row does not become editable. I ...
Score Problem in setting up ASP.NET Membership DB
Mike - 15 Apr 2006 8:29 AM - 1 message
Hi guys, After successfully creating all objects of my ASP.NET membership db to my hosted server, I tried to run a from that registers a user. I got following error: EXECUTE permission denied on object 'aspnet_CheckSchemaVersion', database 'fancy_CollMembers', owner 'dbo' ...
Score GridView coloring on client side
InK_ - 15 Apr 2006 7:54 AM - 7 messages
Hi, All! I need to accomplish such functionality: A data row should be highlighted with the other color if cursor is over it. I also have the old code from asp which uses <tr onmouseover="colorrow(this,'#EEEEEE');" onmouseout="colorrow(this,'#FFFFFF');"> ...
Score Problem loading usercontrol since latest ie patch....
Tim B - 15 Apr 2006 5:42 AM - 5 messages
Hi, Previously I was loading my .NET Usercontrol like this : <OBJECT id="Obj" classid="Viewer.dll#Viewer.Viewer" width=105 height=20 VIEWASTEXT><param name="DONOTHING" value="1"> </OBJECT> Everything was working great until the new patch came out and changed the ...
Score Atlas Question
Albert - 15 Apr 2006 5:22 AM - 1 message
I’m trying to start some work with Atlas, but could not figure out “how to” on one particular question. Please follow link below. [link] ...
Score Session Timeout.
Sai - 15 Apr 2006 4:12 AM - 13 messages
Friends, We have a simple application which has login page, users login to it and enter their contact details and all other stuff.  It is working fine.  Now we have moved to new windows 2003 server.  The page works ...
Score Column of tick boxes - how to do it?
John - 15 Apr 2006 3:53 AM - 6 messages
Hi I have a bound gridview. I need to allow users to select multiple rows and then press the process button to process multiple selected rows. For this I want to use additional column of checkboxes (unbound?) which user can tick. ...
Score Inserting info in a table
John - 15 Apr 2006 3:13 AM - 6 messages
Hi I have a set of values that I need to insert and sql server table. My question is, out of all the methods what is the best (in terms of being simplest/most straightforward) method to do that? Thanks ...
Score Dataset relations and nested repeaters?
Dave - 15 Apr 2006 2:43 AM - 1 message
Is there a way when binding a datarelation, that only parent relations that have children are displayed? Or do you have to handle this in your SQL by only returning those parents that have children? Thanks, Dave. ...
Score Re: text searching a dynamic ASP.NET site?
prabhupr - 15 Apr 2006 2:34 AM - 1 message
I have used dtSearch and its pretty sleek (little expensive though) ...
Score How to DataBind droplist control in FormView Control EditItem mode
yuchang - 15 Apr 2006 1:35 AM - 1 message
Hi,     I try to use a droplist control to show a list value from Database table "A", and the droplist control is an item of a formview control, its data from Database table "B". My problem is how do I to DataBind the droplist control ...
Score [ASP.NET 2.0] ChangePassword class conflicting with my page
javatopia - 15 Apr 2006 1:03 AM - 2 messages
Hello! I have a web page named "ChangePassword.aspx", which works just wonderful on my developer machine.  When I deploy it to the server, though, I get: Compiler Error Message: CS0030: Cannot convert type 'ASP.changepassword_aspx' to 'System.Web.UI.WebControls.ChangePassword' ...
Score HttpApplication.CompleteRequest() not working
Scott - 14 Apr 2006 11:56 PM - 1 message
Hi, I've got a problem where I'm trying to use the HttpApplication.CompleteRequest() method to halt processing of an ASPX page after doing a Response.Redirect in attempt to avoid a ThreadAbortException. The CompleteRequest method reportedly allows the currently executing ...
Score Publishing remote site
Nate - 14 Apr 2006 11:44 PM - 1 message
Hello, I am using VS2005 and am publishing my site to a remote server. The process appears to succeed. I am warned by visual studio that the publishing process will delete files in the destination folder, I say OK and the output ...
Score Possible? Authentication using Windows/Active directory, but access SQL Server using Membership clas
Andy - 14 Apr 2006 11:40 PM - 2 messages
Hi, I was wondering if someone could advise on if the following is possible. I have one website that is available to the public using Forms authentication and the Membership class, it creates/stores user information in a SQL Server 2005 db. I have another website that will ...
Score storing and accessing file
Gerhard - 14 Apr 2006 11:38 PM - 4 messages
I have an application that needs to be able to upload documents that can latter be accessed and opened by a hyperlink.  I can do this easliy if I store the files in a subdirectory in the application, but we will be using ...
Score Grid view formatting
John - 14 Apr 2006 11:18 PM - 3 messages
Hi I have applied auto format to a gridview. Now I would like to change the font size without effecting the rest of the auto formatting. I have tried setting the font size in grid view properties and individual column ...
Score Multiple web project Assemblies in same bin folder.
zeyais - 14 Apr 2006 10:51 PM - 3 messages
The way I understand is that one web project has only one bin directory and all reference and project assemblies sit in that bin directory. Scenario is this. I have two web applications (lets say a.dll and b.dll ...
Score WebUserControls in a IFrame (RenderAsIFrameAttribute)
Stephan Smetsers - 14 Apr 2006 10:49 PM - 2 messages
hi, For all you developers out there... I've created an attribute named: RenderAsIFrame. Its real cool and works perfectly. It enables the developer to change the render behaviour of a webusercontrol into a IFrame-control that links to the ...
Score Session state IIS (Machine Key | Load Balanced Session)
Fred - 14 Apr 2006 10:34 PM - 8 messages
Hi... I want to enable session state on my IIS 5.0 servers - has anybody tried this by doing using the below article, if so did you come across any major issues and does it work well? Thanks! This page details what is to be done: ...
Score Q: Passing information between browser windows?
Usenet User - 14 Apr 2006 10:33 PM - 3 messages
My main main page is to create a pop-up window for the user to enter advanced search criteria.  When he submits the query, the page in the main window should display search results. So, how would I pass the ...
Score Adding unbound checkbox to grid
John - 14 Apr 2006 10:12 PM - 2 messages
Hi I am trying to add an unbound tick box to a bound grid using Edit Columns option. Problem is that when I select CheckBoxField, the Add button gets disabled. What is the problem and how can I add the unbound checkbox? ...
Score SelectedIndexChanged
chawes40 - 14 Apr 2006 10:02 PM - 2 messages
Hi I'm new to asp.net and I have a couple of  questions..  I have datagrid with several columns.  I have two Button Columns when I select either one I go to the function:     private void datagrid1_SelectedIndexChanged(object sender, ...
Score Request.QueryString[] param names always case insensitive ?
John A Grandy - 14 Apr 2006 9:29 PM - 1 message
I have always extracted query string params assuming that I could specify the param name case-insensitive : string param = Request.QueryString[{case-insensitive param-name}]; Is there any scenario in which this would not work (i.e. case mismatch between param-name used in query-string and param-name I specify in code) ? ...
Score How to have C# Web page query MSAccess Database and simultaneously populate MSAccess DB?
Siegfried Heintze - 14 Apr 2006 9:07 PM - 2 messages
I have some cygwin cron jobs running under the Administrator account populating a MSAccess database that is simultaneously being queried by IIS/ASP.NET/C#. If I manually use windows explorer to allow everyone to read/write/delete the .mdl files created by the cygwin cron jobs, everything works. If I ...
Score Web App Question
george - 14 Apr 2006 6:33 PM - 2 messages
Hi, I am doing some research on web hosting (dedicated servers) for a multi-tier web app.  I was interested in what web hosting companies other users are using?  I have looked into hostmysite.com and aplus.net. ...
Score Gridview doubleclick to select the row
RS - 14 Apr 2006 6:32 PM - 6 messages
Hi guys   I want the user to double click on the rows in the gridview to select them. How can I do that? Currently I have a Select button way at the end of each row, but usability wise its not very good, user always have ...
Score Custom error page, aspxerrorpath, and original query string?
cephelo - 14 Apr 2006 6:21 PM - 1 message
Hello. I have a customErrors section set up in my asp.net's web.config file. All is fine and well when dealing with simple pages, e.g., /dir/pub/news/view.aspx, I get error-404.aspx?aspxerrorpath=/dir/pub/news/view.aspx as expected. ...
Score Need to remove blank XMLNS attribute from xmldocument
Ewan Fairweather - 14 Apr 2006 6:06 PM - 1 message
Hi, I'm generating the below XML in c# for an asp.net application When i've generated this XML the  <LaboratoryDetails xmlns=""> element has a blank xmlns set.  How do i either a) remove this attribute or b) prevent it ...
Score Rendering title attribute of anchor tag
kgmahoney@gmail.com - 14 Apr 2006 5:28 PM - 2 messages
in v2 of asp.net when I do a: <asp:hyperlink id="hl1" runat="server" tooltip="xyz" ... it doesn't render as a title attribute of a <a ... tag in firefox even if I do a: <a id="hl1" runat="server" title="xyz"... it takes out the title ...
Score problem with logging
Ben - 14 Apr 2006 5:25 PM - 1 message
Hi, I use asp.net 2.0 with Visual web developer. I wrote a page (test.aspx) with the servercontrol "loginview" and another with servercontrol "login". I defined some users. When i start 'test.aspx' within VWD, it's ok: i type username +pw and i'm ...
Score Is it possible to make a variable number of form fields?
BLACKDOG157 - 14 Apr 2006 4:38 PM - 5 messages
I have to make a form with a variable number of textboxes.  If, in the previous screen, the user chose a 2 day hotel stay, I need to input the number of rooms for 2 days.  But if in the previous screen, he chose a ...
Score plea for help: a newbie's tale
briansmccabe - 14 Apr 2006 4:18 PM - 11 messages
Hello -   I work for a large corporation that has developed and maintained several dozen web sites for various clients in the insurance industry. My responsibilities involve the maintenance of all of these sites from a content standpoint - performing updates, modifying existing code, ...
Score ObjectDataSource Parameter Passing
Robert - 14 Apr 2006 3:59 PM - 4 messages
What is the best way to pass a parameter to an ObjectDataSource. I am able to add a new parameter to the SelectParameters, but I would like to just assign a value to an existing parmeter at runtime. Currently I am just adding the parameter at runtime and setting the value: ...
Score image missing in forms authentication
jos - 14 Apr 2006 3:53 PM - 2 messages
The image (gif) comes up as a red cross until the user is authenticated in a forms authentication application. Is there a way around this? <authentication mode ="Forms">     <forms loginUrl="login.aspx"></forms> ...
Score RedirectFromLoginPage
genc ymeri - 14 Apr 2006 3:41 PM - 3 messages
hi, I'm doping a maintenance for a project but I'm having an interesting issue with RedirectFromLoginPage coomand :) What happens is that the webapp, once user logs in, he/she goes gets redirected by default to the default.aspx page thorugh the ...
Score How select query in dataset?
VB Programmer - 14 Apr 2006 3:23 PM - 2 messages
Using ASP.NET 2.0... I have a DataSet1.xsd dataset (MyDs) I created.  I have 1 simple SELECT query called GetData (in MyDsTableAdapter). How do I fill a new dataset using GetData? I tried this, but it doesn't work... ...
Score ASP.NET Treeview selectedNodeStyle
cyriel1920@nospam.nospam - 14 Apr 2006 3:01 PM - 7 messages
Hi, I use the selectednodestyle with a white background so the user can see which item was chosen in the treeview navigation. The nodes have a navigateURL with a target to another frame. Navigating works with no postback and the style follow the selected node. ...
Score Some App Mappings Missing
Curt Koppang - 14 Apr 2006 2:49 PM - 2 messages
I have a VirtualPC install of WindowsXP Pro and have installed VS.NET 2005 and the .NET Framework 2.0.   I can not run ASPX pages.  I checked the application mapping in IIS and most (but not all) of the mappings are ...
Score asp.net 2 and xml
TdarTdar - 14 Apr 2006 2:31 PM - 3 messages
Hi,    I have an web based asp.net 2 application, I need to send and receive information using an encoded xml packet to another web server from within a web page of our main webserver. I assume i need to make a dll to do so, but ...
Score Detect Window Type
Bishoy George - 14 Apr 2006 1:51 PM - 1 message
Hi, Is there a way in asp.net so that a page can detect whether it is opened in a pop up window, a normal window or a tab window. ...
Score Opening a file from pdf in ie
Joris De Groote - 14 Apr 2006 1:13 PM - 2 messages
Hi, I have a small webpage that reads a file from sql server 2000 database and opens it (added the code at the end of this question). Everything works, but the file opens adobe acrobat reader in a new application. However, I want to ...
Score 2 webservers, both asp.net 2, an aspx post to 2nd ws.
Edwin Knoppert - 14 Apr 2006 1:12 PM - 4 messages
I want to use an aspx to post data to a 2nd webserver but i don't know how. Both aspx, both asp.net v2 ? ...
Score hidden fields?
HockeyFan - 14 Apr 2006 12:10 PM - 6 messages
I know that <input type="hidden" fields are used within a form, but do <ASP:HiddenField s have to be in a form to be used? I've got a VB-based (codebehind) that catches the click event of a button on ...
Score webparts in asp.net 2.0
Radek - 14 Apr 2006 11:50 AM - 2 messages
How to check inside ascx file that this web part is closed or minimise? Best regards, Radek ...
Score [FIX] Another possible fix for the missing ASP .Net tab problem
Patrick Philippot - 14 Apr 2006 11:48 AM - 1 message
Hi, Since the suggested registry workaround was irrelevant in my case, I have done some debugging. I have found out that one essential registry key (HKEY_CLASSES_ROOT\Microsoft.Aspnet.Snapin.AspNetManagementUtility.2) had an empty ACL ??? So when trying to load the property page extension, the MMC ...
Score Asp.NET
suchdi@netvision.net.il - 14 Apr 2006 10:57 AM - 3 messages
When I try to execute ASP.NET Application after successful creating and compiling,I get the following message: --------------------------- Microsoft Development Environment --------------------------- Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. ...
Score how do i get openfiledialogue box in VB.NET....
pavan - 14 Apr 2006 10:42 AM - 2 messages
guys i am having problem in getting openfiledialogue box in vb.net.. i want to develop a program for sending a mail.... can anybody please help me out here.... ...
Score GridView & ODS in another assembly
Sebis - 14 Apr 2006 8:25 AM - 1 message
Hi all, I've problems with using ODS (Object data source). I use for all database operations extra assembly (like a business tier). And there I've problem with exception handling. Exceptions fired in ins/upd/delete methods aren't  delegated  correctly. All exceptions ...
Score HELP Localization doesn't work
Luigi - 14 Apr 2006 8:08 AM - 2 messages
I'm trying this example for my application [link] (Explicit Localization with ASP.NET) but it doesn't work: it always display the default language, not switching to other languages in resx files. ...
Score Invalid file name when printing Crystal Report
Bernard Goh - 14 Apr 2006 6:49 AM - 2 messages
Hi All, I am newbie for ASP.NET programming and I am having this error when I tried to print a crytal report from my dotnet web application. Error Message : Invalid file name. at ?.?K(String ? , EngineExceptionErrorID ? ) at ?.?F(Int16 ??, Int32 ??) at ...
Score 2.0 SIMPLE PROBLEM: asp:Rotator
R.A.M. - 14 Apr 2006 5:42 AM - 2 messages
Hello, Could you help me please with a problem of asp:AdRotator usage? I have little experience. On Default.aspx page I have added AdRotator control to display banner images: <asp:AdRotator ID="Banner" runat="server" AdvertisementFile="~/App_Data/Banner.xml" /> ...
Score Is this AJAX? (Sort of "Off Topic")
blueapricot416 - 14 Apr 2006 5:35 AM - 4 messages
I have some javascript in a standard HTML page that uses the ubiquitous "XMLHttpRequest" to send data to a remote ASP page. If that page "answers back" by sending a string using a simple Response.Write, which I then use in the original HTML page to ...
Score Convert New Lines to BRs
Brad Baker - 14 Apr 2006 4:30 AM - 3 messages
I'm trying to write a small asp.net webpage in c#. I've written code which connects to a microsoft sql database, runs a sql query and then prints that data out using a repeater. The problem is that the data in the database is in plain text and contains ...
Score Translating ID bound to label in detailsView to NAME basing on different datasource.
H5N1 - 14 Apr 2006 4:17 AM - 3 messages
Hi there First of all excuse me posting such simple (I guess) question, but I didn't find the answer in tutorials. I have a formView presenting records from some table. one of the fields is a Category ID, which is a foreign key. in edit template I replace it ...
Score Search engine software to integrate into ASP.NET site
Logan Noyes - 14 Apr 2006 3:16 AM - 3 messages
Can anyone recommend a good, reasonably priced software package for creating search functionality on an ASP.NET site?  The site has about 1000 pages and the software package I seek would need to include a spider to traverse the ...
Score New to ASP
Josh - 14 Apr 2006 2:05 AM - 7 messages
I have a client that has a list of products on a page. Every time we have to update the list we have to re arrange the blocks with the names of the products.  Is there a way in ASP to do this so that we can just add the name ...
Score Anyone care to help explain forms authentication in 2.0?
Darrel - 14 Apr 2006 1:00 AM - 4 messages
I'm reading up on some tutorials on using forms authentication in ASP.net 2.0 I'm confused. In 1.1, I created a table in my DB for users, wrote a page for the login form, then added this to my webconfig: ...
Score asp.net 2.0 connectoin string (hopefully last question)
Darrel - 14 Apr 2006 12:44 AM - 2 messages
In a long series of trouble trying to migrate to 2.0, I'm pretty close to getting it working. My connection string isn't liked by my query function, though. This is what I have: <connectionStrings> <add name="DBConn" connectionString="provider=SQLOLEDB.1;Data Source=[my ...
Score ASP.NET: Can't Kill EXCEL.exe with Office PIA
ChrisFrohlich - 13 Apr 2006 11:39 PM - 3 messages
I have been trying to use the Office PIA's to write an ASP.NEt page to: 1. Open a template workbook 2. Populate some data 3. Save the file back to the server 4. Quit Excel and free up Memory ...
Score Update Query in formview
Marcial - 13 Apr 2006 11:13 PM - 4 messages
Greetings all! After a week of toiling I've finallay decided to post the code  below with hopes that someone can point out my error(s). Basically I have a Gridview/Formview on a ASP.NEt 2.0 page. ...
Score Parsing Request.Headers.ToString()
sck10 - 13 Apr 2006 10:44 PM - 4 messages
Hello, I am using the following to retrieve header information from a webpage: Request.Headers.ToString().  What I get is a huge string of data.  How do I go about extracting just the part that I need?  Buried in the header is an ...
Score Asp.net 2.0. Access to the path "....App_GlobalResources.compiled" is denied
cmay - 13 Apr 2006 10:43 PM - 1 message
I am trying to "Publish" a asp.net 2.0 website using VS.Net 2005. I always get the following error: Error    1    Access to the path 'C:\Documents and Settings\myusername\Local Settings\Temp\~5dc9\bin\App_GlobalResources.compiled' is denied.    / ...
Score how do yoiu ASP.NET from changing the id attribute????
Trevor Braun - 13 Apr 2006 10:37 PM - 4 messages
This is the dumbest thing I've seen in ASP.NET. I'm trying to submit information from one page to another external (it's a Moneris pay page), using post method of a form that has a Master page. ...
Score DataGrid, templateColumn, custom controls and dynamic data binding
Chu - 13 Apr 2006 10:22 PM - 1 message
I've got a DataGrid that is bound at run-time to an ArrayList. In my DataGrid, I've created a <asp:templatecolumn> that and am using a custom web control in it, something like this: <asp:templatecolumn> ...
Score Connecting Webpartmanager to SQL 2005
John Grant - 13 Apr 2006 10:15 PM - 1 message
What do I need to put in my webconfig file to point the webpartmanager to my SQL 2005 developer edition.  I used aspnet_regsql, but I am not sure what config file this updated. ...
Score ASP.NET 2.0 Tree Control and Navigation Controls - General Question
davidwank - 13 Apr 2006 9:54 PM - 3 messages
Hi. Why is it practical to have the ASP.NET navigation controls based on XML?  I would love to just use databinding and then be able to dynamically update the navgiation menu (e.g. for a  product list). ...
Score Help removing a reference in a web site
shawn - 13 Apr 2006 9:51 PM - 4 messages
I am having a hard time finding an easy way to remove a reference to another .net project that I am no longer using (ASP 2.0 - this was an available option in 1.0). Other projects have a list of references that I can simply look at and ...
Score DataGrid Delete Problem
thebison - 13 Apr 2006 9:30 PM - 2 messages
Hi all, I hope someone can help with this relatively simple problem. I am building a timesheet application using ASP.NET C# with Visual Studio 2003.As it is only a protoype application, my database has been made in MSDE. ...
Score Dictionary
Lespaul36 - 13 Apr 2006 9:27 PM - 2 messages
I am working on a website, but I need to find a free webservice that will tell me if a word is a noun, verb, etc.  I haven't found any yet....anyone know of one. ...
Score WindowsIdentity.GetCurrent()
Roger - 13 Apr 2006 9:27 PM - 3 messages
I have a desktop and laptop for development. Both are xps and both are sp2 and both are update to date with security patches. On my desktop when I run the LogonUser api function call. It will create a windowsidentity object and whom I am attemptting to log in ...
Score How to reference web.config from class
Tom - 13 Apr 2006 8:55 PM - 4 messages
In my asp.net application, I have created a class for global variables and functions, and I have placed this in the app_code directory so it is available to all my pages. That part has worked fine. But now, I need to add a new funtion in this class which ...
Score Determine Debug Mode
Chuck P - 13 Apr 2006 8:54 PM - 3 messages
How can you determine if you are in debug mode in Asp.net 2.0 I thought I could look at the web.config compilation debug directive but then I read this [link] ...
Score Shortcut Icon
Charles Bazi - 13 Apr 2006 8:43 PM - 1 message
Hi, I created this line in a .skin file: <asp:Image SkinID="FavIcon" ImageUrl="sys/favicon.png" runat="Server"/> How can I insert ImageUrl value in this MasterPage's line: <link  rel="shortcut icon" type="image/png" href="HERE ImageUrl's VALUE ...
Score ASP.NET 2.0 Dropdownlist will not post back
rmfisher96 - 13 Apr 2006 8:32 PM - 2 messages
We have converted our ASP.NET v1.0 to v1.1, and up to v2.0. We have a DropDownList in the v1.0 code successfully posting back.  Now that the code has been converted into v2.0 we do not get the postback ...
Score Best Practice for Inserting Data into SQL in 2.0
hooterbite - 13 Apr 2006 8:26 PM - 3 messages
I have a simple form. I would like to insert the values from the form into a SQL table. What is the best way to do it? I assume that using a stored procedure is preferable to using the UpdateCommand="Insert into..." ...
Score ArrayList and Structures VB.NET
mosscliffe - 13 Apr 2006 7:56 PM - 4 messages
Newbie struggling with VB.NET I wish to create an arraylist of structures.  I am very new to this coding syntax, so bear with my poor syntax - please struct    mystruct   Fld1 as short   Fld2 as integer ...
Score setting up website inside a website
sck10 - 13 Apr 2006 7:41 PM - 2 messages
Hello, Can you set up a website inside of a website.  I have a main website at our company:  parentwebsite.web.company.com.  In the path are a couple of directories: parentwebsite.web.company.com/boss1 parentwebsite.web.company.com/boss2 ...
Score Good (and free) DateTime picker.
UJ - 13 Apr 2006 7:18 PM - 2 messages
Does anybody know of any good free datetime pickers for ASP.Net 1.1 ? ...
Score dropdownlist in FormView "has a SelectedValue which is invalid"
Dabbler - 13 Apr 2006 7:18 PM - 3 messages
In my Registrant FormView I have a DropDownList which loads data from a secondary SqlDataSource "sdsOfficeParks". I need the user to select an office park but save the selected value in the FormView's ObjectDataSource "odsRegistrant" . The following solution can't work because I need the ddl selected value ...
Score Gridview Newvalues are empy after editing
Michael - 13 Apr 2006 7:04 PM - 1 message
Hi I'm having a problem getting the newvalues or oldvalues from the RowUpdating event. I have the following code for the event(See note): Protected Sub grdPOs_RowUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles grdPOs.RowUpdating ...
Score Creating a web app. on another PC question.
dave m - 13 Apr 2006 6:54 PM - 3 messages
I'm a definetly a newbie when it comes to asp.net, so please be kind. Using VS 2003 (vb), I want to create a new web application.   I have no problem creating a web app. on localhost, but when I want to create the app. ...
Score ASP.NET 2 Flash Control Question
newsgroups.jd - 13 Apr 2006 6:51 PM - 1 message
Anyone know if there is a way to use this control with percentage instead of pixels.  I have designed most of my site with percentages to get around resolution problems, but if the flash is set with pixels it ...
Score "Leaky" SessionState
fathelga - 13 Apr 2006 6:45 PM - 2 messages
We have a site that holds data about the user in session while they are logged in.  Everyone once in a while a user will log in and see someone else's session state.  Has this happened to anyone else?  We are using ...
Score Property returning a different type than declaration
Eniac - 13 Apr 2006 6:44 PM - 2 messages
Hi there, is there any way I can make a property returning another type than what is declared in the "as" statement ? ex.: public property Age as Integer Get   return m_intAge End Get Set (Value as object) '<-- note that the SET accepts an object ...
Score ASP.NET page bring someones data upon refresh
Radx - 13 Apr 2006 6:40 PM - 9 messages
Here in my web application, I have a data entry page with serval controls. Some of the controls have autopostback is set true. But the problem is when two or more people are entering data at the same time, in the middle of my data entry , it is brining someelse data on my ...
Score GridView ODS and ConvertEmptyStringToNull="false"
Andrew Robinson - 13 Apr 2006 6:08 PM - 2 messages
Woundering if anyone else has had issues with ConvertEmptyStringToNull="false" ? I have a custom data class and am passing values to it via an ODS. On my insert, if the bound text box is empty an empty string or "" is passed to my ...