Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Will a user ever download a .manifest file separately?
Ken Spreitzer - 11 Feb 2006 11:46 PM - 3 messages
Hi, all.  Quick question -- hopefully just a "yes" or "no". Will a user ever download a (separate) file with the extension ".manifest" when using *any* facet of .NET (ie, ASP.NET, WinForms, web service, etc)? More specifically, if I parse the web server log files for a server which ...
Score Something like cumulative or running sum
papaja - 11 Feb 2006 11:17 PM - 4 messages
Hello, My table has 2 columns with some numbers: col1      col2 --------------- 5            0 0            5 ...
Score VS2005 Add Reference
Mark Olbert - 11 Feb 2006 9:00 PM - 12 messages
I'm running into some oddball behavior that I hope is not by design. When I add a reference (via Add Reference) to the bin folder, some, but not all, of the assemblies referenced by the assembly I'm adding are also added. Example: ...
Score asp:panel alignment problem
Gary Coutts - 11 Feb 2006 8:46 PM - 2 messages
Hi, I am trying to center an panel using the following: <asp:Panel id="pnltest" HorizontalAlign="Center" BackColor="white" Width="800" Runat="server">     <asp:Button id=btnTest Runat="server" Text="press"></asp:Button> ...
Score Re: Uses of The 4th Dimension (New Discovery by The Human Race)
Amethyst - 11 Feb 2006 8:16 PM - 42 messages
us***@mail.com wrote: Brief Summery: If it has tires or testicles, it's gonna give you trouble ...
Score Loggin in on the fly
Lee - 11 Feb 2006 6:57 PM - 3 messages
Hello all, I have a question about logging in users.  Let's say that my website sends an email to a person with a link to go directly to a particular part of the site. The user must be logged in, in order to go to that particular portion ...
Score DropDownList - Sample (vb) of how to do Muliple Linked Together?
Dano - 11 Feb 2006 6:06 PM - 2 messages
I have been away from VB for a while, but now trying to figure out how to have several DropDownLists on a web page, whereby when I pick a value in the first list, it will show a narrowed list of choices on the 2nd list, etc. ...
Score Scrollable Data Grid
Steve - 11 Feb 2006 4:07 PM - 4 messages
is it possible to create a scrollable data grid without using the div command (i've tried this and it doesn't look good in our system). I was using a program called scrollinggrid, but the designers seem to have ...
Score How to set up Asynchronous in SQL connection string?
kai - 11 Feb 2006 3:07 PM - 2 messages
Hi, I run a ASP.NET 2.0 sample program and get the following message: Set "Asynchronous Processing=true" in the connection string. But I cannot find the place to set it up, please help. I am using SQL Server ...
Score ConfigurationManager class not available in VS2005 web project
Ben Fidge - 11 Feb 2006 1:43 PM - 2 messages
I recently upgraded a project from VS.NET 2003 to VS 2005 and after compilation I get the following warning: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings' ...
Score DATATYPE PROBLEM(cross)
Savas Ates - 11 Feb 2006 12:54 PM - 2 messages
I have a column in my table BizdekiFiyat . The datatype = float length =8 (to save money values).. It is impossible to change these attributes for some reasons. It has records like This BizdekiFiyat 110 24 29.5 31.35 I use Vb.Net . I use  ExecuteReader To select values from my db.. ...
Score Server.Transfer does not show correct page in address bar
Ben Fidge - 11 Feb 2006 11:15 AM - 6 messages
When using Server.Transfer, the calling page name is still displayed in the browser address bar, as opposed to the called page. This is really confusing my customers! Is there a way round it? Ben ...
Score updating the parent page after modifying data on a child page prob
ads - 11 Feb 2006 10:03 AM - 3 messages
hi guys, Here's the scenario: i have a gridview on a parent page. Then i open another (child) page where i can modify the data on the dridview. How do i update the gridview soon as i do modification and close the child ...
Score Show files in datagrid (DirectoryInfo), make button to choose a file and put the filename in a sessi
Øyvind Isaksen - 11 Feb 2006 9:10 AM - 4 messages
I have a datagrid that displays all files in a folder. It works good, but I need a extra column with a link for choosing image. As shown in the code below I have made an ItemTemplate for this, and what I ...
Score Passing HTTP Headers
Purushottam Khandebharad - 11 Feb 2006 8:01 AM - 5 messages
Hi all, I need to pass HTTP Headers from onw web site to another web site as I need to post a form on one web applications page to page on different web site both sites are under my control, ...
Score losing data
Lloyd Dupont - 11 Feb 2006 6:57 AM - 6 messages
On my web page I have a custom control developed in a C# library. Somehow when I post the page, the user input disappears. I override OnLoad() and check the value of my inputText.Text just before and after base.OnLoad() and the user entered text never even seems to reach my ...
Score ASP.Net 2.0 Page Layout - How to?
Bill Cohagan - 11 Feb 2006 3:21 AM - 5 messages
I'm trying to construct a page that will approximate a windows form page. It will include 5 or 6 "rows" of controls with each row containing several labels, textboxes, maybe a dropdown, a button or two, etc. I've found that using the default flow approach wont' let me come even ...
Score Data List question
Aaron - 11 Feb 2006 3:15 AM - 2 messages
Howdy, I have a datalist(datalist1) that is getting data from an xml file(query1.xml) Here is the layout of the xml file. How do I binding the xml file to display all the supporters/name <query1> ...
Score How to set up Asynchronous in connection string?
kai - 11 Feb 2006 1:49 AM - 5 messages
Hi, I run a ASP.NET 2.0 sample program and get the following message: Set "Asynchronous Processing=true" in the connection string. But I cannot find the place to set it up, please help. Thanks kai ...
Score Default page names?
Ken Spreitzer - 11 Feb 2006 1:25 AM - 3 messages
Hi, all. This should be a simple question.  What are the default page names when the web site is running ASP.NET? I'm referring to the list that you see when you run the IIS Mgr and choose a ...
Score How can I extend the ASP.NET DataGrid ?
Rick - 11 Feb 2006 12:55 AM - 4 messages
If I create a class that inherits from the asp.net datagrid, and the enhancements only relate to the codebehind, what does the grid's html look like in design mode? I mean, whereas I might have an unadorned DataGrid as ...
Score How-to force Profiles to use SQL Server 2000
Saber - 11 Feb 2006 12:32 AM - 6 messages
I've not installed SQL Express and want to use SQL Server 2000 instead, I want to use SQL Server address instead of App_Data folder. web.config contains: **************************************************** <anonymousIdentification enabled="true"/> <profile> <providers> <add name="ProfileProvider2" ...
Score For Each Statement
Stephen - 10 Feb 2006 11:41 PM - 3 messages
Hi is there a way of using for each statement to increment by a value? say For each File in Arraylist     'Do something next 4 (or something) Thanks, stephen ...
Score ASP.NET Code Generator
AA Computer Services - 10 Feb 2006 11:10 PM - 2 messages
ASP.NET Code Generator is a time-saving development tool that generates three-tier ASP.NET application code based on user-customizable code templates and user-defined data schema. It generates SQL stored procedures, business class code (C#), ASP.NET HTML pages and their code-behind files. It ...
Score config file using .net 2.0
Ashish - 10 Feb 2006 9:49 PM - 4 messages
I am writing a business layer component and want to store some configuration parameters for it, i dont want to use web.config of the web application that would use this business layer because of testing reasons... I created a file called Mydllname.dll.config file and set the build ...
Score Events and how to use them (c#)
Tarun Mistry - 10 Feb 2006 9:18 PM - 3 messages
Hi everyone, im trying to follow the example given here [link] (in VB) to pass data from a user control back to the calling page. Here events are used, however I have no experinace with them and looking at exisiting examples is really ...
Score SmartNavigation won't work on server
Rudy Ko - 10 Feb 2006 8:26 PM - 4 messages
Hi,     I have a long site with SmartNavigation on. It works on my developing machine. When I published to server, it doesn't work on any machine. What do I miss? Anybody know? Thank you for any kind of help. ...
Score passing value datagrid
Donkey - 10 Feb 2006 8:19 PM - 3 messages
Hi, Despite the many examples i can't find the right way to pass a value of a datagrid to another form. So could someone please explain me what i am doing wrong. so i have a datagrid with an invisible column and a templatecolumn with ...
Score ASP.NET application load time after some change
Ravi Ambros Wallau - 10 Feb 2006 8:14 PM - 5 messages
Hi:     We developed a set of ASP.NET Web Applications that never runs in stand-alone mode, but always inside a portal (Rainbow Portal). All modules are copied on that portal.     My question is: load time takes, sometimes, three or four of minutes in ...
Score Null reference
MasterChief - 10 Feb 2006 7:52 PM - 6 messages
I was wondering if somebody could look at my code below. It is deleting the boxes that I chose out of the database but I am getting an error at the line below. It says that I am referencing a null object. ...
Score How can I tile an Image over top of a DIV tag?
JeffDotNet - 10 Feb 2006 7:45 PM - 4 messages
I have an application (asp.net 2.0) that allows people to review documents.  I need to place a tiled image (a ‘Void document Not accepted’ graphic) on top of a div.  The div will have an asp:label to display the document and some ...
Score Embedded Media Player
codepuller - 10 Feb 2006 7:38 PM - 3 messages
I have a embedded media player into an ASP.NET web page and it all works except for the first time the page loads, when the user clicks on the play button, the player acts like it is going to play and then it stops. When I ...
Score can I publish changes only in 2005?
The Colonel - 10 Feb 2006 7:13 PM - 4 messages
I'm using Studio 2005.  Seems no matter what, I get the "Existing files in the destination location will be deleted" prompt, then of course it takes forever because it moves EVERYTHING over again. ...
Score file feed
CsharpGuy - 10 Feb 2006 6:28 PM - 5 messages
I'm getting a text file formatted like this: Car VIN: 1252532525253 Make:  BMW How can i get only the number out of there? ...
Score BinaryWrite or OutputStream.Write
PrePort - 10 Feb 2006 6:13 PM - 3 messages
The goal here is to return a dynamic image from an HttpHandler that I have written. 2 questions 1. I am reading the images into byte[] fine and cacheing them fine, but what should I use to deliver the image to the client? ...
Score Set TimeZone for an ASP.NET Web App
Dotnet Gruven - 10 Feb 2006 6:07 PM - 3 messages
Hi, If a server is physically localled in CST and is shared, how can one create a Web Application on that server that has its timezone for EST??? I've seen other threads in this group that talk about using UTC/GMT and also ...
Score Can't get around STAThreadAttribute
SAL - 10 Feb 2006 5:19 PM - 11 messages
When the following code is excuted from my .apsx page:     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click         Dim test As New MyTestClass ...
Score Not your usual bonehead ASP.NET permissions issue...
Kirk - 10 Feb 2006 5:18 PM - 3 messages
My web page needs to start a process on the server that runs as a domain user so it can access the network.  I'm using web services and the new feature in .NET 2.0 that lets you start a process as a ...
Score Timeout uploading large files
Steven Berkovitz - 10 Feb 2006 5:02 PM - 2 messages
Hi there, I am having a problem with an ASP.NET 1.1 application running on II6.  When uploading large files, the attempt seems to timeout (in the form of a IE DNS error) after about a minute even though I have adjusted the executionTimeout ...
Score change from "//localhost:numbers/" to just "//localhost/"?
KenLee - 10 Feb 2006 4:36 PM - 6 messages
help: how can I change from "//localhost:numbers/" to just "//localhost/"? I can see the web pages using "//localhost:numbers/"  instead of ""//localhost/". I use asp.net 2.o. and windows 2000. how can i set up  from "//localhost:numbers/" to just "//localhost/" so that ...
Score crystal report viewer in landscape
Ralf - 10 Feb 2006 4:33 PM - 3 messages
I posted under a different subject earlier, no responses.  I have changed the question somewhat. Is there a way to have the report come up in landscape, not just print in landscape?  I know how to get it to print in landscape no problem. ...
Score AJAX + ASP.NET
Griff - 10 Feb 2006 4:32 PM - 12 messages
The use of AJAX as an approach seems to be taking off. Is this correct, or have I just read the hype? Is Ajax a proven approach that one should look at for building high-load websites? If yes, can anyone recommend good reading material? ...
Score Custom HTML Control Tags - Lets Try Again :)
Tarun Mistry - 10 Feb 2006 3:30 PM - 2 messages
Hi all, firstly appologies for the earlier stupid post. Ok, I am using a repeater to make a table. This will be used to allow the user to select a particular object (the table displays the contents of an ArrayList of objects). ...
Score text file
CsharpGuy - 10 Feb 2006 3:30 PM - 2 messages
I have a text file that i have to read and insert into a database table. The files has over 30 lines of data in it, I need to start inserting data from line 8 in the file. How can I start inserting the data from line 8 of my text ...
Score How do I set the CssClass for a GridView sorting link?
rob - 10 Feb 2006 3:13 PM - 2 messages
Hi, If I set "AllowSorting=true" on a GridView in ASP.NET 2.0, it adds a hyperlink to the top of each column. How do I apply a CssClass directly to that hyperlink? I've tried every property I can find. ...
Score Using american dates by default
thechaosengine - 10 Feb 2006 3:09 PM - 8 messages
Hi guys, I'm developing a web app on a UK computer. When I put a date into a textbox, its in the format DD/MM/YY. The DateTime object takes that in and handles in perfectly. Now, I need to start using the american format MM/DD/YY. ...
Score Help! Delete a project in Visual Studio 2005
Progman - 10 Feb 2006 2:52 PM - 4 messages
How to delete project in Visual Studio 2005 ...
Score PostBackURL to new window
bill - 10 Feb 2006 2:28 PM - 4 messages
I am using Visual Web Developer 2005. Can I use the button PostBackURL to open a second web form in a new window, instead of replacing the current page? Thanks Bill ...
Score 'Timeout period elapsed prior to obtaining a connection from the pool.' - Please help.
UJ - 10 Feb 2006 12:48 PM - 2 messages
We have recently started getting the following error message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ...
Score Duplicate custom controls
Tumurbaatar S. - 10 Feb 2006 12:36 PM - 4 messages
Hi! I created some user control (ASCX) and it works fine. The control is created one of subfolders of my project, so its namespace looks like: namespace myproject.subfolder1 {     public class route : System.Web.UI.UserControl .... In another subfolder I also created second control, but ...
Score List files in a directory, modify name.
Øyvind Isaksen - 10 Feb 2006 12:26 PM - 4 messages
Hi, I have made a code that list all files in a directory on the server. It works fine, but I need to modify the filename (remove the 7 first char in the name) that is displayed in the datagrid. ...
Score Transactions in ADO.Net or in the Database?
NH - 10 Feb 2006 12:22 PM - 2 messages
Is it best practice to handle transactions in ADO.Net or in the database level within stored procedures? ...
Score Why use disconnected datasets?
NH - 10 Feb 2006 11:45 AM - 5 messages
Ok, the reasons I see for using them are: 1: Database portability 2: Improved Performance on Database server as it has less work to do The disadvantages... 1: Uncessarily comlicated to handle updates back to the database If I am not concerned about database portability and the load on the ...
Score Referencing the data within a sqldatasource dataset
Neil - 10 Feb 2006 11:13 AM - 2 messages
Is it possible to reference the dataset of a sqldatasource from code? I've looked at the properties for the sqldatasource but don't see anything obvious. In particular, I have a bit field in the dataset that identifies if the ...
Score browser compat issue
AVL - 10 Feb 2006 10:40 AM - 4 messages
Hi, I've a issue in browsing web pages in netscape. I've a multiline text box on my web page. the word wrap for the multiline text box is not working in netscape...it's extending towwards the right ...
Score Datagrid at sort postback how can i retrivie the sortcommand before binding?
Pablo - 10 Feb 2006 9:33 AM - 2 messages
Hi! I try to create a custom DataGrid and i need to retrive the SortExpression that i send when i click on the header of a column. Ok i know, i can handle the OnSortCommand event. But i don't want to create an handle function in the code behind. ...
Score How to Store web pages to local disk using httpwebrequest
Indiresh - 10 Feb 2006 8:43 AM - 4 messages
Hi all, I have a problem downloading web pages to my local system. I am using the HttpebRequest class to query a web site and get the response from the same. UndNow, when i asy a web page, all the images and support files such as JS ...
Score Occurence of Char!
Mr Ideas Man - 10 Feb 2006 7:01 AM - 4 messages
Hi all, Can anyone tell me if vb.net contains a function that can tell me the number of times a character appears in a string. For example: Given the value ",34," the function would report that ',' occurs twice. Cheers, ...
Score Wierd Warnings: mailSettings modification results in many web.config messages
VB Programmer - 10 Feb 2006 6:27 AM - 3 messages
When I change my "from" and "host" I get a slew of web.config messages... Here's the mailsettings...   <system.net>     <mailSettings>       <smtp from=***@mydomain.com"> ...
Score asp.net control to run in web page like just COM
vikas - 10 Feb 2006 5:42 AM - 4 messages
Hi All, I need to run a ASP.NET (C#) native compiled binary on a web page. COM runs using a OBJECT tag, I need to know how can a .net control run in the same manner. If possible, what are the browser constraints if any. ...
Score IE's view source not showing what is actually being displayed
jwwishart - 10 Feb 2006 5:24 AM - 7 messages
For some reason I'll view an aspx page and... 1. Scripts that I add (using the RegisterStartupScript method of the Page object) dont show up in the source(IE->View Source)even thought I know that the scripts are registering fine in every other page. ...
Score setting the focus to a textbox in a user control
Sridhar - 10 Feb 2006 2:22 AM - 3 messages
Hi,      I have a question. I have created a user control which contains a textbox and a button. we will enter some search word in the textbox and hit the button. Then we will get a pop-up with the listbox that contains the ...
Score datagrid columns
R Riness - 10 Feb 2006 1:39 AM - 3 messages
I have a datagrid that's using a dataread to display rows from SQL Server. I have autogenerate columns turned off. When I add columns in code behind (VB), I don't get the columns displayed correctly. If I add the columns in the web ...
Score ISSUE WITH CONFIGURATION - ASP.NET 1.1 /2.0 Side by Side
RHP_74 - 10 Feb 2006 12:45 AM - 2 messages
I have the following application structure on my web server: -- (http://localhost) -  Root application: ASP.NET 2.0 ----- (http://localhost/folder): Virtual Directory - ASP.NET 1.1 Both apps have been configured to use the correct version of the framework, ...
Score DLL Question
Jesse Johnson - 10 Feb 2006 12:38 AM - 3 messages
I am somewhat new to ASP.NET with C# and have a questio nabout DLL's I have been looking for. How would I take my class and turn it into a DLL to reference it from my .net web forms? Some people say when you build the app ...
Score Multiple developer environment
Beegee - 10 Feb 2006 12:24 AM - 2 messages
Hi Please tell me how multiple developers update different pages simulatneously. Scenarios like one of the page being edited by other developer has error, but I want to compile and run my page for testing. Let this project with VSS. ...
Score http or https - detectable?
VB Programmer - 9 Feb 2006 11:39 PM - 3 messages
Is there a way (ASP.NET) that you can tell whether the users browser url is using the secured https protocol or the usual http protocol?  Thanks... ...
Score inline code in a server control
Gentian - 9 Feb 2006 11:37 PM - 3 messages
I have a datalist bound to a dataset. In the Items template I have a Image which was supposed to changed depending on a certain value retrieved from the dataset. I have the ImageUrl attribute for the Image which I want to change ...
Score VSS 2005 and VS 2003 question
Learner - 9 Feb 2006 11:11 PM - 4 messages
Hi there, I have one another question on VSS 2005 and VS 2003. We had few projects built in VS 2003 and we had all of those projects under the VSS 6.0 until now. But as part of our development environment ...
Score ASP.Net 2.0 - refering to the web page class
Nick Zdunic - 9 Feb 2006 11:05 PM - 4 messages
Just loaded up ASP.Net 2.0 and found that I can't refer to a specific web page class from another class. For example: Partial Public Class _Default     Inherits System.Web.UI.Page End Class In another class defined in tha project, I get a Not Defined error ...
Score 2 projects under 1 solution
CsharpGuy - 9 Feb 2006 10:51 PM - 7 messages
I currently have a web project that references another projects DLL (its the datalayer), and I have the DLL (copy to local = true) but when I make a change to the datalayer DLL (project) I have to phyiscally copy the DLL to ...
Score File Upload Issue.
Kalpesh Modha - 9 Feb 2006 10:34 PM - 6 messages
Hello. If I upload a 1MB file this works ok.  However if I try to upload a 10MB file, I get a IE page saying page can not be displayed.  I am running IIS. Is their a limit on a allowed file size ? ...
Score Global.ASAX using Statements?
xenophon - 9 Feb 2006 9:37 PM - 4 messages
I tried to put "using System.IO;" in my global.asax and Visual Studio 2005 would not let me compile. Why? Thanks. ...
Score add Another row to GridView Footer-
NewTel - 9 Feb 2006 9:27 PM - 2 messages
Hi This code works great but it only adds the one row. I need a second one. How? Thanks! Protected Sub grdExcel_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) If e.Row.RowType = DataControlRowType.DataRow Then ...
Score ASP.NET 2.0 Namespaces?
xenophon - 9 Feb 2006 9:26 PM - 5 messages
I have a simple ASP.NET 2.0 site. I have created one page in the site root, and another within 3 subfolders. The first page has a namespace signature of "TestSite". The second page is "TestSite.dir1.dir2.dir3". ...
Score get an output value from a stored procedure using sqlDataSource
michelle - 9 Feb 2006 9:13 PM - 4 messages
I am trying to get an output value from a stored procedure using sqlDataSource in asp.net 2.0.  But I only get a null value for the output.  Can someone please help? The sqlDataSource: <asp:SqlDataSource ID="DataSource1" runat="server" ...
Score add a second row to footer of gridview
NewTel - 9 Feb 2006 9:06 PM - 2 messages
Using this code only gives me one new row. I need a second for some other calculations. How? Protected Sub grdExcel_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) If e.Row.RowType = DataControlRowType.DataRow Then ...
Score How to get valid XHTML from the framework????
Alan Silver - 9 Feb 2006 8:54 PM - 9 messages
Hello, I thought that ASP.NET 2.0 was supposed to output valid XHTML 1.0. I've just spent a very frustrating time trying to fix all the validation errors in framework-produced code. I posted previously (but haven't had any replies yet) about the ...
Score Bug when attaching data to thread
Mike W - 9 Feb 2006 8:43 PM - 3 messages
I am using thread.GetNamedDataSlot  and thread.SetData to attach data to a thread inside of a class library which in turn is used by an asp.net 2.0 application.  For the most part it works but we are getting sporadic problems ...
Score retrieving private property from shared public function
Jon Paal - 9 Feb 2006 8:19 PM - 3 messages
In a 2.0 vb code class, I have a private property and a shared public function The property value has already been passed into the class, now I am trying to use a public finction which also needs the property ...
Score Datalayer .NET 1.1
hecsan07 - 9 Feb 2006 7:54 PM - 3 messages
Hey I am looking for an article or a tutorial to creating a DataLayer utilizing ..NET 1.1. Everything I dig up lately is only for .net 2.0. We are not quite ready yet to implement that in my company. ...
Score Usercontrols passing data back to the Page object
Tarun Mistry - 9 Feb 2006 7:43 PM - 5 messages
Hi, i have a page with a user control on it, the uc is a form with a submit button. On submitting, how do I make the call get picked up by the webform the user control is in? Alteratively, is it possible to post to a different .aspx page? ...
Score No Web Site Administration Tool after Deployment??
cmay - 9 Feb 2006 7:41 PM - 6 messages
I am finding this hard to believe... Is there really no way to access the Web Site Administration Tool when a site is deployed? I know I can open it on my local computer running VS.Net, but what about live production sites that are supposed to use this technology? ...
Score problem with <asp:HyperLink ------
newhorizon - 9 Feb 2006 7:40 PM - 6 messages
I am trying to let the users test if their web adresses are working or not. so they input their web adress and click a button and then the asp:hyperlink will point to their website. the problem is when they ...
Score Basic question
gralet - 9 Feb 2006 7:15 PM - 5 messages
Hi, How can I make a default button in asp.net for a web form? (when I press ENTER it calls the event click of the button) thnks. ...
Score Need Help with user control
WW - 9 Feb 2006 7:14 PM - 3 messages
I have created a web user control  and it work fine from my aspx  page and I can access its valuse  from my aspx page  using Run at server  attribute. BUT there are some page where I am using code behind files. The problem is ...
Score Process continues after stop
Chip - 9 Feb 2006 6:52 PM - 5 messages
Can somebody explain to me why my process continues to run after I halt execution? This plays havoc with debugging. I expect to be starting a new instance at the beginning of a loop and the first break point hit is ...
Score asp.net visual web developer 2005 express code align to left
NewTel - 9 Feb 2006 6:51 PM - 6 messages
in code view- all my code is aligned but it is shifed half way across the page- it is an eror. how can i fix? thanks ...
Score GridView -Running sum
NewTel - 9 Feb 2006 6:37 PM - 3 messages
Hi - I'm using gridview One of the fields needs to be totalled at the bottom. How can I do that? thanks!!!!! ...
Score Anyone have the secret to Layout Position on web pages?
Rob R. Ainscough - 9 Feb 2006 6:23 PM - 3 messages
I'm at a new level of frustration just trying to get my controls to line up and stay in place. I'm using a MultiView containing 4 views - some views have Panels.  I can't use absolution position on my controls because in MultiView that means when ...
Score Issues With User Control Embedded Into Web Page Since Installing .NET 2.0
Markus Kling - 9 Feb 2006 6:15 PM - 4 messages
Hi, I have a rich Forms UserControl which is embedded into a web page. Since installing .NET 2.0 on the clients, the control stopped loading completly. - I disabled security completly using caspol -s off => no effect - I enabled fussion logging => no single entry generated ...
Score "Failed to access IIS metabase" on XP
Clint - 9 Feb 2006 6:04 PM - 5 messages
All, I can't seem to find a solution to this problem. I'm not sure if this is a Visual Studio problem, a .NET Framework problem, an IIS problem, or an ASP.NET problem, so please stick with me ... ...
Score Gridview - conditional formatting
Not Me - 9 Feb 2006 5:02 PM - 9 messages
Hey, In order to customise rows on my gridview control, I've some code in the RowDataBound event, that works on each row, altering it's attributes.. for example I have: If gvResults.DataKeys.Item(e.Row.RowIndex).Values.Item(1).ToString() = ...
Score Web service that is able to receive a xml "POST" and process it
Jay - 9 Feb 2006 4:52 PM - 5 messages
Hello all, I was wondering if someone can point me to a tutorial that show me how I can set up a web service that can listen for me to send a POST from a client? like so Client sends http POST to [link] The ...
Score Basic ASP.NET application scope question
pinorama123 - 9 Feb 2006 4:27 PM - 7 messages
I have an ASP.NET application that contains a few classes that I have built. One of my objects is a user object. I have a pretty basic question about how this would work. If I have multiple users logging into my application and using the user ...
Score Passing nulls to cmd parameters
dew - 9 Feb 2006 4:27 PM - 7 messages
I am using sql to modify data, using parameters.  However, if I set the datatime to any other than a varchar, it bombs if the user enters a null value.  How am I supposed to handle this.  Set param.Value to ??? ...
Score What should I do webapp or webservice + webapp?
jhooper71 - 9 Feb 2006 4:15 PM - 7 messages
It's been recommended to me to use a webservice and XML for the data manipulation layer for web applications in .NET 1.1.  I was thinking I could use the web service to extend the database interface to a Smart ...
Score DropDownList: MaxDropDownItems ???
Kimon Ifantidis - 9 Feb 2006 4:10 PM - 4 messages
Is there any way to set the maximum number of items of a DropDownList when dropped down? I tried but could not find out how to do that. Thanks Kimon ...
Score Internet - Intranet Data Dilema
asdf - 9 Feb 2006 4:07 PM - 6 messages
Hi, Currently, I have one database for Intranet clients on the server behind the firewall. But I was asked to allow the extranet users to access the same data. From the security perspective what is the best way to make that data ...
Score Download Application Center Test.
CdSlc - 9 Feb 2006 4:01 PM - 3 messages
Is there some way that I can download only the Application Center Test tool rather than going through the .NET 2003 Enterprise CD? Thanks. ...
Next » 2 3 4 5 6 7 8 9 10