Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Where does VS2005 store csproj file info?
Mark - 7 Jan 2006 10:33 PM - 3 messages
Hello,   I see and read that VS2005 Web apps no longer creates a csproj file. While it says that some of that info is now stored in the web.config, much of it is not. For example, what physical file stores the property settings, references ...
Score ChangedEvents
Mike - 7 Jan 2006 10:28 PM - 1 message
From a typical ASP.NET page trace: Begin Raise ChangedEvents ... End Raise ChangedEvents I have an IsDirty property on my page class that is set by capturing changed events from all of the edit webcontrols.  However, this property is only ...
Score Multiple windows in ASP.NET
Alex C. Barberi - 7 Jan 2006 10:06 PM - 3 messages
Say I had one window open in Internet Explorer, then the user clicked a link and opened another window. While on the active window, how do I get something from the window that was open first. Also, how I do tell the first window to ...
Score Validator inside WebControl
Sam - 7 Jan 2006 9:32 PM - 2 messages
Hi all, Why can't i create a validatorControl as a child of the control to validate? It doesn't give any errors, but it just won't work (it's not validating). The reason why i want this is that i'm creating a repository of ...
Score 2.0 html page within a <table><tr><td>
prefersgolfing - 7 Jan 2006 8:53 PM - 2 messages
I'm not using Master Pages, yet I'd like to display the contents of an HTML page within a <table><tr><td> on a .aspx. I have a lengthy guide already paginated in html. I'd like to embed the ...
Score How to raise exception which automatically written to Application event log?
GS - 7 Jan 2006 8:20 PM - 3 messages
I have noticed that ASP.NET 2.0 writes unhandled exceptions automatically to event log. How do I that on purpouse in a code? Say I have hit error condition and would like to abort current thread and throw exception which will be automatically written in event log? ...
Score How to stop processing request in global.asax
GS - 7 Jan 2006 7:53 PM - 9 messages
What would be the sample code to stop processing any further requests in Application_onStart within global.asax has failed? Response.End does not work since there is no response object at the point of initializion. ...
Score How do access context in your class?
GS - 7 Jan 2006 7:25 PM - 3 messages
Hello, I have a class defined in App_Code, how do I access current HTTP context from that class without explicitely passing it? G ...
Score What would be a good design for my application
GS - 7 Jan 2006 7:21 PM - 5 messages
Hi, I'd rather start from a good design and go from there so would be greatfull for any input. I have a simple ASP.NET application and would like to make solution elegant. I store settings in web.config file and I would like to have class in my ...
Score typed dataset and datagrid
DougS - 7 Jan 2006 7:09 PM - 1 message
I have a datagrid on a webform that is being populated by a typed dataset (mydata.xsd). It populate just fine but I need to know how to update the data and insert new rows. Can someone point me in the right direction? ...
Score remember me cookie in asp .net
James - 7 Jan 2006 2:15 PM - 6 messages
hi, I'm trying to remember a user who has visited the page. what i found out was to use persistent cookie, is there any other way that i can remember the user next time he visit? When using cookies, I used the code below to add ...
Score Printing to a local printer
Daniel Fisher - 7 Jan 2006 1:50 PM - 1 message
Hi there, Our client has a requirement to print labels from the web site to a local printer. i.e. user logs onto web site and click a print button and the address is printed to a label printer connected to the user's computer. ...
Score Hirarchical View in GridView
Manish Pansiniya - 7 Jan 2006 1:27 PM - 2 messages
Hello, Is it possible that we can implement hirarchical view in GridView or any derived classes. Is anybody have any solution? Thank You, Manish ...
Score ASP:TableRow with dynamic design
Jakob Lithner - 7 Jan 2006 12:41 PM - 4 messages
I have a repeater and want to set design on table row based on data values. I found the <ASP:TableRow> which is a good candidate, but then I am forced to have the <ASP:Table> tags within the ItemTemplate! ...
Score Asp.net And Firefox
konox - 7 Jan 2006 10:35 AM - 5 messages
Hi to everybody and i hope you have a happy new year! Is it possible to connect the FireFox(or IE) browser with my asp.net Web Application? i explain:Is it posslible when i'm on Internet (With firefox or IE) to ...
Score How to make the web page editor modue and upload the data from the user ?
mit - 7 Jan 2006 10:33 AM - 1 message
Please friend Provide me informaion that how can i make the upload module for web sites for uploadig the  data from user level. MIt ...
Score Problem compiling remote web in VS2005
musosdev - 7 Jan 2006 9:39 AM - 5 messages
Hi peeps I've just moved my dev system to Win2k3 / VS2005 (from Win2k/VS2k3) and I'm having a problem. I've setup a new website in IIS, enabled .net, fpse, etc. From VS2005, if I choose Open Website, I can type in the location of my ...
Score Can i call my WebForm while i'm on Internet?
konox - 7 Jan 2006 9:09 AM - 2 messages
Hi, i need help for my application. My problem is like this:I'm on Internet and i would like to download a file.When i press the button 'Download', I don't want to see the common dialog box of IE for the downloading, but i want to call directly a ...
Score dynamic column/fields
ER - 7 Jan 2006 8:05 AM - 4 messages
Hi, I would like to create a datagrid or free entry form with dynamic columns based on the user selection, do you have any ideas or samples? Any help would be appreciated! ER ...
Score Using RSS
jack - 7 Jan 2006 6:45 AM - 3 messages
hi all im trying to use RSS Feed in my project which is an in house project im trying to use Rss im this but im not able to guess how to do this well i tried some of the things but not able to make it like for ...
Score compiling and building VS2005 webprojet for framework 1.1
Ajay - 7 Jan 2006 3:20 AM - 2 messages
Can I build web projects from VS 2005 to target framework 1.1? If yes, is it possible to do this using aspnet_compiler so I can invoke it from msbuild scripts? Thanks. ...
Score Why Publish take so long?
VB Programmer - 7 Jan 2006 2:27 AM - 2 messages
My ASP.NET 2.0 site takes about 10 min to publish to my webserver.  There's only 3 ASPX pages, VERY MINIMAL code (< 100 lines) and I'm not using any membership stuff etc... (even though the ASPNETDB.MDF is over 10MB)  Any ...
Score Books on ASP.net 2.0
_D - 7 Jan 2006 2:21 AM - 9 messages
I'd like to find out if Dino Esposito's new "Programming Microsoft ASP.NET 2.0 Core Reference" is similar to his older "Programming Microsoft ASP.NET." Also, same question re Jesse Liberty's 3rd edition vs 2nd ed. ...
Score 2.0 binding ObjectDataSource to Dataset
GaryDean - 7 Jan 2006 1:56 AM - 4 messages
I want to start out my question on a new thread..... Create a new web app in vs 2005. Add a dataset that has a 'Select Lastname from Employees' on the northwind database to the App_Code folder This generates a dataset1.xsd and a dataset1.xss file ...
Score Role & froms authentication
Lloyd Dupont - 7 Jan 2006 1:14 AM - 2 messages
I'm trying to setup a very simple form authentication in my WebApp (a few user in an XML file). I'm also trying to use the Role in my application. I don't want to use a database. I'm trying to call Rolls.AddUserToRole(username, role) ...
Score MAC Address/Physical Address?
SJ - 7 Jan 2006 12:59 AM - 1 message
I know I can use System.Management library, but it returns like 6 different values all of which look like MAC addresses. Which one do I pick and how do I identify it? ManagementClass oMClass = new ManagementClass ("Win32_NetworkAdapterConfiguration"); ManagementObjectCollection colMObj = oMClass.GetInstances(); ...
Score 2.0 , does it fix BUG: Radio Buttons Are Not Mutually Exclusive When Used in a Repeater Server Contr
sloan - 7 Jan 2006 12:17 AM - 1 message
BUG: Radio Buttons Are Not Mutually Exclusive When Used in a Repeater Server Control [link] I programmed up a pretty simple page in 2.0. The issue seems to still be there. ...
Score ASP.NET 2.0 with SQL Server 2000
Eeraj - 6 Jan 2006 11:22 PM - 2 messages
Is it possible to use ASP.NET 2.0 features like membership and personalization with SQL Server 2000 or does it require SQL Server 2005? ...
Score Accessing GAC classes from a WebService?
Michael Bray - 6 Jan 2006 11:20 PM - 3 messages
I have a webservice that I want to utilize a class from a DLL that is stored in the GAC.  I can add a reference to the dll, but when I try to use the 'using <namespace>' in the codebehind for the webservice, it doesn't ...
Score MSBuild: Can't reference '%(AssemblyAttributes.Value)' in a PropertyGroup
Tod Birdsall, MCSD for .NET - 6 Jan 2006 11:09 PM - 1 message
I am using the Web Deployment Project along with MSBuild. I have the following lines in my wdproj file: <!-- BEGIN --> <ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Staging|AnyCPU'">     <AssemblyAttributes Include="AssemblyFileVersion">         <Value>2.1.1.2</Value> ...
Score insert binary that to access database
jcharth - 6 Jan 2006 10:33 PM - 1 message
Hello I remember there is a way to insert special charaters with ? but i cant find an example right now i am inserting data using a simple sql command line but i would like to replace my values  with ? and then execute the code to ...
Score ObjectDataSource & GridView for variable length input lists
John_H - 6 Jan 2006 10:27 PM - 2 messages
Re: ASP.NET 2.0 I would like suggestions or code examples on how to collect a variable length list of input data (item# & item quantity specifically). I thought that I could accomplish this using a GridView that has ViewState ...
Score Book Recommendation
ted - 6 Jan 2006 10:10 PM - 7 messages
Hi, I have been programming for about 5 years mainly on client apps that are standalone and n-tier.  I have very little experience with web development. I need a recommendation on a book that will get me up to speed on ASP.Net ...
Score Apply new MasterPage to an existing page
Carlos - 6 Jan 2006 9:42 PM - 2 messages
I have 3 asp.net pages in a project created later, now I have created a Master Page so my question is how can I tell it to apply the new master pages to existing pages  ? Thanks ...
Score .NET controls rendering
Vi - 6 Jan 2006 9:25 PM - 3 messages
Hi, A question I always had: is ASP.NET smart enough to render the appropriate HTML tags, JScript code and meta tags based on the client browser? I'm referring to HTML code generated by ASP.NET Web Controls and by various .NET ...
Score Has 2.0 Fixed this 1.1 bug? Radio Buttons Are Not Mutually Exclusive When Used in a Repeater Server
sloan - 6 Jan 2006 9:23 PM - 1 message
[link] Radio Buttons Are Not Mutually Exclusive When Used in a Repeater Server Control ... Has 2.0 fixed this bug ? I coded up a 2.0 page, and get the same behavior. ...
Score using aspnet_compiler to build webprojects targetting framework 1.1
Ajay - 6 Jan 2006 9:21 PM - 1 message
Can I use build my VS 2005 web projects to target framework 1.1 and run the sites on aspnet 1.1?  Could this be done with aspnet_compiler so that I can automate this as part of automated build? ...
Score Moving an XML node up or Down
Ben - 6 Jan 2006 8:49 PM - 4 messages
Hi, Can anyone tell me how to move a node up or down in an xml document? For example: <root> <field name="1"/> <field name="2"/> <field name="3"/> </root> ...
Score serialized binary files vs Sql Server Performance..
Fabuloussites - 6 Jan 2006 8:30 PM - 10 messages
I'm considering deploying an application that will us an IP address locaiton database provided by Ip2location.com... [link] their .net component reads data from a binary file.  I'm guess i'm wondering ...
Score CrystalReportViewer Error HELP!
Richard Thayne - 6 Jan 2006 6:55 PM - 2 messages
When adding the CrystalReportViewer Control to my aspx web form I get the control with red letters "Error Creating Control CrystalReportViewer1". I am using VS .NET 2003 and Crystal Reports XI. It was working at first and I built a web app with the control then all of a sudden I added a deployment ...
Score WebPartManager: disable Personalization and still use WebPartManger.AddWebPart()
SlimFlem - 6 Jan 2006 6:40 PM - 10 messages
Is this possible?  My entire web site is being built dynamically using WebPart's and a lot of it will be anonymous.  How do I load these parts dynamically using WebPartManager.AddWebPart() and not use Personalization.  I think I am saying this correctly.  When I disable ...
Score VS2005 - Unable to open local iis site other than localhost
Brad - 6 Jan 2006 6:33 PM - 7 messages
I have a win2003 server workstation with multiple webs, each web has it's own ip address.  In VS2005, if I select to open an existing web site, select Local IIS,  the dialog correctly displays a list of all of my webs, however ...
Score Javascript debug
JJ - 6 Jan 2006 6:30 PM - 2 messages
Hi,   I have some javascript in a aspx page. How do I debug the javascript code in the page? Thanks, J ...
Score Root URL/ Application path problem with running debugger
anyeone - 6 Jan 2006 6:24 PM - 3 messages
This one is going to be hard to explain so please bear with me. I have a web project in folder "myapp".  This is where the web config lives. I've set this to be the IIS webroot.  The file "login.aspx" in this folder ...
Score Drop down in Repeater
Pradeep - 6 Jan 2006 6:02 PM - 1 message
Hi,   Would some lead me to/through an example for adding a drop down list to a repeater control in a web page. Also with details on how to handle the SelectedItem event of the drop down list. Thanks ...
Score why won't LEFT 200px work!
Paul - 6 Jan 2006 6:02 PM - 3 messages
Hi I have a control that is created with java script and am just trying to move it to the left.  I tried the following but it had no effect, thanks. <input type="text" size ="26" id = "timer" value = "10" style = "LEFT: ...
Score Using ToolTip to store data
LisaBigJax - 6 Jan 2006 6:01 PM - 3 messages
I am using a series of checkbox's in a repeater -- (not the checkboxlist) -- the problem I am encountering is that the checkbox does not have a value attribute.  I tried to add it via the "InputAttribute" however it doesn't seem to hold state on a postback. ...
Score Cache per Thread
anassar - 6 Jan 2006 5:52 PM - 3 messages
I have an ASP.Net Web Application where I depended on Sessions to share information across the code.  One of the buttons the user clicked, take a long time to process.  So, I started multi-threading the function ...
Score Formview Problems
hammad.awan_nospam@gmail.com - 6 Jan 2006 5:31 PM - 1 message
Hello, This problem is really frustrating to me.  I have a FormView on my page where I do all of the binding programatically.  In other words, I don't use a datasource control but I bind to the DataSource property.  I have ...
Score Treeview with three columns
Koen Hakvoort - 6 Jan 2006 5:12 PM - 2 messages
Hello, In order to create a message board like this one [link] I've build  a custom treeview with three colums, derived from the asp.net 2.0   treenode ...
Score Firefox doesn't display ASP.NET
simchajoy2000 - 6 Jan 2006 5:06 PM - 14 messages
Hi, I've got a webpage in ASP.NET that displays just fine in IE but when I try to open it in Firefox it just displays all the code instead of rendering the webpage.  What's the deal? ...
Score Output a Grid (Table) from a Collection?
Spam Catcher - 6 Jan 2006 5:01 PM - 6 messages
Hi all, Save I have a collection/arraylist, etc of 15, 20, 30 items. Does anyone have some neat code to output it into an abitrary grid table (i.e. 3x3, 4x4, 6x6, etc)? I know this is pretty trival to write - but I feel lazy today (plus I want ...
Score multiple controls with the same id error after upgrading
The Colonel - 6 Jan 2006 4:49 PM - 1 message
I'm using a datagrid with TemplateColumns, using the same id for controls in each template (EditItem, Footer, etc.).  Worked great in Studio .Net 2003, but when I upgraded to 2005 (along with the framework and all that stuff), I now get an error: ...
Score Printing to a local printer
carlor - 6 Jan 2006 4:33 PM - 4 messages
Hi there, Our client has a requirement to print labels from the web site to a local printer. i.e. user logs onto web site and click a print button and the address is printed to a label printer connected to the user's computer. ...
Score Memebership, Role, Profile Provider
Liming - 6 Jan 2006 4:26 PM - 2 messages
Hello, I'm a newbie to .NET 2.0 framework from Java, so please bear with me. Is there a way to do a generic Provider model or if anyone knows a product out there that does this?  I know .NET says all you have to do ...
Score Data Sources for ASP.Net
Jakob Lithner - 6 Jan 2006 4:02 PM - 5 messages
I just read an interesting article on Data Sources in Visual Studio 2005: [link] It was an eye opener on the new way of filling data into datasets! ...
Score WebPartManager.AddWebPart...not understanding exception
SlimFlem - 6 Jan 2006 3:40 PM - 4 messages
I am new to the WebPartManager stuff and am still learning how to set this up properly.  I am creating instances of WebPart classes from loaded DLLs and add them to the Page's WebPartManager.  If I don't have ...
Score Format-> Vertical Spacing = Useless?
teddysnips - 6 Jan 2006 3:34 PM - 1 message
I have a form with 52 text boxes set out in 4 columns of 11 and one column of 8.  Guess what they're used for?  That's right, displaying weekly information. So, I'm setting them out on a normal aspx page, and being somewhat lazy ...
Score Warn user that session expired?
NH - 6 Jan 2006 3:25 PM - 7 messages
How can I warn a user that their session has expired when they click on a button etc? ...
Score Datagrid: Showing numbers in full and not in 'Standard Form'
arun.hallan - 6 Jan 2006 3:24 PM - 2 messages
My datagrid displays large numbers pulled from the database in standard form. EG - 1,172,060     is displayed as      -1.17206e+006 How do i get it to display numbers in full? ...
Score Change Dynamic control properties at run time
jaawaad - 6 Jan 2006 3:23 PM - 1 message
I'm creating webcharts control dynamically based on user input as to how many charts they would like to see. I'm running into problem as to how to set properties for those charts at run time so they behave and ...
Score Free dropdown calendar control
Simon Harvey - 6 Jan 2006 3:15 PM - 5 messages
Hi all, Does anyone know of a free dropdown calander control such that when you click on a dropdown, the calander appears and allows you to select a date. On selection the value is entered as the value into the dropdown? ...
Score ASP.NET GridView UserControl
JAWS - 6 Jan 2006 3:12 PM - 2 messages
I want to make an ASP.NET user control with only a gridview on it. My usercontrol must behave the same as a normal gridview, with some extra properties and methods (for security purposes, such as: invisible, readonly etc..) I can not inherit the gridview from webcontrols.gridview because this ...
Score DataView, DataGrid and IsPostBack
enceladus311 - 6 Jan 2006 2:34 PM - 6 messages
I'm trying to find a way to keep from having to fill a DataView after every PostBack to a page.  Basically, the design is that I have a DataView that I fill, which I then set as the DataSource to a DataGrid ...
Score ButtonColumn and EditCommandColumn don't work together as expected in DataGrid
Piotr - 6 Jan 2006 2:21 PM - 1 message
Hi, I have a DataGrid with standard EditCommandColumn with PageIndex enabled. Everything works fine. When I add ButtonColumn    <asp:ButtonColumn       Text="Delete"       HeaderText=""       CommandName="Delete"/> ...
Score how can i refresh my aspx webform
NATE - 6 Jan 2006 2:19 PM - 3 messages
Could you tell me how I can refresh a aspx webform without press a button. I need to refresh a text box periodically without the action of the user ...
Score How to embed xsl-stylesheets in resx-files?
Andreas Zita - 6 Jan 2006 1:29 PM - 2 messages
Hi I have a 2.0-app which contains some xsl-files. I would like to embed these files in the deployed sites assembly. Previously I would mark the files as embedded resource and then retrieve them when needed using: ...
Score ERROR CS0234: The type or namespace name 'DataAccessHelper' does not exist in the namespace 'BCC' (a
li.eddie - 6 Jan 2006 11:31 AM - 1 message
Hi All,    I'm new to ASP.NET and trying to create a Database application with MS Visual Web Dev 2005. In my project, I wrote a generic abstract class called DataAccessHelper.cs under App_Code folder which handles all the ...
Score ASP.NET and Powerpoint
MattC - 6 Jan 2006 11:23 AM - 10 messages
Hi, Not sure if this is the correct forum, so apologies in advance, if it's not. I have a requirement to dynamically generate a powerpoint slide via a webpage.  My first thought was some knid of automation object that ...
Score embedded resource
Andreas Zita - 6 Jan 2006 11:14 AM - 9 messages
Hi Im creating my first 2.0 site and I cant find the Build Action property? I want to embedd an image-file in my site-assembly but I don't know how? In 1.1 I could set Build Action to Embedded Resource in the properties pane but ...
Score Using ImageMap and displaying circles on it
Gilgamesh - 6 Jan 2006 10:54 AM - 1 message
Hi, I have some very limited knowledge of web development but I have an imagemap in which I want to be able to display a small yellow circle at certain pre-define locations. When the user moves over these circles, I ...
Score SQLSiteMap Provider VB Sample??
theintrepidfox - 6 Jan 2006 10:40 AM - 1 message
Dear Group Is there a sample out somewhere in VB.NET for a custom SQLSiteMap Proider? Thanks very much for your help & efforts! Martin ...
Score HyperLinkField : DataNavigateUrlFormatString question...
Renato - 6 Jan 2006 10:35 AM - 1 message
hi, here is my sample,                             <asp:HyperLinkField                                 HeaderText="Mobile No." ...
Score Object Expected error
Kiyomi - 6 Jan 2006 10:12 AM - 5 messages
Hello, I am trying to replace my alert message box with a popup page. In my page behind, Response.Write("<script> alert('" & MyMsg & "') </script>") is working fine. I created a javascript function DoDialog() in the HTML part of the same page ...
Score Intermittent problem with ASP.NET IIS **## NOT RESOLVED ##**
Brano - 6 Jan 2006 10:03 AM - 1 message
Hi all, I have a asp.net website that has been live for about 2 weeks now and there were no problems with it. I have got a new server that is Win 2003 IIS 6.0 I have moved my application onto the new server and basically copied ...
Score Intermittent problem with ASP.NET IIS **## NOT RESOLVED ##**
Brano - 6 Jan 2006 9:54 AM - 1 message
Hi all, I have a asp.net website that has been live for about 2 weeks now and there were no problems with it. I have got a new server that is Win 2003 IIS 6.0 I have moved my application onto the new server and basically copied ...
Score Unusual problem with smartnav
Dan - 6 Jan 2006 8:49 AM - 2 messages
HI I am using the SmartNav directive in my aspx page, it does what i expect when i am running locally and testing, but when i upload to my server and run it from there over the web it seems to ignore the directive all ...
Score Function from aspx
SimonZ - 6 Jan 2006 8:35 AM - 7 messages
How can you call function from aspx page? For example: button on aspx page: <asp:button Visible="<% =funcVisible()%>" id="btnNew" Runat="server"></asp:button> code behind function: Public Function funcVisible() As Boolean         funcVisible = False ...
Score Custom IIdentity w/ FormsAuthentication
Spam Catcher - 6 Jan 2006 8:29 AM - 3 messages
Hi all, I created a custom IIdentity class to store additional properties for a logged in user. The only way I've been able to assign a custom IIdentity when using FormsAuthentication is to swap it in the Begin_AuthenticateRequest event in ...
Score Video in ASPX
VB Programmer - 6 Jan 2006 8:04 AM - 6 messages
I want to play either MPEG or MOV files from my ASPX page. Any good, free, video players for ASPX 2.0 pages or other suggestions? Thanks y'all. ;) ...
Score web control Datagrid
jack - 6 Jan 2006 8:02 AM - 2 messages
Hi all, how to get a check box in the first column of the data grid as it only shows a:link and a button type control to be inserted. Please help ...
Score Autofill Websites with External Program
rob - 6 Jan 2006 7:57 AM - 2 messages
Ok, I'll try to post one more time. I have a program with which I would like to control a website. For instance with this program I want to programatically log into accounts like etrade/yahoo. I also want to be able to navigate these websites, ...
Score Simple code change deploy in 2.0
VB Programmer - 6 Jan 2006 7:43 AM - 5 messages
In 1.1 if I made a simple code change I would just copy the dll in the bin folder to the website and that's it.  If I make a simple code change in 2.0 what file(s) would I need to copy to the web server?  What about if I want ...
Score Query Data via SMS
Jonathan Woods - 6 Jan 2006 7:32 AM - 1 message
Hi there, I would like to query data from SQL Server 2000 by using SMS. Conceptually, For example, I send the following SMS Message "TK1234GPS" to mobile ph connected to SQL Server. Then SQL Server will respond to request mobile phone the following info: "TK1234Lat203.345Long35.5050". ...
Score WebResource.axd request causing errors
PJ - 6 Jan 2006 7:25 AM - 7 messages
I'm getting an error in the event viewer as well as a script error in the browser when a page references WebResource.axd.  The application is running on W2k3 server and does not occurr on my local xp development machine. ...
Score Autofill Website from External Program
rob - 6 Jan 2006 7:14 AM - 2 messages
I am posting this again as my previous message did not show up. I have an external program with which I want to automatically log into an account, navigate through sites, select combo boxes, radio buttons, submit the sites, etc. An example is loging into etrade/yahoo mail, ...
Score Help with inline code?
brett - 6 Jan 2006 6:55 AM - 3 messages
I'd like to use a conditional that checks the URL to make sure I'm not on the localhost, which will increment the counter.  I want the counter to work only when the page is on the web server.  I have the long ...
Score Query Data via SMS
Jonathan Woods - 6 Jan 2006 6:42 AM - 3 messages
Hi there, I would like to query data from SQL Server 2000 by using SMS. Conceptually, For example, I send the following SMS Message "TK1234GPS" to SQL Server. Then SQL Server will respond to my mobile phone the following info: "TK1234Lat203.345Long35.5050". How ...
Score 2.0 Custom Membership Provider!
Adam J Knight - 6 Jan 2006 6:31 AM - 4 messages
Hi all, I am in the process of creating a custom membership provider (ASP.NET 2.0): Currently I am inheriting from MembershipProvider which isn't a problem. However, the membership.CreateUser() methods signature doesn't seem relevant to my implementation. ...
Score ASP.NET process identity does not have read permissions to the global assembly cache
Michael Neumann - 6 Jan 2006 6:24 AM - 2 messages
I'm trying to set up a test environment for an ASP.NET site on a Windows XP Pro box.  I installed IIS5.1 and then .Net V2. I put up a web site that contains just a simple Default.aspx "hello world" ...
Score Re: Visual Studio.NET loosing it..
HenryMillionaire - 6 Jan 2006 5:49 AM - 1 message
Deleting the .resx file for the form in question has fixed the problem for me. I was having the exact same problem and it drove me nuts for weeks. I have been working one full day without this error so far. This may have fixed it. I'll let you know if the problem resurfaces. ...
Score New to ASP.NET 2.0
Newbie - 6 Jan 2006 5:45 AM - 3 messages
Hi all, I used to develop my web application using ASP classic and ASP.NET 1.1. And with the advent of ASP.NET 2.0, I'm now building my first ASP.NET 2.0 web application using VWD on XP Pro SP2 with SQL Server as my DB backend. I got ...
Score inserting a row in dataset
Abubakar - 6 Jan 2006 5:45 AM - 2 messages
Hi, Lets say I have 3 rows in a dataset bound to a datatgrid. Now I want to add a new blank row before the second row in the dataset. How am I going to do that? I think there was an insertat method of dataset that I tried but wasnt ...
Score ASP.NET 2.0 Login tool
Jacky18 - 6 Jan 2006 5:26 AM - 1 message
I'm learning ASP.net 2.0 and was following this How Tos from MSDN called How To: User Forms Authentication with Active Directory in ASP.net 2.0 ([link]) ...
Score Autofill from External Program
rob - 6 Jan 2006 5:16 AM - 2 messages
I have a program from which I would like to fill edit boxes, chose from combo boxes and select radio buttons of a website and then do a submit. Point in case is etrade.com where I would like to be able to login into ...
Score Calendar Control
Peter - 6 Jan 2006 4:32 AM - 4 messages
Is there anyway to make the System.Web.UI.WebControls.Calendar to display only Month Name and Year, like: January, 2006 February, 2006 ..... .... .... .... Thanks Peter ...
Score ASPNET permission to to access SQL Server Express on localhost
William LaMartin - 6 Jan 2006 3:59 AM - 3 messages
in Visual Studio 2005 I have a what is now called in 2005 a web site that when run as a file base web connects fine to SQL Express running on the local machine.  However, when I publish this web to a sub web of the default ...
Score What is ASPNETDB.MDF used for?
VB Programmer - 6 Jan 2006 3:11 AM - 5 messages
In 2.0 what is ASPNETDB.MDF used for?  I'm not using any type of security for this site.  Do I need this when deploying? ...
Score ASP.NET FTP Deployment Tool
JerSchneid - 6 Jan 2006 3:01 AM - 1 message
Hi Guys, I wrote this nice, lightweight deployment tool for ASP.NET 1.x and 2.0. It lets you upload your project (or just the files you choose or just the files updated since last deploy) to any FTP site.  It remembers all ...
Score Datagrid: Conditional Access
mike.aes - 6 Jan 2006 1:15 AM - 3 messages
(Using VS.Net 2005) What are the best practices for conditionally turning on/off INSERT/EDIT/DELETE features in the Datagrid and Detailsview controls? In other words, depending on a user's security level, certain insert/edit/delete buttons should be made invisible.  I don't see a way ...