|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
How to make asp:Button ID unique in a DataGrid?
Randall Parker -
29 Oct 2005 11:01 PM - 5 messages
I have this element in an asp:DataGrid: <asp:TemplateColumn HeaderText="Edit Record Button"> <ItemTemplate> <asp:Button ID='<%# "Edit" + DataBinder.Eval(Container, ...
vs2005 b2 prob - CSS just stopped working!
dhnriverside -
29 Oct 2005 10:53 PM - 5 messages
Hi guys I've just started having a play with VS2005 again ready for the switchover. I created a master page, and a content page - all fine. I then created a CSS file and linked it to my master page by just dragging ...
google like search syntax parsing (also posted in sql programming group)
neilmcguigan -
29 Oct 2005 10:30 PM - 5 messages
this is more of a text parsing/regex kind of question, but i figured i'd start here. please let me know if this should go somewhere else. I'd like to implement google-like search syntax, a la [link] ...
C# Help!
Adam Knight -
29 Oct 2005 10:09 PM - 3 messages
Hi all, I am wanting to convert the following VB statements into their C# equivalents. Appreciated any help!!! 'variable declaration Dim Session As System.Web.SessionState.HttpSessionState If Not System.Web.HttpContext.Current.Session Is Nothing Then 'retrieve session object from page ...
Do all ASP buttons do submit?
Randall Parker -
29 Oct 2005 9:48 PM - 7 messages
I'm looking at this web page: [link] Where they say: Remember: * <asp:Button> controls render as <input type=submit value=xxx> html elements. ...
asp & asp.net on the same server
JimO -
29 Oct 2005 8:16 PM - 4 messages
I installed the .net framework, ado 2.8, and SDK on my 2000 server and I can no longer open access databases with asp 3.0 and ado. I get an unknown error when the open method is called. Is there a way to fix this? ...
Conditional label within DataList?
Danny Tuppeny -
29 Oct 2005 8:07 PM - 4 messages
Hi all, I've got a DataList that's bound to a datasource with two columns (well, two that matter). One is called GigDate, and one is called RescheduledFromDate. GigDate doesn't allow NULLs, but the RescheduledFromDate does. In general, ...
Exam 70-305
Mr Newbie -
29 Oct 2005 7:04 PM - 30 messages
Im going to be looking to do this exam fairly soon, but ive done a couple of practice tests and found them to be a bit tricky in as much as you have to REALLY READ the questions carefully else they trip you up. ...
Debug.Assert( False, "Why wont I display ??")
Mr Newbie -
29 Oct 2005 6:20 PM - 6 messages
Debug.Assert( False, "Why wont I display ??") I am trying to use this in my code but it wont display. The app is running on my local machine and the above code under a button click event. What am I missing ? ...
Column button to edit a record without going thru postback?
Randall Parker -
29 Oct 2005 5:00 PM - 2 messages
Currently in an asp:DataGrid I have a column for bringing up an edit form on a particular row and that is done by a hyperlink as follows: <asp:TemplateColumn HeaderText="Edit Record"> <ItemTemplate> ...
How to call VB.Net components from user control
Bon -
29 Oct 2005 3:18 PM - 3 messages
Hello all How to call VB .NET components from user control? My folder structures are: the upper folder called Bon and then there are two sub-folders. One is called UserControls which is used to store ..aspx files and another one is called Components which is used to store ...
Converting HTML files to User Controls
Ben Amada -
29 Oct 2005 12:45 PM - 3 messages
Hello, A partner is going to be creating some HTML files that I plan on converting to user controls (UC) and dynamically load at runtime. I'm guessing Visual Studio doesn't come with some utililty to convert HTML files to UCs? IOW, ...
Template Columns Controls
Raed Sawalha -
29 Oct 2005 8:53 AM - 4 messages
I have datagrid , i edited the template column by adding checkbox on in templateheader and one in templateitem the problem i have i can not get access to the checkbox at runtime , i did this to get them but not worked: ...
viewstate - datagrid - intermittent error....help
deevoy -
29 Oct 2005 8:51 AM - 2 messages
Hi- I'm developing a asp.net web application and everything has proven fine on the dev and acceptance environment. We've moved the code up to our windows server 2003 prod environment and get the following intermittent error when browsing the web page through ...
Link in gata grid
Nishanthan -
29 Oct 2005 7:47 AM - 3 messages
Hi I want to have all the row area of a datagrid to be apperared as link(Not only the text but also the other area as well). Do anyone know a way to do so? Thanks & Regards, P.Nishanthan ...
Disable a list item
Nishanthan -
29 Oct 2005 7:29 AM - 4 messages
Hi, How can i disable a list item which is in the dropdown list ? Regards, P.Nishanthan ...
Changing the icon in the address bar
Mark Rae -
29 Oct 2005 7:29 AM - 13 messages
Hi group, Apologies if this is the wrong group, but I thought I'd start here first... A client has asked me how to change the icon immediately to the left of the text in the browser address bar. E.g., if you go here [link], the "standard" Internet icon ...
Threads: how to kill
xzzy -
29 Oct 2005 5:13 AM - 8 messages
foreach(Thread t in clsStaticVARS.threadHolder.Values) { If (t.Name == Name ) { if (!t.IsAlive) { threadHolder.Remove(t.Name); ...
Multiple files download: Is there a way?
Stanav -
29 Oct 2005 1:25 AM - 6 messages
Hello all, Thanks in advance for any replies... Now, my question is: Is it possible to do a multiple files download for a single response event on an aspx page? If there is, please give me some directions/sample code or anything. ...
HtmlControl or WebControl from HTML string
michael.schwarz -
28 Oct 2005 11:00 PM - 5 messages
Hello, is it possible to get a HtmlControl from a string including the HTML code in .NET 2.0? I was using the TemplateControl.ParseControl method in .NET 1.1, but this is not working in the new version. CIAO ...
just install visual web developer express 2005
ari -
28 Oct 2005 10:29 PM - 3 messages
hey all, how do i switch the instance that was installed with visual web developer to mixed mode and/or how do i assign sa a password and/or does sa have a default password when first installed? thanks, ari ...
MS Access DB used by both a local App and .net Web App
JonnyD -
28 Oct 2005 10:22 PM - 17 messages
I am working on a project to build a reporting web app from an exsiting database that is controled by a local application. The application that has control over the database creates a lock file to the database and at that point I can no longer access the database with my web app. Is ...
DataGrid page level delete all error
Pradeep -
28 Oct 2005 9:38 PM - 2 messages
Hi, Here is my issue. I have a datagrid on my aspx page. I have paging enabled for the datagrid. Suppose Suppose I have 3 pages in my datagrid. When I go to the last page (which is the 3rd page here) and select all the messages and ...
How to trap the click event of the browser window's "x" button?
Feng -
28 Oct 2005 9:33 PM - 2 messages
Hi, In our ASP.Net app, we need to do some backend house keeping job when a user is about to end his/her session. We do have an "Logoff" button designed for this purpose and we have been telling our client to always exit using this ...
Problem with strange psychic garbage collection freakout!
William Sullivan -
28 Oct 2005 9:09 PM - 5 messages
I have an extremely weird problem that I have no idea how to approach. I have a simple page with a search textbox and a search button. The button causes a postback, where I perform the search and display the results in a ...
Changes to ASP.NET 2.0, since ASP.NET 1.1
Paul Aspinall -
28 Oct 2005 8:57 PM - 5 messages
Hi Does anyone have an overview of the changes to ASP.NET 2.0, since ASP.NET 1.1?? Thanks ...
AddHandler Problem. Urgent. Thank You Very Much.
Shapper -
28 Oct 2005 8:35 PM - 2 messages
Hello, I have the following functions: Sub Config(ByVal tb As TextBox, ByVal fd As String) ... AddHandler textBox.DataBinding, AddressOf Me.BindData ... End Sub Sub BindData(ByVal sender As Object, ByVal e As EventArgs) Dim tb As TextBox = CType(sender, TextBox) ...
Encrypting confidential data including foreign keys
Tom -
28 Oct 2005 8:29 PM - 4 messages
Hi, I am currently working on a project for a client. The project is to create an intranet site to maintain confidential employee data. There is a master employee table, containing name, date of birth etc. However, the table also ...
Setting Properties to my user control
David Lozzi -
28 Oct 2005 8:26 PM - 9 messages
Howdy, I have a user control that is a report to display data. On the page the control is inserted in, I have filter options to filter the report. When I try to do something like this, nothing happens. dim filt as string ...
Hide using a div tab
Mardy -
28 Oct 2005 7:41 PM - 6 messages
I have an aspx page that contains a drop down and 3 divs and lots of other stuff. I'd like to hide the divs depending on which option from the drop down is selected. It works fine until I do a postback then all 3 divs are visible. ...
treeview and autopostback
Alex D. -
28 Oct 2005 7:35 PM - 3 messages
Does anybody knows how to enable autopostbcak in a TreeView when a checkbox in a node is checked (or unchecked)?? Thanks, Alex. ...
Error message from the provider: The RSA key container could not be opened.
peter.freeborn -
28 Oct 2005 7:35 PM - 1 message
I am using RTM on Windows 2003 I have been trying to encrypt the connection string in the Web config with the following command line on the web server C:\WINNT\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -pe ...
VS 2005 freezes when trying to add ContentPlaceHolder to master pa
howard dierking -
28 Oct 2005 7:32 PM - 4 messages
Has anyone run into this?? Basically, I prototyped a standard aspx page, then copied the source into a new master page. When I then tried to delete a bunch of filler text, add a ContentPlaceHolder, and show the page in the ...
How do I query a dataset and return a new table
HB -
28 Oct 2005 7:27 PM - 2 messages
I have an application that is requiring me to pull 4 tables into a dataset then perfom the final query to display on the page Dim objODBCAdapter As New Data.Odbc.OdbcDataAdapter("SELECT ...
Moving from ASP to ASP.NET?
Bill -
28 Oct 2005 6:49 PM - 4 messages
I've been programming ASP VBScript applications for years, & now I want to move to .NET, partially for the increased efficiency it will give me. But something has me confused: what's the difference between "ASP.NET" and "VisualBasic.NET"? ...
Keep track of Session value
Alan Wang -
28 Oct 2005 6:19 PM - 4 messages
Hi there, Once my application gets complicated and complicated. I found it's really hard to keep track of Session value I am using in my asp.net application. I am just wondering if anyone have any experience on how to keep track of ...
Streaming large files over network
A.M-SG -
28 Oct 2005 6:08 PM - 4 messages
Hi, I have a ASP.NET aspx file that needs to pass large images from a network storage to client browser. The requirement is that users cannot have access to the network share. The aspx file must be the only method that users ...
binding to current value in a drop down list when populating from a database
TB -
28 Oct 2005 5:57 PM - 6 messages
Hi All: The following is probably a newbie question, but please bear with me: I am populating a drop down list with items from a database, and would the default selected item to be the current value of the corresponding ...
Crystal Report "The request could not be submitted for background processing."
Rocio -
28 Oct 2005 5:49 PM - 1 message
Hi: I have many ASP.net application created by VB.net2003 and I'm using crystal reports for .net, I'm using the crystal viewer to display my reports. I deployed those applications with the last crystal report modules for .net ...
How can I display local time from UTC?
rgrandidier -
28 Oct 2005 5:29 PM - 6 messages
I have a SQL table that stores the UTC time for a column, I then want to display the UTC time to the user in their local time. My approach is to have the user set their time zone via their user profile. ...
infragistics webGrid
NuB -
28 Oct 2005 5:13 PM - 3 messages
i have to do a web app using the infragistics web grid and i never used them. I changed the autobuildcolumns to false and bind my dataset to the grid, but it comes up empty (no data). how can i use the grid and bind my columns from my dataset in the order i ...
Configuration Error: Interop.Microsoft.Office.Core
Simon -
28 Oct 2005 4:47 PM - 3 messages
Overnight, I've developed this error somehow, when I try to build/run my application: "Parser Error Message: Unable to load file 'Interop.Microsoft.Office.Core'." I'm pretty sure I haven't messed with any of these references lately. I ...
migrating a solution from one computer to another
Stimp -
28 Oct 2005 4:32 PM - 1 message
I'm sure this is probably simple, but I need to make sure I have my bases (and files) covered... I'm going to be re-formatting my pc and re-installing windows2000 plus Visual Studio. I want all my Visual Studio projects to be set up the same as they are ...
Using 1.1 framework with ASP.NET after installing 2.0?
jbush@no.spam.yahoo.com -
28 Oct 2005 4:15 PM - 8 messages
I just installed the 2.0 version of the framework on my PC, but (at least for now) would like to have IIS continue using 1.1 for ASP.NET. I tried running "aspnet_regiis -i" (using the 1.1 version of ...
The simplest ASPX page deployment
Peter -
28 Oct 2005 4:01 PM - 4 messages
I used a text editor to create a aspx file and its code-behind c# file, then I put these two files in the ...inetpub\wwwroot\test folder. When I tested it, the result was that the code-behind is ignored. ...
Example / Open source ASP.NET / SQL application
ahaupt -
28 Oct 2005 3:56 PM - 5 messages
Hi, I've been working on a pretty straight forward ASP.NET / SQL data access client. I would however like to take a peek at how other developers are approaching similar projects, specifically regarding the data access side of things. ...
What's the main difference between asp.net and asp ?
Martin -
28 Oct 2005 3:43 PM - 2 messages
I did not use asp.net before. I want to know what's the main difference between asp.net and asp. As far as I know, asp do not need an "asp" software to create (not like VB, etc.). So... is asp.net like VB, is an independent software ? ...
Javascript Confirmation Dialog for Datagrid Select?
Joey -
28 Oct 2005 3:38 PM - 2 messages
I am using a datagrid with a SELECT button to determine which record to delete. The code behind pulls the selected item's record number (via a hidden column) in the grid with SelectedItem.Cells[x].Text, and then uses a stored procedure to delete the record. ...
User control question
TCORDON -
28 Oct 2005 3:25 PM - 3 messages
I have created a copuple of user controls for my web app, but when I add any one of the to a web form I cannot reference it without mannualy adding: "Protected Withevents MyControl as MyUserControl" Is there any way to have ...
Session.abandon and Session.Cleear: what is the difference
JJ_377@hotmail.com -
28 Oct 2005 3:09 PM - 4 messages
What is the difference between Session.Abandon and Session.Clear? Thank you. ...
Repeater SubControl Dropdownlist not saving SelectedValue
Ben Dewey -
28 Oct 2005 3:03 PM - 4 messages
Hey everyone, I have a wierd issue i can't seem to find out whats going on. I have a Control for a Shopping Cart Merchant Page called OrderStatus.ascx Inside that control there is a Repeater with the Products that were ordered on the ...
Visual Studio .NET standard webbrowser
kjb -
28 Oct 2005 2:39 PM - 2 messages
Hi, I don't know if this is the right place to ask this, but I'll give it a try. When Firefox was my default browser on my computer, I installed Visual Studio .NET. Everytime I ran my web-application, Visual Studio started firefox (like it ...
How do I email an image with RenderControl
needin4mation -
28 Oct 2005 2:37 PM - 4 messages
Hi, I am using RenderControl to send the contents of my aspx DataGrid, etc. from my form. In this form there is an image. The image resides on the server. It has a url of ./mypic.jpg. Because of this when the ...
Renamed aspx file in VS .NET 2005, now won't build
Brent White -
28 Oct 2005 2:29 PM - 5 messages
The aspx file was originally default.aspx, but I'm putting some other aspx files in that same virtual directory and I want to give it a more meaningful name. I renamed default.aspx in the IDE to CorporateSelectStates.aspx, and the file default.aspx.vb was renamed to ...
.Net Framework 2.0 and Windows Update
postings -
28 Oct 2005 2:12 PM - 3 messages
It's now available here: [link] I just wondered if anybody knew when .Net FrameWork ver 2.0 will be available via Windows/Microsoft Update? Cheers Alex ...
IBindindList and DataGrid
Narshe -
28 Oct 2005 1:38 PM - 1 message
I have a collection that implements IBindingList and I have it bound to a datagrid. It was my understanding that the datagrid would handle everything once IBindingList was implemented, but this doesn't seem to be the case. When the grid is sorted, ApplySort is never called. ...
Machine.config error: File or assembly name , or one of its dependencies, was not found
batista -
28 Oct 2005 11:57 AM - 1 message
Hi there I created a web service, and it is using a dll named interopp written in .net. When i run the webservice i get an error that File or assembly name Interop, or one of its dependencies, was not ...
Session cleared after Redirect
John -
28 Oct 2005 11:45 AM - 5 messages
Hi, I do a Response.Redirect(page), and on the second page I have redirected to, I get an object out of the session (or at least I attempt to). Just before the redirect I do: Session["token"] = tokenizer; ...
editable datagrid dropdownlist problem in webpart
Daniel Doyle -
28 Oct 2005 11:06 AM - 1 message
Hello and apologies in advance for the amount of code in this post. I've also sent this message to the Sharepoint group, but thought that ASP.NET developers may also be able to help, even though it's a Sharepoint WebPart. ...
out of process session state - how much slower?
dhnriverside -
28 Oct 2005 10:40 AM - 5 messages
Hi peeps I'm having some problems with my Session State sticking (it keeps resetting itself) - I haven't looked into it yet, but I was wondering about using SQL Server as an out of process state manager? I've heard it's slower - and I was just wondering... how much slower? (this ...
Rendering a Page's HTML to disk.
MattC -
28 Oct 2005 10:23 AM - 4 messages
Hi, Is there anyway of once a Page has finished Rendering to the Render that same HTML to disk? TIA MattC ...
ViewState - Unable to maintain state
Anbu -
28 Oct 2005 9:58 AM - 2 messages
To All, I'm managing a dataset & datagrid using ViewState method to display few columns dynamically. I'm able to store the values under ViewState. But when I call back the values, I could retrieve the DataSet alone, others are not stored in ...
Exception: The operation has timed-out.
news.microsoft.com -
28 Oct 2005 9:53 AM - 2 messages
I experienced the following exception occasionally when the program downloads the image from the Web site. Who can give me some solution for it? Thanks in advance. ---------- Exception: Message: The operation has timed-out. Source: System TargetSite: Int32 Read(Byte[], Int32, Int32) ...
Microsoft Passport SDK
Mr Newbie -
28 Oct 2005 9:52 AM - 17 messages
I'm trying to learn about passport authentication on ASP.NET 1.X but I cant find the download for the SDK it, does anyone know where it is ? ( I did find one reference, but it said the page was not available so Im not sure if ...
finding out the id of a recently created record
TheDude5B -
28 Oct 2005 9:52 AM - 4 messages
Hi, i am wanting to add some data to one table within my MySQL database using asp.net in VB, however, i want to also add some of the same data to another table at the same time. Easy yes, but one field within the ...
coding to comunicate with serial port using c#
Hema Malini Rajanthiran -
28 Oct 2005 7:21 AM - 4 messages
to whom may concern...im final year student doing a project using
handphone to create wireless communication. im finding difficulties to
get the codes to connect to serial port using c#(visual studio .net
2000)...kindly guide me plz... thank, ...
Problem with filenames in response.addheader()
Incorrect filenames in download link. -
28 Oct 2005 7:16 AM - 2 messages
Hi experts, I am giving filename as "clearbenefits.infosys.txt" to Response.AddHeader as filename parameter. After clicking the download link filename on dialogbox is showing as "clearbenefits[1].infosys.txt". How can i ...
ASP.NET 2.0/XHTML 1.1 Table Height Display Issue
TheXenocide -
28 Oct 2005 6:44 AM - 4 messages
Hello, First and foremost I'll describe a bit about my problem: I'm trying to make a site layout using ASP.NET 2.0 in Visual Studio .NET 2005 Beta 2. The site is a table based layout that is supposed to consume the entire ...
How to change languages in asp web controls
Daniele Piccinini -
28 Oct 2005 6:17 AM - 5 messages
Hi All, I've developed an asp .net application that use a web calendar control. On my dev machine i've Italian IIS and the text in the calendar control are visualized in italian. I need to install the application on a customer machine with MS ...
How to give 3d Look to Datagrid and WebParts control?
Shell -
28 Oct 2005 5:30 AM - 2 messages
Hi, I have an application written in ASP.NET 2.0, I would like it's GUI especially the webpart to look like windows xp like transparent look or 3D look. I have looked at option of Borderstyle but it only enhances textare in ...
How do you import templates created on a different machine?
Mike Allen -
28 Oct 2005 5:21 AM - 1 message
One a work machine I used the Export option of VS.NET to create a Template for a web form with code behind page. However I cannot figure out how to get this template onto my home machine so I can use it there. ...
Dynamic Loading of User Control with ViewState Preserved (Live Dem
Prodip K Saha -
28 Oct 2005 4:47 AM - 1 message
Many Programmers stay away from loading User Control dynamically on the Web Form because of the complexity associated with it's state management and event handling. It is easy to load a User Control dynamically once you understand the ASP.Net page creation model. In this article, I would like to ...
SQL Error 18456
Rajendra Singh Patel -
28 Oct 2005 4:42 AM - 2 messages
Hi I have a error(no:- 18456 ) while connection sql with Asp.net C#. Please anybody can solve my problem. Rajendra singh patel(Raju) ...
2.0 on XP
Michael Tissington -
28 Oct 2005 4:32 AM - 3 messages
How do I install ASP.NET 2.0 on to my development machine XP SP2 ? ...
W2K3 server permissions for an ASP.NET
WohooWahoo -
28 Oct 2005 4:08 AM - 2 messages
I just finished writing an app for an ASP.NET website which uses SQL, C# ASP.NET and web services on my development box. Ported the app over to the Web Server (running W2K3, IIS 6, SQL2K), created the website on IIS, setup ...
How to popup a msgbox from asp.net code-behind?
Chrysan -
28 Oct 2005 2:48 AM - 3 messages
I am writing a web application using asp.net(vb.net). And, I have an asp: button in the web form, I would like to prompt some message to user, when the user click on the asp:button. How to I do such? Because I notice that, I ...
An error occurred creating the form
vareck.walla -
28 Oct 2005 1:51 AM - 1 message
I get this error everytime I run my project: System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is: Item has already been added. Key in dictionary: 'System.Runtime.CompilerServices.CompilerGeneratedAttribute' Key being ...
converting ASP.Net session type to an ASP one
genc_ymeri -
28 Oct 2005 12:31 AM - 3 messages
Hi, Well, I'm looking around for another opinion. We have two webservers, the legacy one writen in ASP and the new one in ASP.Net. Once a user logs in the ASP.Net web app, the session of the Login page gets ...
Application Object Again!!!
Adam Knight -
28 Oct 2005 12:24 AM - 4 messages
Hi all, I am still unable get retrieve an Application variable in .NET. I can use the Session object by just typing.. Session("myVar") in aspx or ..vb. However, using Application("myVar") results in nothing. I have tried executing the following code..but nothing is outputted. ...
HOW TO HIGHLIGHT TEXT WITHIN ASP CONTROL ON PAGE LOAD
parm -
28 Oct 2005 12:14 AM - 3 messages
How do I highlight text in my first (tabindex = 1) asp control (eg: textbox) on the webform on page load. If I try to set focus using javascript then I get script error "Cannot move focus to invisible control)". Because the tabindex of first control is 1 therfore I can ...
Does ASP.Net treat empty controls as NULL or zero length strings?
Randall Parker -
28 Oct 2005 12:08 AM - 2 messages
In places where ASP.Net does the handling of controls for you does it treat controls as null or as zero length strings? ...
ASP.NET Not LIsted as User in File Security Property
fripper -
27 Oct 2005 11:35 PM - 6 messages
I am having trouble accessing a datafile in m inetpub/wwwroot/_private directory from a VB .Net app that I am debugging. When I run the program I get an error saying that ASP.NET is not authorized to use the file. When I ...
RE: FormsAuthentication.RedirectFromLoginPage problem
Meadow -
27 Oct 2005 11:23 PM - 1 message
Hello, i've got the same problem, but only when i try to access my site from my domain, when i use localhost it works fine, but when i use my domain [link] IE doesn't redirect, but Mozilla does... i can't figure out what this depends on, please help
From [link]
Posted via DevelopmentNow.com Groups
[link] ...
Web Form with 2 different validation points
TCORDON -
27 Oct 2005 10:14 PM - 3 messages
I have a Webform that contains 2 user controls, each one of them has some fields in which the user can type different information, each one allows to submit, BUT, haw can i manage to validate each form, if I set any of the two ...
SQL Server Authentication from IIS
ryan.d.rembaum -
27 Oct 2005 10:14 PM - 14 messages
Hello, I have read a bunch of topics on this issue but none seems to have resolved my problem. I have set up a user account in my SQL server database. e.g. User: TheUser Password: Password and assigned it as a ...
Reflection Version info vs Global Cache performance
gabe -
27 Oct 2005 10:11 PM - 3 messages
We use a custom versioning scheme that includes the date and time (2.0.10271545). The version number is displayed in a footer user control, which is rendered in every page. The web application is in a web farm. Would there be a significant performance increase by adding ...
Hide DataList Items
Chris Kettenbach -
27 Oct 2005 10:07 PM - 2 messages
Good Afternoon all, I have a datalist. When I switch in to edit mode, I need to hide a couple controls on the "ItemTemplate" and of course, when exiting Edit Mode, I will need to show these items again. Any ideas? I have tried referencing the ...
ASP.NET 1.1 to ASP.NET 2.0 Delta
Paul Aspinall -
27 Oct 2005 9:55 PM - 7 messages
Hi Does anyone have details of the ASP.NET 1.1 to ASP.NET 2.0 Delta?? Thanks ...
Secure option for Copy Web Site tool?
Steve Franks -
27 Oct 2005 9:38 PM - 2 messages
As I understand it the Copy Web Site tool in VS.NET 2005 sends the username/password unencrypted. Is there an option for it send this information encrypted instead? If not is there any way to get this similar ...
Grouped grid? Or grid within datalist?
Danny Tuppeny -
27 Oct 2005 9:09 PM - 2 messages
Hi all, I've got two tables, Tour and Gig. The Gig table has a TourID, to give a one-many relationship. I'm currently displaying a whole list of Gigs without tours, but I'd like to display it like: ...
NULL, zero length strings, and empty controls
Randall Parker -
27 Oct 2005 9:04 PM - 5 messages
I am designing a database schema. It happens to be in MySQL but I'm trying to keep it portable to other databases should the project grow. Anyway, suppose you have VARCHAR fields and will be using ASP.Net and ADO.Net. In ...
mobile web and .net
SJ -
27 Oct 2005 8:46 PM - 3 messages
I'm trying to develop a mobile application using XHTML and i want to use server side scripting. Can i use asp.net with XHTML to do this? Also, which is supported more widely? XHTML or WML? thanks, -SJ. ...
What Will Happen to This NG?
Guadala Harry -
27 Oct 2005 8:36 PM - 2 messages
Now that 2.0 is here, will this NG continue "as is" for ASP.NET all versions; or will there be any separate 2.0-specific NGs? -GH ...
changing icons on Treeview control
lwhitb1 -
27 Oct 2005 8:33 PM - 4 messages
I created my own icons, and I would like to be able to use them instead of all the default[msdn, news..ect..] icons they provide. Is this possible? ...
The .Net Framework 2.0 redistributable and SDK are now available
Juan T. Llibre -
27 Oct 2005 8:28 PM - 2 messages
The .Net Framework 2.0 redistributable and the .Net Framework 2.0 SDK are now publicly available in x86, x64 and IA64 versions : [link] ...
Opening MS WORD document from database
Simon -
27 Oct 2005 8:27 PM - 3 messages
I'm simplying trying to download and and open word documents that are stored in the database. I figured out how to uploaded the documents as Byte, but I can't figure out how to get them back out properly. The following code is ...
Panel Validation
Bill Long -
27 Oct 2005 8:16 PM - 10 messages
I have a control that simply displays a list of links. Following one of the links doesn't post back or redirect to another page, it simply hides the current panel and shows the one you selected... So the behavour is similar to ...
Logging off an aspx page but I am to browse back to page
Terry -
27 Oct 2005 8:10 PM - 3 messages
Hello everyone, I created a logon page using C# ASPX, I have the user logon and if logon information is correct I do a Response.Redirect(url); On the second page it displays data and I have a logoff button which does another ...
User closing the browser while uploading
Jason Chu -
27 Oct 2005 8:05 PM - 4 messages
I've written a file uploading part of my application using the IHttpModule. So now, I don't have the memory problem of uploading something big. Problem: I can't find which function I have to override, so that I can catch the ...
Possible to hide siteMapNode from menu?
Danny Tuppeny -
27 Oct 2005 8:02 PM - 1 message
Hi all, I'm using a web.sitemap file and the site navigation controls. I've got a page (ListRecords.aspx) that contains a grid, from where you can click through to another page (DisplayRecord.aspx) to view details. In the SiteMapPath control, I want the two pages do display as follows ...
Where is KB article for Access to the path C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary AS
How to config the web.config for both Internal and External users using Windows and Forms Authentica
Virtual directory error: "directory does not exist or is not accessible because of security settings
Next »
|
|||||||||||||||||||||||