|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
now obsolete
newhorizon -
19 Nov 2005 10:11 PM - 2 messages
I was planning to use "RegisterClientScriptBlock" for some clint side scripting. I look up the documentation and suprisingly i saw that it says ""This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] ...
Tables in VS2005
Frank Rizzo -
19 Nov 2005 9:21 PM - 2 messages
Hello, I am new to ASP.NET and my question, I suspect, is a simple one. I want to implement comments for an article. A single comment consists of a table with 2 rows in it (author info and the comment text). Some ...
Data
devo -
19 Nov 2005 9:07 PM - 2 messages
All- I need to format my datagrid so that each row within the datagrid shows two rows of data from the underlying dataset. Basically it is to reduce the length of the resulting html page. The ItemDataBound event on the datagird fires for each bound row which ...
debug symbols VS 2005
cisco -
19 Nov 2005 8:13 PM - 9 messages
I'm starting up the development server myself and using the "Startup Url" property of the web project. The problem is i cannot debug. The debug symbols are never loaded. I realize they are under the temporary internet files folder but I have even tried using the new depoloyment addin-in but ...
Exchange calendar in my website
NeedToKnow -
19 Nov 2005 7:44 PM - 3 messages
We are developing a website and to personalize it would like to have a link to the user's web calander. We are trying to use asp.net 2.0. What is the best way to get this done? ...
Master Detail page problem
Jon Paal -
19 Nov 2005 7:37 PM - 1 message
using VWD, Master/detail example page is not working correctly. Selected row from gridview does not display in the detailsview. Detailsview always shows the same record, and never changes, regardless of gridview selection. How do I pass the SelectedDataKey.Value from the gridview to detailsview in VWD ? ...
register dynamic javacript with RegisterStartupScript
Jason Chan -
19 Nov 2005 5:49 PM - 2 messages
I have a paging datalist which show a list of thumbnail. Above the datalist there is a dropdown to jump to different paging. On Page_load, I bind the datalist according to the current page. On the same time, I have to generate a dynamic javascript to load the image ...
prompt IE dialog box in asp.net 1.1
Venedict -
19 Nov 2005 5:48 PM - 5 messages
Hi All, i'm writing an asp.net 1.1 web page. How to prompt an error message to user just like windows form in asp.net 1.1 and how to get the response from there? Thanks in advance. ...
VS.NET 2005 Copy Web FTP command via proxy server
GlennDoten -
19 Nov 2005 5:30 PM - 1 message
Has anyone been successful in getting the new Copy Web command in VS.NET 2005 to see the destination FTP server by somehow specifying a proxy server/firewall. I can connect to the dest. website fine with WS_FTP because it lets me specify a firewall it should connect through. ...
Changing a theme, just for the current user, on-the-fly??
RCS -
19 Nov 2005 5:06 PM - 3 messages
I would've thought this would've been asked before, but I could find an answer anywhere. I have two Themes, I'd like to have a dropdown (which I can populate from the directory structure) - but how can I change the theme for a user? I have ...
What event is fired after authentication?
Jeff -
19 Nov 2005 4:59 PM - 2 messages
Hello, Using the login controls - what event is fired immediately following user authentication? I've tried the 'LoggedIn' event - but the user is still not authenticated? Thanks ...
vbc.exe and assembly info
Chris -
19 Nov 2005 4:48 PM - 1 message
When I compile using vbc.exe, I can't afford vs.net just yet, how do I specify the information that is usually in the assembly info file, such as version number and location of the strong name file. Can this be included in ...
How to modify the default page flow in ASP.NET
Robert Rotstein -
19 Nov 2005 4:33 PM - 4 messages
I have a homework assignment to create a simple web site and, in certain circumstances, to alter the default sequence of pages displayed -- for instance, if the user attempts to visit a page before being authenticated, he is to be directed to a special page, instead of the ...
asp .net 2.0 and configuration tool for sql provider
Carlos -
19 Nov 2005 3:31 PM - 7 messages
Hi all, I am trying to configure a sample website under asp .net 2.0, and play with the security provider. I already have the aspnetdb db, but when I go to the security tab for the asp configuration tool, a connection can not be ...
img onClick problem
Jason Chan -
19 Nov 2005 3:10 PM - 4 messages
I create a webpage contain a table of thumbnails (around 30). Since the thumbnails is generated on the fly, it take some time to load all of them, around 15s. On each image, I have a onClick listener to open the larger version of ...
Gridview not visible when using a Theme
Edward -
19 Nov 2005 3:04 PM - 2 messages
On mine ASP 2.0 page I've two gridviews. The second depends on the selected value of the first one. Everything is working ok. When selecting a row from the first, the second gridview is displaying information based on the ...
update to asp.net 2 only for one single website
Alexander Widera -
19 Nov 2005 1:20 PM - 4 messages
hi, how can i update one single website to asp.net v2.0 ? The other websites should stay v1.14 ... thanks, alex ...
Event Bubbling .NET 2.0
comzy -
19 Nov 2005 10:51 AM - 8 messages
I have created an event bubbling for my pager control which is used for implementing paging in data grid. Althoug it worked very fine in .NET 1.1 it is throwing the following error after i migrated it to .NET 2.0 ...
Encryption / obfuscation of form variables
Mark Rae -
19 Nov 2005 9:53 AM - 1 message
Hi, I mainly use PayPal for eCommerce, but one of the features which I don't like is the fact that you pass shopping cart data to their payment gateway by means of hidden form variables, e.g. <form id=paypal> ...
Excellent openings for an MNC Client in Blore for java,c++,.net & Testing Professionals
recruiter2944 -
19 Nov 2005 9:09 AM - 1 message
Hi, Excellent openings for an MNC Client in Blore for java,c++,.net & Testing Professionals – Greetings! pleased to inform you that we are a leading placement consultant in Bangalore. And our international operations are in US, UK & Saudi. ...
Atlas question - works from one page not from another
Don -
19 Nov 2005 8:59 AM - 2 messages
I have a user control that uses Atlas to call a web service. I drop this control on a page in the root directory and it works with no problem. I then add the control to another control, which is on ...
windows XP + IE + Filecontrol
Kamal -
19 Nov 2005 7:37 AM - 1 message
Hai, I have a appliation to upload a image file . I placed following controls in my page. 1. File control 2.Link button. When i click the link button my application will read the data from the file control box(even it is a url path). It is perfectly working in all the platform and ...
VS2005 and DOCTYPE in Web Forms
Chris Botha -
19 Nov 2005 6:53 AM - 7 messages
I am porting an existing 2003 project to 2005. Yesterday I found that some of my Java script did not want to work. After eventually examining the HTML view of the new and old form for differences, I noticed the DOCTYPE lines ...
Accessing the same dataset only once
thomson -
19 Nov 2005 6:14 AM - 1 message
Hi all, i do have an Item Class, which has few properties like Item Code, Uom, Quantity, In my form i do have a grid and few controls in which corresponds to ...
How to name BoundColumn to set Visible flag in Code Behind?
Randall Parker -
19 Nov 2005 6:02 AM - 3 messages
One can set individual controls in Code Behind by giving the controls ID names and then declaring corresponding objects for them in Code Behind and then setting Visible = false or true for each such named control. So far so good. ...
Quantifying Availability
Jeremy -
19 Nov 2005 5:13 AM - 5 messages
How can I prove uptime (or quantify downtime) on an ASP.NET 1.1 Web application (running on an IIS6 Windows Server Standard server)? What's going on here is that I'm considering the feasability of claiming or at least establishing some percentage of availability for our production Web ...
aspnet_merge
Brian Pearson -
19 Nov 2005 5:11 AM - 4 messages
Hey, The aspnet_merge utility looks really good for me because I need to deploy 1000's of pages (not just to one prod server, but to dozens). However, it seems to require that 2 .compiled files for each of my pages (one for the ...
Configuration Application Block
bhavikkgandhi -
19 Nov 2005 4:55 AM - 1 message
Hi, I plan to use the Configuration Application Block provided by Microsoft and would like to read and write from the XML file. My XML file format is as follow: ---------------------------------------------------- <RootNode> <Header HeaderName="xyz" Key="1"> ...
Selecting and Highlighting Multiple Rows in a DataGrid
.NETn00b -
19 Nov 2005 4:01 AM - 1 message
I am looking for an example that shows how to select and highlight multiple rows in a DataGrid. My DataGrid is part of a Web User Control which is contained in an ASPX page. I haven't been able to find any examples which demonstrate how to do ...
Selecting and Highlighting Multiple Rows in a DataGrid
Bob Loveshade -
19 Nov 2005 3:45 AM - 2 messages
I am looking for an example that shows how to select and highlight multiple rows in a DataGrid. My DataGrid is part of a Web User Control which is contained in an ASPX page. I haven't been able to find any examples which demonstrate how to do ...
Trouble creating New Project on localhost...
.mishcozii -
19 Nov 2005 3:31 AM - 2 messages
I want to create a new ASP.Net project on this path in Visual Basic.Net: "http://localhost/WEB3.Theorie" I configured the 'WEB3.theorie' folder so that my ASP.Net account can access it... But I always get the same error >> ...
how can i find usercontrol in Formview
mike -
19 Nov 2005 3:13 AM - 1 message
Unable to cast object of type 'ASP.gallery_gallerywrite_ascx' to type 'Gallery_GalleryWrite'. first, error message is like this, Gallery_GalleryWrite is usercontrol that contained in GalleryList that is another usercontrol so...in GalleryList class i'd like to find id of Gallery_GalleryWrite class so i wrote my code like ...
HyperLink + Javascript + DataItem=Problems
Elmo Watson -
19 Nov 2005 3:07 AM - 2 messages
Ok - I've got a datalist - in the template, there is a hyperlink, in which, I need to dynamically use the record's ID inside a Javascript function (a popup window function, which works perfectly with implicit ID) The problem I think, is where to put the single and double quotes - I get a ...
ASP.NET 2.0 Master Pages
dm1608 -
19 Nov 2005 2:51 AM - 3 messages
Hello, all. I'm new to ASP.NET 2.0 and have been using Dreamweaver MX 2004 for about 2 years now and PHP. When I heard ASP.NET 2.0 allows master pages, I thought that I should give it a try. One of the things I was ...
publishing to iis 5.1
Brad -
19 Nov 2005 2:27 AM - 12 messages
I am having problems publishing to IIS. I have my static ip address now nad have redirected my domain name to it. Before in using VWD, I just copied the site to IIS and internally useing localhost/default.aspx this worked. Now I cannot even do that. ...
Copying DataRows to another DataTable
Nathan Sokalski -
19 Nov 2005 1:33 AM - 6 messages
I am writing an ASP.NET application in which I need to copy DataRows from one DataTable to another. When I use code such as the following: temprows = nodes.Select("state='PA'") temptable.Clear() For Each row As DataRow In temprows ...
Resize Content Place Holder in ASP.NET 2.0?
andchoi -
19 Nov 2005 12:18 AM - 6 messages
I must be the dumbest ASP.NET 2.0 developer, because despite many different attempts, I am unable to resize a content place holder in the master page... Can anyone clue me in? It seems that the "resize grip handle" won't ...
aspnetdb in MYSQL?
sehat.rosny -
18 Nov 2005 11:56 PM - 1 message
Hi, Any body know if there is exist an aspnetdb for MYSQL (commercial or free) ? Thank you in Advance. Rosny ...
Could Not Load Type Parse Error
Brite -
18 Nov 2005 11:45 PM - 3 messages
Ok, i've spent almost 2 full days trying to get this to work. I've rebuilt the crap out of this project, namespaces are the same, myuser, ASPNET user, and everyone else has full permissions to the ladder to my ...
Windows Forms UserControl Hosted in IE now loads in 2.0 framework instead of 1.1 on dev box
Keith -
18 Nov 2005 11:38 PM - 5 messages
Please help. I've been developing a windows forms user control to be hosted in IE/ASP.NET. The control is developed in .NET v1.1, and for now I'll need to keep it in that version. Recently I installed .NET 2.0. Now the control ...
Executing DOS commands from ASP.NET
Daniel Portal -
18 Nov 2005 11:17 PM - 3 messages
Hi there, I'm trying to execute a DOS command thru ASP.NET. I tried to use Console.Write("myCommand") but doesn't seem to work. Does anybody knows how can I do it? ...
Redirect to 404error page YET return 404 Status Code
Pat Carden -
18 Nov 2005 10:58 PM - 8 messages
I'm trying to provide a better user experience by redirecting my users to a "Page Not Found" page, using a Custom Errors directive in Web.Config. The problem is I need to return a 404 error code to the browser (or spider) ...
.NET 1.1 TreeView Control?
nullref -
18 Nov 2005 10:57 PM - 8 messages
Hello, I am looking for recommendations for a TreeView component that can handle a large set of hierarchical items? Not huge, about 1,000 nodes or so. Any comments/suggestions? TIA. Cheers! ...
What materials ?
Jarod -
18 Nov 2005 10:45 PM - 3 messages
Hey What materials are you using to develop your progamming skils ? Reading books / articles / courses / MSDN ? I don't put it writing code and experimenting because it's obvious but I am curious how do you start with the new technology ? I prefer read a lot , understood and than start to ...
detect https
SJ -
18 Nov 2005 10:01 PM - 7 messages
How would I detect if a server is running securely (https) or not? -SJ ...
Can't decode cryptic message
Brent White -
18 Nov 2005 9:49 PM - 1 message
Can't post in MSDN forums, but am using VS .NET 2005 I have a Crystal Reports 10 project that I deployed to our intranet server with hopes of moving off of Crystal Enterprise 8, which was overkill. This report brings up a page to add states to the record selection ...
Web User Control Physical Path
John Smith -
18 Nov 2005 9:31 PM - 3 messages
Is there a way to programmatically retrieve the current executing ASCX file (similar to Request.PhysicalPath())? Scenario: - User goes to http://.../default.aspx - Within the default page I have a web user control page executing. If I put the Request.PhysicalPath within the CodeBehind for the ASCX file, then I ...
cookies for domains.
Ashish -
18 Nov 2005 9:28 PM - 2 messages
hi guys, Iam creating a web application that is going to be split between two domains, i need to connect sessions of the same user between domains. I can see that when the reqyest goes from one domain to another, the ...
Preserve Scroll Position
parm -
18 Nov 2005 9:19 PM - 4 messages
How do I preserve scroll position of a parent page when displaying a popup modal page. I have a page with a data grid on it (datagrid itself has no scrollbars, only the datagrid page has scrollbars), when I click ...
ASP 2.0 Webpart Connections
news.microsoft.com -
18 Nov 2005 9:18 PM - 1 message
I am having some trouble with my webpart connections on postbacks. I basically have two webparts in the same zone, 1 provider and 1 consumer. The provider has a dropdown list and submit button and the consumer has a text box that displays data depending on what is selected in the provider. ...
Concurrency Checking - SQL Server Rowversion - Stored Procedures ASP.NET Command
Bari Allen -
18 Nov 2005 8:45 PM - 6 messages
I'm trying to test for concurrency, using a SQL Stored Procedure on a RowVersion (timestamp) Field. The vb code I'm using is as follows Dim cmd As New SqlCommand("ConcurrencyCheck", cn) Dim intID as integer = MyDataset.Tables("MyTable").Rows(0).Item("ID") ...
how to stop page processing on server
Oleg -
18 Nov 2005 7:57 PM - 1 message
Hi, I'm running crystal reports using CrystalViewer control. some of the requests are running for too long and hogging the web application. Is there a way to set a page to be processed only up to 5 min for example and ...
Callbacks in ASP.NET 2.0
Mark -
18 Nov 2005 7:37 PM - 2 messages
I've a couple of questions to ask about callbacks in ASP.NET 2.0. Apparently they changed since beta 2 (and those in charge of the MSDN didn't get notified), because RaiseCallbackEvent() now returns void and there's a new method in ICallbackEventHandler called ...
viewstate - events - page lifecycle
Petr SIMUNEK -
18 Nov 2005 7:23 PM - 2 messages
I have 3 buttons on the page. (Created dynamicaly inside For- next loop and hooked up to click event.) When different button is clicked i would like to save a different value to viewstate. In the same run I want to read this value from viewstate and load page back ...
Making text of asp:abel dependent on value of asp:calendar control
Hans Merkl -
18 Nov 2005 7:18 PM - 3 messages
Hi, I have a web form with a calendar control and a label. The label is supposed to always show the selected date of the calendar control. Now I am wondering where the best place is to put the code that assigns the value of ...
ASP.net and Oracle error System.Data.OleDb.OleDbException
petro -
18 Nov 2005 7:15 PM - 6 messages
Hello all, My asp.net web application works on my machine but I get the following error on our test web server, There is only one oracle home on the test server. Does anyone know how to resolve this error? ...
Custom Controls in ASP.Net 2.0
Arne -
18 Nov 2005 7:13 PM - 6 messages
What happened to custom controls in ASP.Net 2.0? I can't get my old custom controls from Asp.Net 1.1 to work in Asp.net 2.0 ...
Custom Controls
Arne -
18 Nov 2005 7:12 PM - 1 message
What happened to Custom Controls in ASP.net 2.0? I can't my old custom controls to work in ASP.Net 2.0 ...
Share VB code across multiple pages?
antonyliu2002@yahoo.com -
18 Nov 2005 7:09 PM - 7 messages
I am using ASP.NET 1.1. In my web application, multiple pages will be using the same functions. I am wondering if I can just pick out the shared code and save it in a separate file and then imports it in my webpages. ...
Javascript to populate controls without postback
MattB -
18 Nov 2005 7:07 PM - 3 messages
I've got a web form (asp.net 1.1, vb.net) that has controls for a user to enter their height and weight in either English or Metric units. I'd like to be able to populate the metric control when the English changes ...
Call the function - simulation
Just D. -
18 Nov 2005 7:01 PM - 2 messages
All, Does anybody know how can I simulate the button click from the JavaScript on ASPX page? Here is the fragment of the ASPX page with a simple JavaScript allowing me to do something before the page Unloads: <script lang="JavaScript"> ...
Gridview with combobox whose data is dependent on field in gridview
wallermj -
18 Nov 2005 7:01 PM - 4 messages
I am an inexperienced asp.net user starting my first app in asp.net. I need to have a combobox field in my gridview whose data is filtered by a field in that row. More specifically, I am to display all the ...
Centralizing MasterPage and Theme
Keith Patrick -
18 Nov 2005 6:09 PM - 1 message
I'm curious how folks are generally (if at all) centralizing the setting of both MasterPage and Theme of a large group of pages. I have a content viewer app where my initial solution was to just have 1 page with a master ...
ASP 2: item from arraylist vanished ?!
G. Völkl -
18 Nov 2005 6:07 PM - 2 messages
Hello, I have a real simple asp.net 2.0 page:: 1 button - 1 textfield If you press the button, the value of the textfield will be added to the arraylist: private x as new arraylist protected sub button_click( ....) x.add(txtFeld.text) ...
XHTML in Visual Studio 2005
Arne -
18 Nov 2005 6:00 PM - 2 messages
How do I turn off the XHTML complie error reporting in Visual Studio 2005? ...
DataGrid Button Validation Problem
Tina -
18 Nov 2005 5:58 PM - 6 messages
the Edit, Update, Cancel, and Delete buttons in my datagrid are causing validation elsewhere on the page. I want to specify that these buttons should not cause validation but they have no design time property of causevalidation. How can I keep them from causing validation? ...
DataRepeater with Radio Buttons
Stephen -
18 Nov 2005 5:26 PM - 4 messages
Hi, Does anyone have a sample of a DataRepeater with Radiobuttons? I am trying to have a datarepeater with radiobuttons but for some reason (suppose there are 10 rows) only the first row has a radiobutton and none other Thanks, ...
is there any way to use ClientScript in ascx ??
mike -
18 Nov 2005 5:23 PM - 2 messages
i'd like to use ClientScript.RegisterStartupScript it belongs to page class but i wanna use this how can i do? ...
ASP.NET Session State/Remoting
Chris Pielak -
18 Nov 2005 5:15 PM - 1 message
Hello. I am starting to develop an ASP.NET application and have a decision to make regarding data retrieval and storing persistent data for users. This application has an ASPNET portion, a Win32 console portion, and a Framework ...
HTTP Performance
TobyRiley -
18 Nov 2005 5:11 PM - 2 messages
Hi can anyone adivise me of a toolset to try and troubleshoot http performance from server to client. We have a customer who getting connection timeout on their ISA server accessing a hosted asp.net application. Error is 64 - Host not availble. ...
Post data and display page?
Glen -
18 Nov 2005 5:01 PM - 1 message
Is there any way to post data to an ASP.Net form and then display the page to the user with the posted data from a client app? Here's what I'm trying to do: Serialize a business object (order) and post it to the ASP.Net page from a ...
2.0 user control Compilation error
Jason Chu -
18 Nov 2005 4:59 PM - 1 message
I've just upgraded to using 2.0. I installed the 2.0 framework and decide to give my previously working 1.1 web app a run. In odd occasions, I get a compilation error in my page that contains user ...
Problem with HTMLSelect
Ken -
18 Nov 2005 4:59 PM - 2 messages
I have an HTMLSelect server control that I am populating dynamically in the Page_Load event of my page. When I turn off VIEWSTATE, the HTMLSelect.Value property is blank when the page is posted back. Why is this? All of the ...
asp.net 2 treeview SelectedNode Style Not Working On Client
mike uk -
18 Nov 2005 4:50 PM - 3 messages
I'm generating a treeview (in asp.net Page_Load event) by adding nodes to a treeview control, and then selecting a single node in the tree using node.Select(). EnableClientScript property is set to true, which prevents any autopostbacks. EnableViewState property is set to false, since I'm not interested in ...
Master Pages and Themes not working
Oldman -
18 Nov 2005 4:48 PM - 3 messages
I am using ASP .NET 2.0, VS2005 Professional RTM. I added a master page to my web application and made my default page refer to it. I then proceeded to theme some elements in the master page. ...
Static keyword usage in asp.net?
Dave -
18 Nov 2005 4:37 PM - 12 messages
I'm trying to understand the implications of using static methods and properties in asp.net so I found an article "Troubleshooting ASP.NET applications with the use of static keywords" ([link]) that discusses the possiblity of ...
find index value of foreach
mike -
18 Nov 2005 4:32 PM - 9 messages
what should i have to write in this code section? #### is what i want to write do i have to use foreach to for if options is TextBox array i used to enumbera....... but i don't remember...what is this?? ...
2.0 Master Page Default Button
Chriis -
18 Nov 2005 4:30 PM - 2 messages
How do you define the defaultbutton for a web page that has a master page since the content page has no form tags to define the defaultbutton attribute? Nothing I try seems to work. Thanks for your help, Chris ...
VWD - Code Question
Brian -
18 Nov 2005 4:27 PM - 4 messages
I've asked variations of this question before with no solid results. When I double click on a control in a single ASPX file, it just takes me to this: <asp:Button ID="Button2" runat="server" Text="Button" /></div> ...
using advanced datagrid update options wizard
Jon Paal -
18 Nov 2005 4:27 PM - 3 messages
-- Testing Visual Web Developer and sql server 2005 express to create and populate a datagrid In the sql server configuration wizard for a datagrid, I am trying to get the update code to be generated through the "advanced" ...
RE: File Upload from within datalist
Al -
18 Nov 2005 4:24 PM - 1 message
You just made my day, THANK YOU!!
From [link]
Posted via DevelopmentNow.com Groups
[link] ...
datagrid question
rodchar -
18 Nov 2005 4:15 PM - 3 messages
hey all, i have 2 item templates in my datagrid. 1 column contains a disabled textbox and the other column is a drop-down list. is there any way to enable the textbox on a row from javascript that is ...
Session.SessionID
Fabio R. -
18 Nov 2005 4:09 PM - 2 messages
How the Session.SessionID works on a webfarm? It always returns the same id because its cookie based or it can returns a different value if the second request hit another server in the farm? Thanks, Fabio ...
ASP.NET 1.1 Application Pool Identity and user authentication problem with AD (Active Directory)
pjdouillard -
18 Nov 2005 4:09 PM - 5 messages
Hello all, Here is the context of my problem: We have an ASP.NET 1.1 application that has its own application pool setup and that runs under the identity of a NT Domain service account (this is for security reason when accessing databases). We use the ...
Using a web control from a different page
Dina -
18 Nov 2005 4:07 PM - 2 messages
If anyone could assist me with this issue, I'd really appreciate it! I have a literal web control, litControl1, in webForm.aspx. I want to modify the litControl text property from a user control code-behind page, userControl.ascx.vb. ...
Updating of ADO.NET/2.0
farmer -
18 Nov 2005 4:04 PM - 4 messages
Yes we all know OleDbDataAdapter.Update(DataTable) call update Database,but what else for DataTable.AcceptChanges()? When/why we have to use it? ...
Repeater - ItemDataBound and ItemCreated
Dennis E. Jones, Jr. -
18 Nov 2005 3:53 PM - 5 messages
I'm creating a dynamic control for each row in a REPEATER based on database values. ItemDataBound creates the control for the initial load (not postback), but I cannot get the control recreated when command to save data (postback) occurs. How do I get the values for this dynamic ...
Problem with Application Variables
coynej60 -
18 Nov 2005 3:40 PM - 4 messages
I think this is probably a relatively simple problem, but I can't figure it out. I have an app that uses an Application variable to store my DB connection string. The object is created as so: Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs) ...
GridView Hierarchical + VS.2005
Don Quijote de Nicaragua -
18 Nov 2005 3:39 PM - 1 message
Hi, How I can createg a GridView Hierarchical using a GridView that comes in VS.2005 Thanks. Don Quijote de Nicaragua ...
Problem deriving from WebControl Class
Gary Rynearson -
18 Nov 2005 3:34 PM - 1 message
I have an aspx form that conatains a WebControls.Table object. I also have a class inheriting from the WebControl class. That class is instantiated using the Table as a parameter, and adds checkboxes into rows / cells, as ...
Installing .NET Framework 2.0 may require reboot
Mark -
18 Nov 2005 3:23 PM - 1 message
We're installing the .NET Framework 2.0 on a production web server. Windows update claims "After you install this update, you may have to restart your computer." Under what conditions is the reboot required? Thanks in advance. ...
Call to webservice doesn't pass in credentials
elora_c -
18 Nov 2005 3:19 PM - 3 messages
I'm making a call to a webservice from my ASP.NET page. The web application has anonymous access turned off and Integrated Windows auth turned on. The web.config has <identity impersonate=true>. I set the ...
ASP.NET 2.0 Master Page Errors
Andy Sutorius via DotNetMonster.com -
18 Nov 2005 2:50 PM - 3 messages
Can someone explain what to do with these error messages? When I click on them the IDE loads a webpage that looks very foreign. I don't know how to solve these errors. Error 1 'ASP.try_content_page_aspx.GetTypeHashCode()': no suitable method ...
Explicit path of cookies
raj -
18 Nov 2005 2:27 PM - 3 messages
can i set explicit path for cookies in asp.net by default we set path="/" which is default path of cookies folder, Thanks in advance ...
Email web based client ASP.NET/C#
Andrzej Jaworek -
18 Nov 2005 2:16 PM - 3 messages
Hi, I'm looking for a good email web based commponent/application (free or paid) for asp.net/c#. It must by able to fully integrate with my existing application, completely customizable etc. It should have at least standard option: inbox, outbox, thrash,, folders managing, folder ...
Httpmodules, Sub-Applications and Clear
Markus Kling -
18 Nov 2005 2:16 PM - 12 messages
Hi, I have a web application that has two sub-applications. The root application defines two httpModules which shall not be loaded for the subapplications. I tried to achieve this by adding <httpmodules> <clear /> </httpmodules> ...
WebDAV, ASP.NET and IIS5+
Kunle Odutola -
18 Nov 2005 1:44 PM - 1 message
Hi, I hope this is the right place to discuss this. I am trying to determine what is involved in mixing WebDAV, ASP.NET and IIS. The application in question is a minimal project website with extremely basic SourceForge-like features such as a to-do list and the user can upload ...
Can i ask a question of CSS?
mike -
18 Nov 2005 1:40 PM - 6 messages
i want to use onFocus tag in order to remove dot line but it is very disgusting everytime i wrote this <a> tag so my question is can i use onfocus tag in CSS?? it will be helpful to me... ...
Amazon like feature ...
Neven Klofutar -
18 Nov 2005 1:27 PM - 2 messages
Hi, I will have to implement "Amazon like" feature on my company's site. By "Amazon like" feature, I mean "Customers who bought this item also bought:" feature. Users won't have to login on to any system, I will just have to track one ...
IE6.0 Problem in ASP.NET 2.0
comzy -
18 Nov 2005 1:23 PM - 1 message
Am really happy about the new version of .NET 2.0 and IDE VS.NET 2005. I have been working in microsoft technologies from my career start. I have observed many cool features in the latest version and it really ...
asp.net on server 2003 with IIS NOT installed, System.DllNotFoundException: Unable to load DLL (aspn
| |||||||||||||||||||||||