|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
help: about browser display probelm
indra -
27 Aug 2005 11:18 PM - 1 message
hi, i made entry form consists a few text box controls and labels and my problem is why it display not correctly in firefox or netscape browser ? is there any things i should know ? or how to fix the problem ? ...
ASP.NET Authorization
Water Cooler v2 -
27 Aug 2005 10:44 PM - 2 messages
Is the authorization tag/class in web.config\<system.web> available only for Windows authorization? Does it make sense for Forms based authentication? ...
<sessionState cookieless="true" />
Water Cooler v2 -
27 Aug 2005 10:14 PM - 14 messages
What do you mean by a cookieless session state? When you set the sessionState section's cookieless attribute to true in the web.config file, what does that mean? I read this ([link]) ...
Where did my ASP.NET dll go in ASP.NET 2.0?
Otis Mukinfus -
27 Aug 2005 9:55 PM - 7 messages
I've just been playing around with ASP.NET 2.0 and first I noticed it's not really a project any more, but more importantly I can't find the dll for the latest compiled of the web site. What gives? ...
Masterpage issue with relative links to background images
Steve Franks -
27 Aug 2005 7:20 PM - 3 messages
I am familiar with the fact that you have to use runat=server and links staring with "~/" to ensure proper mapping of paths to relative URLs when using master pages. However this does not seem to work in all cases. ...
Re: Disable web printing
w3Rm -
27 Aug 2005 6:03 PM - 1 message
Alan Z. Scharf wrote: function disableCopyPastePrint() { //write by w3Rm if (((event.ctrlKey) && (parseInt(event.keyCode) == 67)) || //ctrl +
c ((event.ctrlKey) && (parseInt(event.keyCode) == 80)) || //ctrl + p ...
Simple Regular Expression need
Q. John Chen -
27 Aug 2005 5:53 PM - 19 messages
I have Vidation Controls First One: Simple exluce certain special characters: say no a or b or c in the string: [^abc]* Second One: I required date be entered in "MM/DD/YYYY" format: ...
In JavaScript, printing debug messages to Visual Studio debugger with IE
mikeorb -
27 Aug 2005 5:40 PM - 4 messages
I'm debugging some JavaScript. In Firefox I can use dump(msg) to print a message on their JS console (see [link]()_output). Likewise, Opera has the opera.postError(msg) method. Is there an equivalent in Internet Explorer that will work with Visual ...
Authentication
Ming Zhang -
27 Aug 2005 5:21 PM - 7 messages
Hi guys, I have couple of ASP.NET applications that only support digest windows authentication, and credentials are managed in a central AD. When users login to one app, they can easily navigate to other apps without reenter UID/PWD. Everything works except it doesn't meet our security policy for new ...
"0x019610c8"Ö¸ÁîÒýÓõÄ"0x00000000"ÄÚ´æ¡£¸ÃÄÚ´æ²»ÄÜΪ"written"
Kylin -
27 Aug 2005 3:54 PM - 7 messages
"0x019610c8"Ö¸ÁîÒýÓõÄ"0x00000000"ÄÚ´æ¡£¸ÃÄÚ´æ²»ÄÜΪ"written" I'm a chinese , and have you erver see this errors ? ...
Clearing cookies
Water Cooler v2 -
27 Aug 2005 3:02 PM - 3 messages
I am practicing Cookies in .NET. Its working fine but when I want to clear my cookies, the statement, Response.Cookies.Clear does not work. What gives? Here's what I do: (1) Login page There's a "Remember me on this computer checkbox". When the user ...
DatePicker?
flipdoubt -
27 Aug 2005 2:17 PM - 3 messages
What do most people use for a DatePicker and is a DatePicker included in ASP.NET 2.0? I've seen some of the commercial products out there, but the redistributable license for most of them is too steep. Seems like a lot for ...
Account Creation and Security
farsad nasseri -
27 Aug 2005 2:01 PM - 3 messages
Hi I'm trying to design a web application where people can create user Ids and passwords while signing up and then use that information to login to an account. (I know, very basic). I just can't get my mind around how to make ...
default.aspx
John Keenan -
27 Aug 2005 1:50 PM - 2 messages
I'm trying to get a default.aspx to be the default web page. What shows up is the http://d8z2kp11/localstart.asp. So I setup defualt.asp which contains <% Server.Transfer("/WebApplication1/Hello.aspx") %> but I get this error msg: ...
Drop down menu and dropdownlist control problem
ha_shaikh -
27 Aug 2005 1:09 PM - 3 messages
In our web application(ASP.Net), we have database driven menus that are of dropdown style on getting focus (a requirement). We've used Javascript Menu Object for creating these menus. On different pages of the application, we are using ASP.Net some DropDownLists. Now the ...
creating RSS feeds
asad -
27 Aug 2005 11:34 AM - 2 messages
Hello how ru all, I want to create RSS Feeds for my website diffrent sections like news, Articles, how can i create RSS feeds for these sections in ASP.net and how RSS file dynamically update by the ASP.NET Logic pls tell me, thanks. ...
creating RSS Feeds
asad -
27 Aug 2005 11:33 AM - 1 message
ello how ru all, I want to create RSS Feeds for my website diffrent sections like news, Articles, how can i create RSS feeds for these sections in ASP.net and how RSS file dynamically update by the ASP.NET Logic pls tell me, thanks. ...
Safe delete idea for discussion
John Rivers -
27 Aug 2005 8:04 AM - 4 messages
Hello, I think this will apply to alot of web applications: users want the ability to delete a record in table x this record is related to records in other tables and those to others in other tables etc. in other words we must use cascade delete to do ...
Datagrid Issue
Smitha -
27 Aug 2005 8:03 AM - 1 message
This is what the issue is… I have a Datagrid, for which columns are created at runtime. The columns are button columns and i gave the CommandName as “Select†so that we can trigger SlectedIndexChanged event. Now when i click on a particular value in a cell, ...
Trouble w sending email
Kenneth P -
27 Aug 2005 7:14 AM - 2 messages
Hi, Trying to send an email with .net from my home computer. A very simple one... *************************** <%@ Page Language="VB" %> <%@ Import Namespace="System.Web.Mail" %> <script runat="server"> Sub Button1_Click(sender As Object, e As EventArgs) ...
Can't delete files on server
ad -
27 Aug 2005 6:18 AM - 4 messages
I want to delete a file on server with the code: File.Delete(sFileName); But it result in a run time error: Access to the path ... is denied. I verify the access right of the path, I found that the "Network Service" ...
Help!!! can't post here via XP machines
JohnK -
27 Aug 2005 3:51 AM - 2 messages
sorry to post this question to this forum, but from 2 XP machines I have, I'm unable to post (create new thread) to these forums or the new style forums... This post is coming from my Windows 2K machine. ...
How to show a download dialogue form?
ad -
27 Aug 2005 3:33 AM - 3 messages
I use program to generate a zip file in the root directory of my application. How can I show a download dialogue windows on the client's browse to let user download the zip file? ...
Response.Redirect generates Exception
Vi -
27 Aug 2005 2:35 AM - 5 messages
Hi, I have an <asp:Button> control on a page. When it is clicked, I run a db stored procedure and then I want to go to the next page by executing a Response.Redirect("NextPage.aspx?id=" + myID). ...
The compiler failed with error code -1073741819.
robert_m_fisher -
27 Aug 2005 1:04 AM - 2 messages
Anyone, I have an ASP.NET webapp in the 1.0 framework that has been working for the past 2ish years. Two weeks ago a new developer received the following error when trying to run the app in debug mode. ...
e-mail
Kenneth Windish -
26 Aug 2005 11:43 PM - 4 messages
Hi, I have two questions I could use help on. #1. How can I send data collected from a form to a known e-mail adress using vb? #2. Is there any way to see if a users e-mail adress is valid? ...
image in asp.net
John -
26 Aug 2005 11:35 PM - 2 messages
hi guys, i need reference or links that tell me how to save image and retrieve image in asp.net ... and the image will not disappear when i post the page back. thanks, ...
DownloadFile and Credentials
cindy.fisher -
26 Aug 2005 10:32 PM - 3 messages
I am using DownloadFile() on a C# web app to download a file to a client. When I set the WebClient credentials to the DefaultCredentials, I get a 401 Unauthorized exception. WebClient myWC = new WebClient(); myWC.Credentials = CredentialCache.DefaultCredentials; ...
Unable to get the project file from the web server
VB Programmer -
26 Aug 2005 10:13 PM - 3 messages
I just got a new pc and copied all my wwwroot asp.net websites to my new pc. In IIS I created all the apps as well. Now, for one of the projects, when I dbl click on the sln file I get this ...
This is brilliant! Just look how long it is! Ha ha ha ha ha ha
John Rivers -
26 Aug 2005 10:12 PM - 17 messages
[link] poor guy worked his heart out, just to make a page control and then they published it ha ha ha ha ha to "help" others ha ha ha ha ha ha ...
Creating a custom class/Namespace
ryan.d.rembaum -
26 Aug 2005 9:46 PM - 7 messages
Hello, I have code that I wish to use in many web applications. Basically sort of stand utility stuff. So from Visual Studio Project I select add a component and chose Component Class. Lets say I enter code at ...
Adding Data To Data Base
Paul Smith -
26 Aug 2005 9:17 PM - 5 messages
I have a web form which collects user data. It is populated with options stored in an access DB. I have successfully managed to bind my form controls to the required sources. My problem is now how do I update two other tables in the access DB with, 1. ...
Database Statistics... Best way to maintain stats???
Lucas Tam -
26 Aug 2005 9:06 PM - 3 messages
Hi all, I have an application which logs a considerable amount of data. Each day, we log about 50,000 to 100,000 rows of data. We like to report on this data... currently I'm using a stored procedure to ...
Unable to get Context.User.Identity.Name
Arjen -
26 Aug 2005 9:05 PM - 4 messages
Hi, I try to get the 'Context.User.Identity.Name' from inside the global.asax in the 'Application_BeginRequest' event. I get this error message: Object reference not set to an instance of an object. You can simple test this with: ...
Help please: about PDF file display.
Andrew -
26 Aug 2005 9:01 PM - 2 messages
Hello, friends, We have PDF files need to be displayed in web pages. My customer prefer both PDF viewer and our own web page contents in the same IE window, rather than 2 IE windows (one to show PDF and one to show our own web contents). ...
Re: Unexplained error when databinding
John Horst -
26 Aug 2005 8:59 PM - 1 message
Nathan: Change this: SELECT members.organization,artists.artist,artists.email,artists.website,member s.email FROM members INNER JOIN artists ON members.memberid=artists.memberid to this: SELECT m.organization, a.artist, a.email As AEmail, a.website, m.email As MEmail ...
Records per page in CrystalReport
David Dvali -
26 Aug 2005 8:50 PM - 1 message
Hello. Is any method to control quantity of the records per page in a CrystalReport's report from ASP.NET? I just need to add one parameter to my web page for controlling quantity of the records per page in the report viewer. ...
Cannot use "fill" with Datareader
.Net Sports -
26 Aug 2005 8:48 PM - 6 messages
I have an open datareader that gets data from an sql statement, but when I try to put it into a dataset so that my datagrid can pick it up, I get a 'System.Data.SqlClient.SqlDataReader' does not contain a ...
VB ASP.Net WebControl
Mythran -
26 Aug 2005 8:30 PM - 1 message
I have a control that inherits from WebControl. There are 2 properties that react to each other (IE: When you change the value of one property, it modifies the value of the other, and the same when you modify the other ...
How to secure docs other than .aspx files.
Craig -
26 Aug 2005 8:17 PM - 3 messages
I have a folder within my web application that holds a bunch of word documents. I have security setup to use forms authentication. If I try and access a .aspx page that is not listed in my web.config file to allow ...
My DropDownList handler isn't executing.
darrel -
26 Aug 2005 7:51 PM - 13 messages
I have a asp:dropdownlist set to autopostback. However, my handler doesn't seem to execute (even though there is a postback). Here's the DDL: <asp:dropdownlist id=ddl_districtSelect runat="server" AutoPostBack="True"> (list items) </asp:dropdownlist> ...
Compile dll from aspx.vb using Visual Studio .Net
Javote -
26 Aug 2005 7:45 PM - 1 message
If I have access to Visual Studio .Net, but I need to compile all my aspx.vb. how would I do this? I put all my pages aspx that compiled but appear an error in the aspx. I dont know what to do ...
Q: application timeout
JIM.H. -
26 Aug 2005 7:41 PM - 1 message
Hello, I have ASP.Net C# application with a login screen. Once I login and do not touch application for about 10 minutes it seems it looses connection to database and non of the buttons work. I actually would like to get ...
How download a list of files in ASP.NET
david -
26 Aug 2005 7:23 PM - 2 messages
Given a path of directory, how to select and download a list of files in the directory? or simply download all files in the directory continuosly? Thanks David ...
I thought ASP.NET was always the same version as the installed Framework?
PJ6 -
26 Aug 2005 7:10 PM - 5 messages
Just brought up a fresh installation. Installed IIS first, then VS.NET 2003. Now some of the applications I'm downloading complain that the ASP.NET server version is 1.0 and not 1.1. Um... I've checked, here, and it looks ...
testing for cookies' existance
darrel -
26 Aug 2005 6:58 PM - 3 messages
in ASP, this seems to work to see if a cookie exists: If Request.Cookies("site")("district") Is Nothing Then In asp.net, though, it gives me a 'System.NullReferenceException: Object reference not set to an instance of an object.' ...
Assigning vallues to fields in user control - help me please?
JJ_377@hotmail.com -
26 Aug 2005 6:55 PM - 4 messages
I made a user control to gather usa address information and would like to know why the following doesn't work (I am assigning the valid of textbox in a second instance of the control from the first instance of ...
Server.Redirect to post to another page question
Oleg -
26 Aug 2005 6:48 PM - 3 messages
I'm trying to post from Page1 to Page2. Page1: controlData.Value = "Data value";//controlData is HtmlInputHidden // Request.Form["controlData"] would return: "Data" Server.Redirect("Page2.aspx",true); Page2: string sData = Request.Form["controlData"] ;//would return: "Data" Problem: sData gives me: "Data" where I want to get "Data value"; ...
Can't Get Into Debug Mode
Wayne Wengert -
26 Aug 2005 6:46 PM - 3 messages
I am running an aspx page in IE6 and when it loads, I get an error ====================== A Runtime error has occured. Do you wish to debug? Line 100 Expected '{' ======================= But when I click on "Yes", I do not get into debug? I do have the options to ...
Best way to pass data between websites
Duncan Welch -
26 Aug 2005 6:20 PM - 3 messages
I'm working with 4 websites running on the same box with seperate IIS sites (I can't change this) - 3 that display information from a database, and one that collects it and writes to the same database. They all use the same DLL as a data layer, which also does database caching ...
Running ASP.NET server side code from JavaScript...
Charlie@NISH -
26 Aug 2005 5:54 PM - 4 messages
Hi: What technologies are available in ASP.NET for running Server side code from a JavaScript function? Thanks, Charlie ...
Cancelling session when user closes browser window...
Charlie@NISH -
26 Aug 2005 5:36 PM - 4 messages
Hi: I would like to clear session when user closes browser window by clicking the "x" in upper right hand corner. Since this is a client side event, how do I run server code (Session.Abandon()) when user clicks "x"? ...
Re: ASP.NET architected by dumbo muppets
michaelcoleman72@gmail.com -
26 Aug 2005 5:36 PM - 4 messages
John - Any language is as complicated as you make it. Typically it is not the language but the usage and the one who writes with it. Look at the English language. You sound like a hack that creates websites for ...
targeting a response.write to a section of a web page
Stephen -
26 Aug 2005 5:23 PM - 4 messages
I have a function that calls: response.Write("<a href='[link] >Hello</a><br />") multiple times, creating hyperlinks like so: Hello Hello Hello Hello Hello Hello Anyway, I want the values above to be put in a specific location of my ...
Preserving Viewstate on form reload from a popup
jeffrobbins -
26 Aug 2005 5:14 PM - 2 messages
Hello, I am having an issue that I haven't been able to find an answer for. Any help or pointers to information would be appreciated. I have a form, lets call it mainForm, that contains a dropdownlist of offices that is populated from a database query, and other form ...
Calendar Graphic
Peter -
26 Aug 2005 5:01 PM - 1 message
Can someone show me an example of how to display a graphic in a Web Calendar Control that spans more than one day? Thanks Peter ...
HttpHandler not working when deployed in a virtual directory
Manikkoth -
26 Aug 2005 4:58 PM - 1 message
Hello, We are using a user control and a HttpHandler to display an image in a grid. The images are stored in a RDBMS. Here is the approach that we use in brief. The cells are added to the grid in the page load. One of the cell is the ...
User Interface Process 2.0 Application Block - OpenNavigator Error
Asief -
26 Aug 2005 4:28 PM - 1 message
Hi All, I am using Microsoft UIP 2.0 Application Block for my web application. I have come across with the following issue and found out how to avoid it. Wanted to know better approaches exists for this? ...
Textboxes causing cell size to increase
tshad -
26 Aug 2005 4:26 PM - 1 message
I have two tables that line up correctly. But when I add textboxes into the cells of my table, and it is close to the right edge of the table, it increases the size of the cells making all the ...
how to download exe to client from ASP.Net page
Bob Moore <> -
26 Aug 2005 4:15 PM - 17 messages
We have a requirement to put a client onto machines intended for some telephony work. The database access will be via ASP.Net pages, and that's fine, but the telephony stuff requires access to some legacy servers. I've prototyped the client itself as Winforms/C# (which was ...
VS2005 - Remove or Permanently Disable Cassini?
clintonG -
26 Aug 2005 4:07 PM - 6 messages
After discovering Cassini is crippleware I learned how to use Start Options to disable NTLM and enable support for the default web server on my XP Pro dev platform. Now all new projects are created as websites. I was happy ...
Microsoft ASP.NET courses are free for a limited time
John Timney (ASP.NET MVP) -
26 Aug 2005 4:05 PM - 1 message
https://[link] ...
accessing file on network machine
Bala -
26 Aug 2005 4:02 PM - 2 messages
Hi Currently I am displaying the list of files name on my datagrid. The files physcially stored on network machine call TestMachine, not in the webserver. r In grid the file path says "file:\\Testmachine\Arc\Folders\test.pdf" I already created the username and password for those folder and ...
database access
dee -
26 Aug 2005 3:53 PM - 9 messages
Hi I just implemented a hit counter. I lookup the value from an access database table and then increment and update the result to databse. What happens if two users access this code at the same time? Is there locking in aspnet? ...
Re: My site is screwed
Kristal -
26 Aug 2005 3:46 PM - 2 messages
Hey!Thanks for the advice...I put styles with my div's to see where they begin and end....but I still can't figure out the problem. The only thing that I can do that changes the pages is in the style sheet w/ the ...
ASP.NET Page Performace Problem
thisyr4leafs -
26 Aug 2005 3:26 PM - 3 messages
Hello All I'm stumped as to why my aspx page takes so long to load. When I run this is a development environment (with minimal data in the database) all is fine. I ran the stored procs (in a production environment) that run on this ...
How to display Foreign-Key Name fields in edit mode of data contro
Jonathan L. -
26 Aug 2005 3:01 PM - 1 message
I've got a relatively simple scenario that I haven't been able to solve in ASP 2.0. Let's assume I have a simple foreign key relationship as demonstrated below: ------------------- ----------------------------- ------------------- ---------------------------- ...
html to pdf
Abraham Luna -
26 Aug 2005 2:55 PM - 2 messages
does anyone know the name of the .net component that you pass a url and it will create a pdf. i want to pass it a url that points to a dynamic aspx page any help will be appreciated ...
Formatting HTML
clintonG -
26 Aug 2005 2:43 PM - 3 messages
Consider this code: HtmlMeta meta = new HtmlMeta(); meta.Attributes.Add("description", "whatever, whatever, whatever"); HtmlHead head = (HtmlHead)Page.Header; ...
HttpModule session state null for .zip files
Anders Bornholm -
26 Aug 2005 2:30 PM - 2 messages
I've added a HttpModule that checks access rights to zip files on my web site. The problem is that HttpContext.Current.Session is always null for zip files (even late in the pipeline - I've tried EndRequest, Pre/PostRequestHandlerExecute, AcquireRequestState). For aspx files the ...
Q: compare validator for date
JIM.H. -
26 Aug 2005 2:27 PM - 5 messages
Hello, I put a compare validator in to my applications and set the type as Date. It works for “MM/dd/yyyy†but not for “MM/dd/yyyy hh:mm:ssâ€. How can I validate time part too? ...
Re: What Have I Done?
Cam -
26 Aug 2005 2:26 PM - 2 messages
<snip> Or just use a source control repository (e.g. VSS) :-s ...
Some Advice
TobyRiley -
26 Aug 2005 2:23 PM - 13 messages
Can anyone offer some advice on this. I have a large web based application, 100+ aspx pages, 100's of webUserControls etc. While all of the system is structued & layered as n-tier we cannot seem to spilt the web application up into discreet modules. i.e. ...
How to develop sites as they were in a Root
George -
26 Aug 2005 1:56 PM - 3 messages
Hi, Guys/Girls. I have several projects and wish i were able to develop them as they were in a root. Since they are going to work out of the root and all pictures/css files are pointing to the root. ...
Effect
Jon -
26 Aug 2005 1:52 PM - 3 messages
Hello all, I'm just wondering about the following code example: if (Page.IsPostBack == false) { // Put user code to initialize the page here } It's basically a blank method on the page load, which as you can see does ...
ASP.NET 2.0 Personal Website problem
Bendik Engebretsen -
26 Aug 2005 1:24 PM - 2 messages
I have made an ASP.NET 2.0 site using the Personal Website Starter Kit. I did this on an XP machine and it the site runs fine on this machine. I have then tried to publish it to our Windows 2003 Server. I have installed the ...
datagrid in a div for scrolling question
WebBuilder451 -
26 Aug 2005 1:23 PM - 3 messages
I have a datagrid in a divtag for scrolling. On post back is there a way to hold position in the datagrid / div combo so that it posts and then returns to the post where the selection was made? thanks ...
Review my architecture please
Patrick Allmond -
26 Aug 2005 1:07 PM - 2 messages
I have to write a rather small project quickly, and I am trying to keep every clean and OO. I am fairly new to .NET. I'd like your comments on my proposed solution. Request: Display a list of summary information (hospitals) with some columns of ...
How to avoid press button again
ad -
26 Aug 2005 12:56 PM - 5 messages
I write a time-consuming process in a button's onclick event. Some user may press the button again when the process is excuting. How to avoid that? ...
Correct way to use Assembly.Load(byte())?
mathlec -
26 Aug 2005 12:37 PM - 2 messages
I'm struggling with an odd problem and I want to validate something. What is the right way to load an assembly from bytes? Is this code correct? : .... Private Function loadBytes(filename as string) as Byte() Dim fs As New FileStream(filename, FileMode.Open) ...
What is better?
Arjen -
26 Aug 2005 11:38 AM - 2 messages
Hi, Sometimes I see this: (string)DataBinder.Eval(Container.DataItem, "Answer") And sometimes this: Eval(Container.DataItem, "Answer") What is better (faster/performance) when publishing inside an aspx page? Thanks! ...
Re: TRICK: methods in ASPX pages with <%%> code blocks
Kevin Spencer -
26 Aug 2005 11:00 AM - 10 messages
The real bottom line is, if you are serious about making a living as a developer, adopt best practices. They are called "best practices" because they improve the performance of the developer, and the performance, scalability, and maintainability of the software that the developer creates. ...
Text Formating control Asp.Net
csgraham74 -
26 Aug 2005 10:51 AM - 3 messages
Hi Guys, Just wondering if someone can help me. Im writing a asp.net application for a friend and i need to be able to fomat the text of the description field. ie. bold and bullet points etc to the text using html tags. ...
using assemblies registered with regsvr32
Grant Merwitz -
26 Aug 2005 10:48 AM - 3 messages
Hi We have just bought a product what has a classic ASP front end that uses 2 assemblies. These are registered with the following command: regsvr32 Repository.dll /s regsvr32 Dynu.dll /s The way they are used int the code is as follows: ...
Convert values into Images.
velu -
26 Aug 2005 10:23 AM - 5 messages
I have created a table MSSQL that contain values and published into Datagrid. The table is typically like this.. Tbl Article Rating Count 1 3 3 ...
Problem Moving to Top of Page When Submit Fails Due to Validation
aljodo -
26 Aug 2005 9:58 AM - 4 messages
ASP.Net v1.1 & vb.net Hi all, I have a simple survey form with first name/last name text boxes at the top. I have validators on these text boxes to ensure that something is entered in them. ...
NUnitAsp and popup windows
John Mardera -
26 Aug 2005 9:47 AM - 1 message
Hi! I've been reading about NUnitAsp, and I think it's cool. But there is one problem. Can NUA test popup windows? We have a lot of data entered in popups. Thanks! Best Regards ...
Can we use Data Grid in Item Template of Data List Control
Shahid Saleem -
26 Aug 2005 9:25 AM - 2 messages
Dear Members I want to generate a Template using DataList and i want to user Grid control in the item template, is it possible. if yes need some explanation regarding data binding of grid control in the data list. Best Regards ...
treeView control in ASP pages ??
serge calderara -
26 Aug 2005 9:19 AM - 2 messages
Dear all, Do anyone of you knows where I can find a TreeView control to be used in web page ? I was expecting to see it by default within ASP project control tool bar but was not the case Thnaks for your help ...
Pressing <ENTER> in text input control causes a postback !
peshrad -
26 Aug 2005 8:51 AM - 5 messages
Hi ! I'm working with Win 2K and Visual Studio 2003. I have a problem because pressing <ENTER> in a text input control causes a postback of my web form. Here comes some example code (already stripped of most of the unnecessary ...
ASPX now with methods and classes
John Rivers -
26 Aug 2005 8:43 AM - 7 messages
hi, here is how to do it and restore sanity to aspx html rendering: (please only reply with sensible architectural discussion - juan) put this at the end of an aspx file (or use an include at the end if you want to reuse it on many aspx pages) ...
How to set CurrentPageIndex and SelectedItem in a datagrid (webfor
Calvin KD -
26 Aug 2005 7:46 AM - 3 messages
Hi everyone, Can someone show me how to set the page and row previously selected after returning from another webpage (within the same application) please. What I currently have, and I don't know if it can be done better, is a ...
Exception handling
Ramesh -
26 Aug 2005 6:21 AM - 3 messages
Hi all, In my application if any exception arises, am redirecting it to custom error page, My problem is I want to trap the actual exception,and print the custom error message based on the nature of exception, How to do? ...
How to compress the files in server?
ad -
26 Aug 2005 6:01 AM - 3 messages
I want to compress two fies in server (c:\data\mine.mdf, mine_log.ldf) into a files and copy the a specific folder in client. How can I do that? ...
aspnet_wp and upload/replace file deadlock
lc -
26 Aug 2005 4:55 AM - 1 message
I'm building a small image gallery type of site and along with it I'm adding a few pages for site maintenance. One of the maintenance functions is to replace an image (haven't tried delete and new image ...
What happened to Eval, Execute and ExecuteGlobal
matvdl -
26 Aug 2005 2:48 AM - 4 messages
I have been trying to get find where the simple Eval function that was such a great little function in asp has gone. There does not appear to be any replacement. Is this possible?? I was using this in a number areas in my asp app and when I have gone to ...
New Dev PC - moving ASP.NET projects...
VB Programmer -
26 Aug 2005 2:28 AM - 3 messages
I have a new dev machine, running VS.NET. I copied over all my asp.net website files in the c:\inetpub\wwwroot dir to the new dev machine. I can open all the solution files fine. But when I play the projects I get: ...
Active Directory authentication issue with ASP.NET & IIS
susurla -
26 Aug 2005 2:01 AM - 2 messages
I have IIS5, ActiveDirectory, fileserver on 3 different boxes all WINDOWS 2000 Enterprise. Trying to authenticate users on AD to access files on fileserver using ASP.NET from IIS5 Successfully can log to asp.net pages on IIS with proper AD user ...
Re: Data Formatting Expression for datagrid
Steven Cheng[MSFT] -
26 Aug 2005 1:16 AM - 3 messages
Hi Hope, Welcome to ASP.NET newsgroup. As for the data formatting in DataGrid question, I think Tom's suggestion is reasonable since we could have multi means to display the databiding expression and the way we have to adjust it depends on the way to bind it. ...
disabling a listitem in a dropdownlist
Loui Mercieca -
26 Aug 2005 12:54 AM - 2 messages
Hi, Is there to disable or hide a listitem in a dropdownlist? Thanks ...
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, Sourc
Next »
|
|||||||||||||||||||||||