Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score ASP - question ...
jake - 20 Aug 2005 10:00 PM - 3 messages
I building a guestbook for my funeral home.  I hope to construct a guestbook for people to sign for the different obituaries on the site. I built on with PHP...and MySQL, but our website is being moved to a MS ...
Score base pages for user controls
wapsiii - 20 Aug 2005 9:38 PM - 2 messages
I'm using base pages (inheritance) for my webform code behinds. Can I use same base page (inheritance) for my usercontrols? ...
Score call a protected sub directly?
WebBuilder451 - 20 Aug 2005 9:27 PM - 3 messages
I created a sub with the following definition:   Protected Sub cc_onClick(ByVal Sender As Object, ByVal e As EventArgs) this handles some dynamicly created controls (onClick Events) the object calling it is a link button. On Not ispostback i want to call this sub. I know i can create a new sub to ...
Score image files locking problem.
alex - 20 Aug 2005 7:31 PM - 1 message
I have few web pages that allow to upload, delete, etc images (.jpg, ..bmp, .gif) Once the page is doen working with file thru Bitmap class I close file handles as: Bitmap bmp = new Bitmap(...); //some code bmp.Dispose(); bmp = null; ...
Score How to writexml website < -- > PC
Tim Zych - 20 Aug 2005 5:46 PM - 3 messages
I want to save a dataset from my asp.net website to my pc and then pc back to website. I have a Windows app that's gonna modify the dataset and upload changes to the web database. Changes made to the web database will then be downloaded ...
Score asp.net 2.0 with vs2005 but no web project !?!?!
Eric Nelson - 20 Aug 2005 3:25 PM - 2 messages
I installed .net 2.0 and vs2005 beta 2 but vs doesn't offer me asp.net project. Now what? (it's been long enough since I installed vs2003 & asp 1.1 I don't remember) Thanks, Eric ...
Score Problem deserializing file from asp.net
Steve Bugden - 20 Aug 2005 3:19 PM - 3 messages
Hi, I am using the XmlSerializer class to deserialize a file, please see attached code. This works fine from a windows form, but fails when called from an asp.net web service. Unfortuantely I can't get a proper error message, the browser ...
Score IE hosted winform control not fully working
terryrey - 20 Aug 2005 2:24 PM - 1 message
Hi, I've got a winform control that is using Twain and which works fine in a windows application. I am now trying to get this hosted and running in IE6 for our intranet app but am running into problems.  Basically, the control works in so far as it ...
Score More than one login page/web.config files
Namespace - 20 Aug 2005 12:57 PM - 2 messages
Hi I'm building an asp.net application with forms authentication. I need to have 2 login pages and I guess therefore also 2 web.config files (one in the main application folder and another in a new subfolder to handle their ...
Score Reading XML in C#
Maziar Aflatoun - 20 Aug 2005 12:54 PM - 1 message
Hi, I have a multi-level complex XML that I like to process and store in the database. I'm comfortable with using DataSet and then reading the tables (XML is parsed into 7 tables in my case) and processing the data.  However, ...
Score Passing Cold Fusion Variables to ASP.Net
Frank Bishop - 20 Aug 2005 12:40 PM - 2 messages
Is their a way to pass Cold Fusion variables to an ASP.Net application as long as they are using the same session? We use a mix of CF and .Net technologies and I would like to keep some session variables alive as ...
Score Totally NewBie Question
Peterson - 20 Aug 2005 10:41 AM - 2 messages
Hi all, I am totally new to ASP.NET but I know VB. I haven't write webpage before. Anyone got the idea of below question? 1. I use Visual Studio 6 to write VB. How about ASP.NET? 2. I use MS Access file to be the back end database? Can I use it when ...
Score How to clean Application variable
ad - 20 Aug 2005 8:18 AM - 2 messages
I am useing VS 2005 beta2 to develop my WebApplicaiton. I found that the application variable will be cached when I re-Start_debug my application event I modified some code. Is it a bug or how can I clean all Application variables? ...
Score Free Print component to print doc files
EDom - 20 Aug 2005 7:55 AM - 1 message
Hi, I want to print doc files without opening then just by the path is there any free component available for .NET Regards, ...
Score Can I execute a javascript action before uploading a file?
Mark Miller - 20 Aug 2005 6:44 AM - 5 messages
I've been trying to execute a javascript function just before submit on a form that contains an <input type="file"> input field and it isn't working. The reason I want to do this is the end users will be uploading files that ...
Score How to call a javascript function from a HTML button on a user control
J-T - 20 Aug 2005 5:45 AM - 8 messages
I have a user control called "Test1" with two button on it ,one is input and the other one is a server control as follow: <input type="button" onClick="this.disabled=true;document.getElementById(btnSend).click();value="Go!"> ...
Score finding network folder
Vijay - 20 Aug 2005 5:35 AM - 4 messages
Hi , I am a new to asp.net i am trying to check a folder using following code directory.exists() -- in C# code behind it always returns false, and i can able to access it in windows explorer. what could be the problem? ...
Score make webcontrol visible through checkbox
Beffmans - 20 Aug 2005 5:28 AM - 2 messages
hi I am trying to make this label visible through a checkbox. I try to make use of javascript but what am I doing wrong? <HTML>     <HEAD>         <title>WebForm1</title> ...
Score how to display clock in asp.net web page
Daniel - 20 Aug 2005 1:44 AM - 3 messages
Hi, Display clock in window form is easy..in web page?? Helps will be appreciated ..thank you. Best regards, Ocurnos ...
Score esacape sequence
abcd - 19 Aug 2005 11:56 PM - 8 messages
case 1 ---------- I have a variable called sConnectString  whose value is "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\msxp102\shared\DBS\db3.mdb;User Id=;Password=;"; after this I call following statements sConnectString = sConnectString.Replace("\\",\\\\); OleDbConnection myConnection = new OleDbConnection(sConnectString ); ...
Score Who is the owner of dynamic job created in my sql server from my ASP.NET app?
Reza Alirezaei - 19 Aug 2005 11:36 PM - 4 messages
From my ASP.NET app (which is impersonating under a domain account) ,I am trying to call an stored procedure which creates a temporary job and then delete it. Dose any one know what type of permission do I need to execute ...
Score Colors
Paul Smith - 19 Aug 2005 11:28 PM - 12 messages
I have a button on my web page the backcolor of which I want to change: btnSample.backcolor = ???????? I want the color to be Gainsboro However I enter Gainsboro or color.Gainsboro I have the blue wavy line indicating an error. ...
Score POrting asp and VB to .NET
Gwv - 19 Aug 2005 11:11 PM - 3 messages
Hi, I have to estimate porting a system developed in asp (60%) and VB (40%) to ..NET ¿Can anybody give me an estimation or a pointer to documents that speak about this kind of work? Thanks in advance, Gwv ...
Score Active Reports
CsaaGuy - 19 Aug 2005 10:53 PM - 1 message
Hi, I am using Active Reports and when a report is run, i need to point the report to a specific printer and tray. I tried this by setting the selected report properties however it didn't do anything. I still had ...
Score Where to find regular expression test
ad - 19 Aug 2005 9:24 PM - 4 messages
I am learning regular expression. Are there any tools to test regular expression? ...
Score Newbie question, re asp.net
Ian - 19 Aug 2005 7:55 PM - 3 messages
I have just been on an 5 day ASP.NET course and have got home and loaded .NET onto my PC. I want to do some data handling stuff, but I don't have Microsoft SQL. I thought that .NET installed the northwind database and a cut down SQL ...
Score Validation not working as expected
jammer - 19 Aug 2005 7:46 PM - 3 messages
I have several textboxes on an aspx form with a submit button.  Each of these have req. field Validation and Reg Expression validation set.  With the form published to the production server and browsing the form from my dev pc if ...
Score File Upload Question
Manny Chohan - 19 Aug 2005 7:38 PM - 3 messages
Guys, I am giving users to upload files on my server. i have Symantec virus scan on my server running in the background. Now would a user be able to upload document with virus inside it or not provided the virus pattern files are ...
Score Reformat TextBox value prior validation
Oleg Ogurok - 19 Aug 2005 7:31 PM - 3 messages
Hi there, I have a modified ASP.NET TextBox control that formats its output as the phone number, e.g. if you enter "1234567890" it'll change the value to "123-456-7890". This is done by a javascript function called on "onblur" ...
Score multipost - open project from web ?
Bruce - 19 Aug 2005 7:18 PM - 1 message
hi, i,ve been given some aspx and cs files from 2 sources when i make virtual directories in iis 5.1 they work, one thing have no sln or csprog files, the other has both, when i open the sln file everything is ok. ...
Score Make text the same size regardless of the screen resolution....
UJ - 19 Aug 2005 7:16 PM - 5 messages
I have a client who wants me to make a web page with a marquee on it. No problem. They want the text to be easily changeable. No problem. They want it so that the text will appear about the same size regardless of ...
Score problems w/ postback
Bruce - 19 Aug 2005 7:15 PM - 3 messages
hi, i have an as page .net 1.1, every time a postback happens(say user selects something) the page is reloaded and the focus is moved to the start of the document (the page is quite long - there is a lot of scrolling on every control now) ...
Score Reading an XML string into a dataset
Maziar Aflatoun - 19 Aug 2005 6:28 PM - 2 messages
Hi, I have ds.ReadXml(myXML);  which reads an XML file into my DataSet. How can I read my XML from a string instead of a file? Can someone please provide me with a sample? Thanks Maz ...
Score Create website using .Net 1.1 in VS 2005
rmunson8 - 19 Aug 2005 5:58 PM - 2 messages
Using the Beta of VS 2005, I'd like to create a website that will be deployed on a server that has .Net 1.1.  I understand how to modify the IIS web site properties to run on .Net 1.1, and I have also edited the web.config to add ...
Score Question about Visual Web Developer 2005 Express Edition
Joe - 19 Aug 2005 5:51 PM - 1 message
Hi, I have a question about Visual Web Developer 2005 Express Edition. Usually I use Macromedia Dreamweaver MX 2004 to code HTML, ASP and ASP.NET pages. I have created a site in DM. An exact copy of the live website resides on my ...
Score innertext, javascript, datagrid, database update
Lyners - 19 Aug 2005 5:45 PM - 14 messages
I have a web page writen in ASP.NET that contains some javascript so that when a user presses a button, or edits a certain field in a datagrid, another cell in the datagrid is filled with a value. My probelm.... when I have the user press the update button (which does a ...
Score Using Multiple Databinding Values In The Same Property
Nathan Sokalski - 19 Aug 2005 5:27 PM - 2 messages
I have two fields in a DataSet that I want to use in the same property. These fields are the first and last names which I want to assign to the Text property of a Label. I can assign either one of them to the Text property as ...
Score Problems with dataset and dataadapter
Rui Dias - 19 Aug 2005 4:52 PM - 1 message
Greetings, Can You take a look to the following code? SQLComando = New SqlCommand(strsql, myConnection2) SQLComando.CommandTimeout = 45 Dim daGrid1 As SqlDataAdapter = New SqlDataAdapter daGrid1.SelectCommand = SQLComando myConnection2.Open() Dim dsGrid1 As DataSet = New DataSet daGrid1.Fill(dsGrid1, "Lista") As you can see it is a perfect straight forward code. The sql SELECT string ...
Score Update the open word file in browser.
Daniel - 19 Aug 2005 4:49 PM - 4 messages
Hi, I have opened the word file from database and display in web browser. When i close the browser, i wan to update the changes into the database. and i dont know how to achieve it. I oni know when i upload the file, i need to use filefield control, but now ...
Score Invalid argument in aspnet_state service
llevi - 19 Aug 2005 4:37 PM - 2 messages
Hi there, My aspnet_state.exe service is failing to start due to an invalid argument. Does anyone know what arguments are required/valid for this service. I am running XP pro,  .NET Framework v 1.1.4322. Thanks ...
Score wondering what the difference is
rodchar - 19 Aug 2005 4:37 PM - 3 messages
hey all, i saw the following in an article: <asp:DataGrid id="grdOrder" Runat="server"   OnPageIndexChanged="grdOrder_OnPageIndexChanged"   OnItemCommand="grdOrder_OnItemCommand"   OnEditCommand="grdOrder_OnEditCommand"   OnUpdateCommand="grdOrder_OnUpdateCommand"   OnCancelCommand="grdOrder_OnCancelCommand" What I want to know is, normally what i'm accustomed to is in the ...
Score Whats wrong with this regular expression?
COHENMARVIN - 19 Aug 2005 4:30 PM - 2 messages
I am trying to use an regularexpression validator to match floating numbers. My expression doesn't work. Here it is: ValExpression = "(0|[1-9][0-9]*|[1-9][0-9]*\.[0-9]*|0\.[0-9]*)" The \.  is supposed to match the decimal point, but entering any ...
Score how to copy the cookies from a HttpRequest to a HttpWebRequest
Andy Fish - 19 Aug 2005 4:23 PM - 5 messages
Hi, I have a web app that I want to make calls back into itself (preserving the session cookies etc). I am using a System.Net.HttpWebRequest object to make the request, but I am having trouble getting the cookies into it. ...
Score Response.Redirect gens ThreadAbortException that's either not being caught or thrown a second time.
Eric - 19 Aug 2005 4:20 PM - 2 messages
I have the following situation:  I was getting intermittent errors using Reponse.Redirct("url", true) and was trying to catch the ThreadAbortException, but it was not staying caught and was showing up again where my code wasnt expecting it.  I'm not sure what was causing it.  The ...
Score how to set the width of columns in edit mode.
Vincent - 19 Aug 2005 3:53 PM - 1 message
how to set the width of columns in edit mode. ...
Score Re: customErrors mode="off"
antonio balbas - 19 Aug 2005 3:53 PM - 1 message
*** Sent via Developersdex [link] *** ...
Score 2D array
Andrew - 19 Aug 2005 3:32 PM - 2 messages
How do I declare and ADD to a 2D array ? I declared it as: string[,] stdAnswer = new String[2,50]; Usually in a 1D array, adding would be done by:         ArrayList values = new ArrayList(); ...
Score custom namespaces
Matt Jensen - 19 Aug 2005 3:27 PM - 5 messages
Howdy Relatively new to .NET, I'm trying to create custom a namespace for use in creating some utility classes, which I seem to have done OK, however, I'm having a problem trying to use the class with the error the namespace can't ...
Score Fire DataGrid_Click
Niggy - 19 Aug 2005 3:13 PM - 2 messages
How can I fire a datagrid click event?  So far I have: DataGrid1.Select(dg1) DataGrid1_Click(Nothing, Nothing) where dg1 is a variable passed from a combobox which fired successfully. ...
Score Grid in ASP.Net like Windows Forms
Alfredo - 19 Aug 2005 3:12 PM - 4 messages
Hi, I have a question. Is it possible reproduce the behavior of windows forms datagrid in asp.net? For example, I want to fill the grid, but the data must not be inserted in my database. I think use a dataset in ...
Score Combo box displays as text
shannonlolley - 19 Aug 2005 2:33 PM - 4 messages
I have an aspx page with a combo box on it.  The combo box items are displayed as text from left to right with no spaces between items.  I believe I have seen this posted in a previous post, but I cannot find ...
Score Launching Excel client side
Staticbob - 19 Aug 2005 2:03 PM - 5 messages
Guys, I have this code that loads some data from a SQL view into a datatable, then into arrays, I can then export it to a predefined Excel template that creates lots of fancy charts and stuff from the raw data. ...
Score Error in Connection-ASP.Net & C#
Shyam - 19 Aug 2005 1:58 PM - 2 messages
Hi, Can someone please help me in solving the below issue. I received the following error, System.Data.SqlClient.SqlException: Cannot open database requested in login 'TestCenter'. Login fails. Login failed for user 'SHYAM\NET'. at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) ...
Score CreateApplicationHost & Session State, etc.
SDS - 19 Aug 2005 1:33 PM - 2 messages
If you host an ASP.NET application within a Win32 assembly using CreateApplicationHost(), does the ASP.NET code running within that host still have access to HTTP-related members such as the Session object, Request object, HttpContext, Form object, etc.? ...
Score Templating - complete separation of design/coding?
Chris Ashley - 19 Aug 2005 1:23 PM - 2 messages
I have been looking into templating systems these past few days, but nothing seems to suit my purpose. I want to achieve complete separation of code and design in a templating system, so a designer can edit HTML files without ...
Score CheckBoxList populate from XmlDataSource
mike - 19 Aug 2005 1:19 PM - 1 message
<Lookup> <Lookup_Entry> <Ts>   <T>   <M>context</M>   <V>type</V>   <Va>Citizen</Va>   </T> ...
Score Dynamic DataGrid
CanoeGuy - 19 Aug 2005 1:02 PM - 10 messages
I have been trying for the last two weeks to display a dynamic DataGrid.  The data that I'm pulling from a SQL Server DB will have whole columns that will be either NULL or 0.  I want to display only the fields that have actual data ...
Score Show Modal Dialog in IE 5
NRM - 19 Aug 2005 12:51 PM - 2 messages
Hi, I have a web application which has a page. From that page I need to show a modal dialog to capture some information. The page displayed in the modal window has Ok and Cancel buttons, clicking on which updates some information ...
Score help for .net form-based authentication
Sword - 19 Aug 2005 12:46 PM - 1 message
I have an ASP.NET application that using form-based authentication. I have a logon page, the user can enter his user name and password – which stored on a remote SQL server, after click the Logon button, if both are correct, the ...
Score Dynamic datagrid EditCommand problem
benoit - 19 Aug 2005 12:34 PM - 2 messages
Hi, I created a Dynamic Datagrid and i added an EditCommandColumn to it. Works fine, but my Editcommand eventhandler seems to have a problem with PostBack This is my code private DataGrid GridDataLangs(DataTable vDataTable){     DataGrid myGrid = new DataGrid(); ...
Score Database Connections
Tom John - 19 Aug 2005 12:06 PM - 3 messages
Hi I have a data access layer that provides static functions between my business logoc and an Access database. The connection string to the database never changes. Currently I carefully open and close a connection to the database at the begining of each method in the dataacces layer. But am not sure ...
Score 'text/html' expected 'text/xml' WebService error
Saya <> - 19 Aug 2005 11:57 AM - 1 message
Hello, The situation is as follows: My server app (ASP.NET WebService) responds to the client request (ASP.NET) by returning a text string appended with 2 int numbers, being the X&Y coordinate values of a MouseDown event on the client ...
Score Login of different user after Logout
Michael Groeger - 19 Aug 2005 11:32 AM - 1 message
Hi, I have implemented a simple page for FormsAuthentication and when user data is accepted I redirect the user using FormsAuthentication.RedirectFromLoginPage(). private void btnLogin_Click(object sender, System.EventArgs e) {     // [...]     FormsAuthentication.RedirectFromLoginPage(username, false); ...
Score Debugging in asp.net - NOT WORKING???
Jefferson - 19 Aug 2005 11:30 AM - 7 messages
Hi, I have a XP Pro machine, vb.net 2003 standard. I have created a project using ASP.NET in VB.NET, but cannot debug this application. Each time that i try to debug the application, vb.net thows out ...
Score re: save file to a url
Pedro Rosa [MS] - 19 Aug 2005 10:55 AM - 1 message
If you want to use a WebService. You can consider using DIME, it depends the size of the file but please remember that when you use SOAP to transfer files, they go as encoded base 64 increasing the size of the file by 25% (more or less), using DIME you can send it as an att in binary format. (this is a WSE 1.0 feature, but you can use it.) ...
Score re: Sesssion vs ViewState
Pedro Rosa [MS] - 19 Aug 2005 10:53 AM - 2 messages
Sorry When I sayed pages in this line : " Viewstate serves another objective, to preserve state between pages" or should read posts or in ASP .NET 2.0 ( since we have cross page post backs) you can read same page or cross page post back) ...
Score trying to cache a dataSet
Andrew - 19 Aug 2005 10:48 AM - 3 messages
I hope this doesn't sound too silly. I am trying to cache a datatSet. I have written the code below. I insert into the cache: Eg. i = 1. if (Cache["testQuestion"+ i] == null) {     Cache.Insert("testQuestion"+ i, ds.Tables[i]);    ...
Score trying to cache a dataSet
Andrew - 19 Aug 2005 10:46 AM - 6 messages
I insert into the cache: if (Cache["testQuestion"+ i] == null) { Cache.Insert("testQuestion"+ i, ds.Tables[i]);    } ...
Score Height of a table in %
simon - 19 Aug 2005 10:29 AM - 8 messages
I have simple html(aspx) page, but vertical height won't work. Even if i had set the height of a table=100%, the table is not 100% height. I spend a lot of time(my real page is more complicated) to figured it out that this won't work because of attribute of a page: ...
Score re: Sesssion vs ViewState
Pedro Rosa [MS] - 19 Aug 2005 10:18 AM - 1 message
Im a simple way Session and ViewSate explained Http it’s a stateless protocol, this means that by design if a user asked for two pages, for the server it would be different users all the time. That’s a reason to have session, every time a user qets a request to a page the server checks if that request has a identifier (SessionID) if it has the server knows that is the same user that asked for other pages, if it doesn't then the server gives him a generated identifier that will last by default 20 minutes ( you can check this in webconfig  file ).the identifier its not to identify the user itself but to say that he is the same user. ...
Score Getting double records from .csv files
P of Dhump - 19 Aug 2005 10:17 AM - 3 messages
Hi, I am getting some data from a .csv file through an aspx page. The total no of records are 744 while i'm getting 1500. I couldn't really figure it out. I'll write the code below. [code] ...
Score Data repeating 2 times from .CSV file. (Previously posted in the s
P of Dhump - 19 Aug 2005 9:31 AM - 1 message
Hi, I am reading one of the .csv files. The total no of records are 744 but when I run the code its coming as 1500 or so. Also I couldn't figure out if there is any method which reads the like ...
Score basic problem
Loui Mercieca - 19 Aug 2005 8:29 AM - 2 messages
I have a very basic problem, but can't seem to solve it. Whenever i try to use the mappath, an error is thrown ( System.NullReferenceException: Object reference not set to an instance of an object.) and whenever i try to use ...
Score Sesssion vs ViewState
Andrew - 19 Aug 2005 8:29 AM - 2 messages
What is the difference btw a Session var and a ViewState var ? I understand that a Session var exist for a single user, for a ViewState var it exist for that page? I read the msdn and it states the the Session will only be valid until 20 ...
Score TextBox.TextChanged event not firing!
dhnriverside - 19 Aug 2005 7:41 AM - 5 messages
Hi guys I'm trying to get ASP.NET to do something when someone starts typing in my textbox, but it doesn't want to fire the codebehind! I've got AutoPostBack set to to True on my textbox, and the following wireup ...
Score Assembly not found when in GAC
Web Team @ Borough of Poole - 19 Aug 2005 7:29 AM - 4 messages
Hi All, I recently moved our assembly which stores our 'common' code into the GAC. I then moved all copies of this assembly out of the /bin folders, restarted IIS. I get the error below. This is the first time I have put something into the GAC, from what I ...
Score HTTP 403.9 - Access Forbidden: Too many users are connected
larry - 19 Aug 2005 6:39 AM - 2 messages
Hi, I got a c# asp.net program on windowsXP IIS. My program is trying get a request from client then update a line chart data, which is from sql server, in every 5 sec. But I always get Error 403.9 after my program run for a while. ...
Score Y file is not recognizable?
Daniel - 19 Aug 2005 5:46 AM - 2 messages
Hi, I have question regarding to the below error msg: "The file is not recognizable.." The original file that i upload it is the excel file format. I try to upload it into sql server 2000 database, everything works fine. ...
Score FileStream , Stream
sittu - 19 Aug 2005 4:35 AM - 2 messages
Sir,        i am using SQL Server 2000 database and c#.i want to read a binary image data from database and display on a web form.i have written the query to read the binary data from database ? can u plz help me from this situation. ...
Score I can't change the value of a Session Variable (ASP.NET)
josemario.hernandez - 19 Aug 2005 4:29 AM - 1 message
Hi, I'm having a issue trying to change the value of a session variable. It seems like I just can set my session variable one time in the sessión. For example if I write: Session("Variable") = "1" in a page, and ...
Score Prevent VS from changing my code
Chris Mahoney - 19 Aug 2005 4:27 AM - 7 messages
Hi I'm using Studio 2003 and am getting frustrated with it changing my HTML. For example, I can enter the following: <asp:label id="myLabel" style="width: 100px" runat="server"> I change to design view then back to HTML view, I find that it's changed the ...
Score getting errors while executing app in XP Home
Yoshitha - 19 Aug 2005 4:12 AM - 1 message
hi i've vb application and i migrated it to vb.net application and it is working fine when i run this in windows 2000 professional where am having dotnetframwork 1.1 and visual studio 2003. but when i run the same application in XP home edition which is having only ...
Score How to Implement an AJAX Solution.
Gaffar - 19 Aug 2005 4:00 AM - 5 messages
Hello. My name is Gaffar. I am handling an module in a Project. This application interface  is slow and inefficient. So Client told    "implement an AJAX Solution which will increase speed and efficiency and user's experience". ...
Score User Control & member vars
JohnK - 19 Aug 2005 2:07 AM - 3 messages
I have a user control with 2 buttons on it & 1 label.... as each button is pressed, they set a member variable within the class and sets the label test. I also have a get/set property for the member variable. ...
Score IIS 6 security - anyone can explain this for me ?
Michael Tsai - 19 Aug 2005 1:28 AM - 4 messages
Hi, It said that IIS 6 use HTTP.sys as the front end for handling HTTP request, and pass ASP.NET requests to w3wp.exe, but after some simple experiments, I found the security settings (e.g. Authentication method) in IIS metabase is still applied before the HTTP request ...
Score Buffering, caching, etc.
Just D. - 19 Aug 2005 12:44 AM - 1 message
Who knows and could explain the ASPX understanding of caching, buffering, etc.? Each ASPX page has the property "buffer=true" by default. We also can include this tag to the page header: <meta http-equiv="CACHE-CONTROL" content="NO-CACHE"> ...
Score How to manage asp.net color?
ad - 19 Aug 2005 12:40 AM - 3 messages
I cant to write a function to manage the font color of my web. The function is like: using System.Drawing; public static string FontColor(string sInput, Color myColor) {   string sRV = "";   return sRV; } but when I use   FontColor("Test", Color.Red) to call the function, ...
Score User Control and member variables
John Keenan - 19 Aug 2005 12:26 AM - 2 messages
I have a user control with 2 buttons on it & 1 label.... as each button is pressed, they set a member variable within the class and sets the label test. I also have a get/set property for the member variable. ...
Score activex dll with windows form from asp.net using interop
Chance Hopkins - 19 Aug 2005 12:23 AM - 1 message
I'm having trouble calling an interop dll from a asp.net web page. I think the problem is the activex dll (when called from a windows csharp form) launches a windows form with a progress bar. Is there a way to suppress this window (with the framework, the dll doesn't ...
Score save file to a url
Jeremy Chapman - 18 Aug 2005 11:44 PM - 2 messages
Given a url,  how can I programatically save a file to the location at the specified url? System.IO.File.Create does not work because it doesn't accept URL's.  Assume that I have the correct security rights to do this? ...
Score Trying to Use MapPoint WebService
Wayne Wengert - 18 Aug 2005 11:38 PM - 1 message
I just went through all the hoops to sign up for the MS MapPointWeb service. I want to add maps to dynamically created aspx pages (VB) and thought this would be the way to do it. I am trying to follow the SDK to see how to add ...
Score Problem Returning a Dataset
Sparky Arbuckle - 18 Aug 2005 10:46 PM - 1 message
The function below works in that it returns the correct data back to the dataset for 2 of the rows in my datalist: A1 - A - 1 A1 - A - 2 A1 - A - 3 A1 - B - 1 A1 - B - 2 A1 - C - 1 ...
Score Canceling Page.Load event
AT - 18 Aug 2005 10:30 PM - 2 messages
I have an aspx page with this code behind Public Class WebForm1     Inherits Class1     Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load         ' Derived ...
Score install msi file
tangolp - 18 Aug 2005 10:20 PM - 2 messages
Hello, I have a msi file that is located on the web server.  On the web form contains a button.  What I'd like to do is write a C# code that when click on the button, install the msi file on the client.  Is this ...
Score Performance question regarding dynamic controls
jsever05 - 18 Aug 2005 10:06 PM - 2 messages
I am trying to build a reasonably large table (maybe 50 rows x 12 columns) dynamically on the server-side using the Table(), TableRow(), and TableCell() objects provided by ASP.NET. For various reasons I don't want to use a datagrid and do any binding, but would rather build ...
Score ASP.NET Viewstate & ISA Server 2004
buk - 18 Aug 2005 10:03 PM - 1 message
Ahh the dreaded viewstate error.  Hope some of you out there can help. We have multiple clients using our asp.net web app - one in particular is generating the following error only intermittently: Unable to validate data. at System.Web.Configuration.MachineKey.GetDecodedData ...
Score How to upload and download excel file into server
Daniel - 18 Aug 2005 9:58 PM - 2 messages
Hi, can u explain to me what is the path need to use in order to upload and download the file based on below solution: 1.Set up a folder that both the web app and SQL server can get to. ...
Score DataGrid loses view state if first column is a template column.
Ken Varn - 18 Aug 2005 9:38 PM - 2 messages
I have a problem where my DataGrid would not maintain the ViewState of my databound rows.  I finally narrowed down the problem.  If my first column is a template column, the view state for the DataGrid items is not maintained ...
Score Gridview Updatecommand ControlParameter Problem
Lee Moore - 18 Aug 2005 9:21 PM - 1 message
I have the following code, which I thought should work. I get an error stating ... Could not find control 'GOAL_TEXT_CONTROL' in ControlParameter 'GOAL_TEXT'. Any help would be great. <--------------------------   Code Snippet --------------------------->     <asp:GridView ID="GridView1" Runat="server" ...
Score Export datagrid to Excel template, transpose ?
sweeney_jones - 18 Aug 2005 9:15 PM - 1 message
Hi, I am really struggling to figure out how to do this. I have a SQL view that contains 3 columns and upto 4000 rows. This is a series of question numbers and answers for a questionnaire. There are 40 questions in the questionnaire, answers of 1 - 8, 100 participants. ...
tnx