|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Formatting Parent-Child data in table
Chris White -
2 Apr 2005 11:26 PM - 2 messages
Kinda new to .NET. I used to build output like this manually in ASP and I can't find any examples of creating this with Repeater, DataList, DataGrid etc to make it any cleaner in .NET select a.au_lname, a.au_fname, t.title, t.price, t.pubdate ...
Permission script
Aaron -
2 Apr 2005 11:11 PM - 2 messages
I'm going to deploy an web app on a client's server. It requires write permission for the ASP.NET account for one of the folders. c:/inetpub/wwwroot/mysite/logs Is there a script that can automatically do that? in VBS? or BAT? or NET? ...
Page / Web Control Event order?
Tome73 -
2 Apr 2005 8:35 PM - 4 messages
Could someone give me a comprehensive order of events as they pertain to web controls within a page. The page events are: Page_Init Page_Load Page_PreRender Page_Unload Page_Disposed ...
Installing VS - have existing developer version
Sandy -
2 Apr 2005 7:29 PM - 3 messages
Hello - I have been using the 60-day trial software for quite some time (currently have Version 7.1.3088 installed) and have recently purchased Visual Studio ..net Special Edition Version 2003. I have a few practice web apps I would ...
showing changing time in a label
barry -
2 Apr 2005 6:48 PM - 3 messages
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim curtime As Date Do Until Date.Now >= some future date time ...
pop ups
mareal -
2 Apr 2005 6:19 PM - 4 messages
Is there any way to programmatically open pop ups with SP2? My ASP.NET site uses JavaScript to open new browser windows and they are being shut down automatically... ...
weird sql data reader thing...
dhnriverside -
2 Apr 2005 4:37 PM - 8 messages
Hiya Right, I'm trying to make an A-Z page for my site. It starts on A, with a row of 26 letters along the top that you can click on. Fine so far. Now I've come to pull the data in from the SQL database, and something very ...
dynamic ASP 2.0 Pages
Jörn_von_Holten -
2 Apr 2005 3:27 PM - 3 messages
Hi, my 3-tier system has a separate bizz-logic and storage service (MVC paradigm as usual) and the bizz-logic layer shall drive the logic (workflow) of the ASP site. My "idea" is (alike Xaml but I am not allowed to use Xaml now) to store ...
Is the RequiredFieldValidator a reliable control if supported with sensible form level coding?
Hazz -
2 Apr 2005 3:23 PM - 6 messages
I needed to provide client side validation for a web forms text box, radio button list, and drop down list. I asked two developers I work with what they thought I should do. One said Javascript, the other the Validation Controls. ...
@assembly directive questions
Steve Richter -
2 Apr 2005 2:25 PM - 8 messages
I am attempting to use the IBM DB2Connection class in my .aspx web page. Using Visual Web Developer 2005 express, I cant figure out how to add a reference to a project. heck, I cant figure out how to open a project! ...
ERROR: 'HTTP/1.0 503 Service Unavailable'
Tomas Kepic -
2 Apr 2005 11:47 AM - 14 messages
Hi, i'm trying to create my first ASP.NET project ( HelloASPWorld project) but an error occured when I put OK button in NewProject. ERROR: "The Web server reported the following error when attempting to create or open the Web project located at the following URL: ...
Getting Domain\Username
Rob Nicholson -
2 Apr 2005 10:24 AM - 3 messages
Can somebody remind me how you get the domain\username of the client who's accessing an intranet site? I know you have to turn on NT authentication on IIS. Also, does this work with other browsers such as Firefox? It's a ...
what is the difference between datagrid and datalist
Raghuram -
2 Apr 2005 9:52 AM - 2 messages
difference between datagrid and datalist ...
Updating DataGrid without PostBack/Refresh
ashfaq Gul via DotNetMonster.com -
2 Apr 2005 8:35 AM - 3 messages
Please help me.... i want to update record in datagrid without postback ....and the main thing that the confirmation of record updation should be from server not client ...because overwritting problem may occur if more than one user are updating the same record.... ...
Datalist validations. . .
rvsraghu -
2 Apr 2005 7:46 AM - 4 messages
I have a datalist control in my page and there is a Textbox to enter the data like username or location. (Basically used to enter a single data at a time.) now i want to validate the control in such a way that, if the user ...
Database Driven Menus
Winshent -
2 Apr 2005 7:12 AM - 2 messages
I am trying to write a data driven menu. I am still a beginner so am asking for advice. My current method is to load all of the result into a html style string using the following code: ############################ Public Function GetMenuList() As String ...
Licensing Method
Aaron -
2 Apr 2005 5:33 AM - 4 messages
I would like to learn more about licensing methods that can be used with asp.net application. Something like [link] You have to download a license file to activate the program. and it locks the application to a single website. ...
Creating an ASP.NET Ver1.1 app on a WinXP box.
Phil Jones -
2 Apr 2005 2:47 AM - 3 messages
I'm attempting to create an ASP.NET (Framework Ver1.1) web-app on my "LocalMachine" that is running Windows XP. I get a dialogue saying that the server needs to be upgraded to Ver1.1. Other than installing the Framework 1.1, what do I need to do to upgrade ...
SSL Client Authentication
wrytat -
2 Apr 2005 2:29 AM - 6 messages
I'm not sure if I'm posting the correct place. I posted it somewhere else, but someone told me to post it at another place. Anyway, some background first. I am currently building a web application for my company. This application is going to be hosted with an ISP on a shared ...
Error: The file could not be loaded into the Web Forms designer
Michal -
1 Apr 2005 10:31 PM - 3 messages
Hello, We have a new Windows 2003 swerver installation and .NET 2003. I am trying to create a new ASP.NET application and it wont'l let open forms in design mode. I am getting the following error: The file could not be loaded into the Web Forms designer ... ...
datagrid command events not firing.
Peter Rilling -
1 Apr 2005 10:14 PM - 2 messages
I have an interesting problem with a datagrid. It is the standard chicken-and-the-egg problem. I have this page with two datagrids. It essentially defines a parent-child relationship. The parent grid has a "edit" and "delete" columns. When the ...
Reference DataGrid Style Property in Javascript
MrMike -
1 Apr 2005 9:57 PM - 2 messages
Hi. I have the following Javascript function on an aspx page, in the HTML code. As you can see, if the condition is true then 3 lines of code are executed. My problem is that I cannot get the third line to work. ...
IHttpModule Question (storing state)
Mike -
1 Apr 2005 9:40 PM - 5 messages
I've created a custom IHttpModule that does custom authentication. Currently it stores authenticated user info in a hashtable within the class so I don't have to re-authenticate against a database everytime a logged in user hits a page. ...
ColdFusion?
William Fields -
1 Apr 2005 9:23 PM - 5 messages
Hello, I'm trying to find out more information about ColdFusion and could not find what I'm looking for on Macromedia's website. My question has more to do with what ColdFusion is and how web services are supported. Specifically, I'd like to know: ...
Sending mail through Hotmail from DotNet
dgk -
1 Apr 2005 9:03 PM - 7 messages
I looked around for Sending Email hints and found quite a few, but I don't see how to do it with a hotmail account or anything where I have to logon. I'm willing to send them through the server, in fact I want ...
Setting Page Expiration...
Mustufa Baig -
1 Apr 2005 7:59 PM - 5 messages
Hi, Whenever the user clicks on Back Button, I want that page to be reloaded or refreshed. Basically I don't want my page to be cached. How can I acheive this functionality in asp.net? Regards, ...
Change in value of custom attribute is not reflecting at server side
The Developer -
1 Apr 2005 7:21 PM - 4 messages
Hi All, I have a web application where I am adding a custom attribute to my ASP.NET text box control and changing value of that attribute at client side using JavaScript. My problem is that changed value of that custom attribute is not ...
Combine 2 Columns to one with punctuation
DBLWizard -
1 Apr 2005 6:23 PM - 11 messages
Howdy, I need to compine two columns (LastName, Firstname) with the comma. The only problem I have is the Firstname could be blank and in that case I don't want the "," appended to the last name. This data is coming out of a Sql Server data base. I am currently ...
ASP.NET Deployment...
Terry Mulvany -
1 Apr 2005 6:21 PM - 3 messages
Hello group, Curious as to how you all have chosen to deploy/publish your asp.net apps. Currently though we have a local dev environment, then we stage to a QA server then we publish/deploy. In previous jobs I've always used straight xcopy to publish to production ...
About Refreshing Webpage......
Mustufa Baig -
1 Apr 2005 5:41 PM - 2 messages
Hi, Whenever the user clicks on Back Button, I want that page to be reloaded or refreshed. Basically I don't want my page to be cached. How can I acheive this functionality in asp.net? Regards, ...
3D Animation of 300,000 data points via ASP.NET?
JohnH. -
1 Apr 2005 5:37 PM - 10 messages
I'm looking for general advice on how to approach an application. I want to develop a freeware program that will plot out the positions of about 300,000 stars near earth. This will be a 3D plot that the ...
Impersonating a User and Starting Standalone Processes stop workin
Indepth -
1 Apr 2005 5:37 PM - 2 messages
Overview: We're creating a ASP.NET app in C# that calls some C# programs we've created. Our DB server is on a w2k3 machine and using our w2k machines as our web server. Without setting an Identity in the web.config we can not access ...
Server.MapPath not available in Session_End
Anonymous -
1 Apr 2005 5:16 PM - 3 messages
Hello All, I recognized that Server.MapPath doesnt work in Session_End. Is there any other way to get the path? I dont think so, but I am hoping for other ways. ...
Reading text file from server
Joe Ehrenfeld via .NET 247 -
1 Apr 2005 5:15 PM - 2 messages
I ma having an issue saving a text file that is located on a remove server (Chase Bank) to one of my servers. I know that I have the file in the Srtream object but I just can't seem to get it to save to my server. Here is my code: ...
ASP.Net projects not loading in VS.Net after SP2 for XP installed
Conan -
1 Apr 2005 5:01 PM - 10 messages
Hi, I am having a problem with .Net / Visual Studio that I can't find the cause of. I have searched newsgroups and the web and find people with similar but different (I think) problems. Here's the issue and some of what I've found ...
Restart ASP.NET on Error?
xenophon -
1 Apr 2005 4:52 PM - 3 messages
I have created an external AppDomain for use in my ASP.NET 1.1 app, it is shared by all web users (it will eventually be physically Remoted hosted on another server). When there is an Exception, the AppDomain does not always unload. In fact, I can delete every file from the ...
Can i specify how much of an aspx page should print?
MrMike -
1 Apr 2005 4:41 PM - 2 messages
Hi. I have an aspx page which displays data on about the top 1/3 of the page, and the remaining 2/3 of the page is blank. The page is formatted so that my users can print the page to special-sized labels of the same ...
Mix Coldfusion and ASP.NET pages
Urs Eichmann -
1 Apr 2005 4:21 PM - 6 messages
In a website built with coldfusion 5, we want to add some new pages built with ASP.NET. AFAIK, it should be no problem mixing .CFM and .ASPX pages within the same site, because IIS loads a different handler for each page. ...
Data binding in TextBox after dropdown list indexchanged
david -
1 Apr 2005 4:17 PM - 6 messages
I have a question in the following. Any one could give me a help? Thanks David The dataset is declared and created at Class level. My source code is here: Private Sub lstPatientID_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstPatientID.SelectedIndexChanged ...
Required Field Validator question
Skeptical -
1 Apr 2005 4:11 PM - 4 messages
Hello, I have a form and two buttons on it. Button1 submits the data to a database and RequiredFieldValidator is used to make sure all the required fields are filled up, the second button has a completely different task it basically ...
session question
anonmous -
1 Apr 2005 4:01 PM - 6 messages
Hello, I am creating a pdf via some code. Now when the pdf is created, I assign the filename to a session variable and open a new window with the pdf. Now when the user closes the pdf window, I would like to delete the file. I was ...
.NET Framework not installing
Steve Caliendo -
1 Apr 2005 3:58 PM - 3 messages
Hi, My computer at home is running Win2000. I've installed the .NET Framework (dotnetfx.exe) and it says that it completes successfully. However, my web server cannot process .aspx pages. IIS serves .htm just fine. I noticed that there is no aspnet_wp.exe running on the computer. Does ...
Script
trygve alsos -
1 Apr 2005 3:25 PM - 2 messages
Hi ! Anyone here got a good tips for an script ? I want to show an image/picture when sombody drags the mouse over the text, the code is in asp/vb. A java script will do fine. Tnx to any who can help me. ...
Sharing user object using webservice
Edgardo Rossetto -
1 Apr 2005 2:54 PM - 2 messages
Hello, We have several web applications (some in classic asp, some in asp.net and there's probably gonna be others with asp.net 2) that share the same user db, the problem is that all the applications retrieve the ...
set cell color while rendered in a datagrid
Ofer -
1 Apr 2005 2:03 PM - 4 messages
I use the code: <asp:BoundColumn DataField="EFF_END_DT" SortExpression="EFF_END_DT" HeaderText="Effective End" DataFormatString="{0:d}"> <ItemStyle ForeColor= '<% # MyColor( ...
generated buttons
benoit -
1 Apr 2005 1:51 PM - 3 messages
using this usercontrol - [link] - I manage to create several inputfields and buttons, depending on what user needs. works fine However, I do not find much useable help on recreating eventhandlers for dynamic generated buttons. All I seem to find is when you know in advance how ...
multiple parameters for a datagrid url hyperlink
LB -
1 Apr 2005 1:50 PM - 2 messages
Hello everybody Using .net 2003 & vb,asp How can i pass multiple parameters in the URL Hyperlink for a datagrid ? or is there somewhere a sample on how to accomplish that ? I know how to pass one, on the property builder, I used something like : ...
hostname and dns
Spartaco -
1 Apr 2005 1:42 PM - 6 messages
hi, I was curious to know why the property Request.UserHostName gives me the IP of visitors instead of their dns name as stated in the documentation. It's something wrong with the configuration of my server(win2003) or it's ...
best practices
kODE -
1 Apr 2005 1:37 PM - 3 messages
Hello i have a webform that is a report, and one of his columns is the user name. well i have to allow filter by user name, y was thiking in build a dropdownlist with the users in my datatable, once ...
Visual Web Developer Question?
Patrick Olurotimi Ige -
1 Apr 2005 1:34 PM - 12 messages
Is Visual Web Developer is it worth installing? Can i use Web Matrix with ASP.Net 2.0? Cos i know VWDeveloper is meant for ASP.Net 2.0 and not ver 1.1. Can both run side by side? ...
Disappearing usercontrol
Grant Merwitz -
1 Apr 2005 1:26 PM - 3 messages
I am using usercontrols to control the contant in my website. Currently, depending on a parameter passed in the querystring, the appropriate usercontrol will be loaded. i.e. private void Page_Load(object sender, System.EventArgs e) { if(!Page.IsPostBack) ...
ASP.NET 2.0 Beta 2 Released This Morning...
clintonG -
1 Apr 2005 1:21 PM - 3 messages
April Fools :-) ...
deploy crystal reports on production server using host headers
Tim_Mac -
1 Apr 2005 1:17 PM - 4 messages
hi, see quote below from [link] According to the book: "Deploying .NET Applications Lifecycle Guide" ...
directory permissions question
carla -
1 Apr 2005 12:56 PM - 3 messages
We have a bunch of articles that visitors to our website can read. They do a search, and we present a list of matching article links. The files are named sequentially: art1.htm, art2.htm, art3, htm, and so on. The articles ...
instantiating a template control
Andy Fish -
1 Apr 2005 12:40 PM - 4 messages
Hi, Say I had a repeater-like situation but were I wanted to have every 3rd item look different instead of every alternating one. I could write my own custom control and in the ASPX file something like this: <myControl> ...
Image Problem
Xarky -
1 Apr 2005 12:39 PM - 6 messages
Hi, In one of the pages I have placed an image. This is located in the following directory. Inetpub\wwwroot\ProjectName\bin\MyImage.jpg Now when I access the page from the same machine I can view the image, ...
HttpListener in VS2005
rajamanickam -
1 Apr 2005 11:37 AM - 3 messages
Hi all, I am using HttpListener class of VS2005 to send HTTP response . i am writing data by outputStream and closing ResponseContext. Even i used stream.flush, stream.close methods, i am getting error "cannot close output stream before write all bytes to client". How do i close this problem? ...
understanding master pages
Diego -
1 Apr 2005 11:28 AM - 2 messages
Hi all I'd like to understand something about master pages: 1)Why if if try to typecast a masterpage inside a "child page" the compiler tells it dont find the class? I was trying to declare a property in the ...
Customize 404 server error in .Net
SMG -
1 Apr 2005 11:22 AM - 4 messages
Hi All, From where I can customize 404 error. I.e. the error is printed below.. Server Error in '/sharekhan' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is ...
user enter key to control my login form
Grant Merwitz -
1 Apr 2005 11:17 AM - 8 messages
Hi I am trying to get the enter key to submit my login form The login form is currently in a control on the page and uses an asp:imagebutton as it's login button. If a user presses enter currently, the page just reloads. ...
How to reset all the forms of an entire aspx page?
Jensen bredal -
1 Apr 2005 10:23 AM - 4 messages
hmtl reset does not seem to work or i'm i doing something wrong? MT JB ...
error:unable to open asp.net applications from new project window of visual studio.net
amit_swan -
1 Apr 2005 10:23 AM - 2 messages
hi everyone, i'm facing this problem with opening asp.net applications from visual.net i'm running it with windows xp with service pack 2,visual studio.net 2003 with iis server installed before installing ...
ProcessPostData
Jeremy -
1 Apr 2005 10:10 AM - 4 messages
How do I go about tracing what occurs between ProcessPostData and ProcessPostData Second Try. Reason is that is takes nearly 2 seconds between these events. Thanks Jeremy ...
Can panes similar to outlook be used???
Phani -
1 Apr 2005 9:38 AM - 4 messages
hi everyone !!!! i want to develop a web application in which the gui is divided into different panes and the panes should have facilities like increasing the width by dragging , dockable etc .... as we do in outlook panes ..... is it possible to have this kind of gui in ASP.NET using C# ...... ...
Passing values between forms
Mani P.S via .NET 247 -
1 Apr 2005 9:29 AM - 3 messages
(Type your message here) Hi I'm new to asp.net and I need some help I have three forms with some textboxes.I want to pass the values of the textboxes of form1 and form2 to the third form ...
VB.NET and C#
MattC -
1 Apr 2005 9:23 AM - 14 messages
I have been given a project to support and extend. My ASP.NET language is C#, however the project was written in VB.NET. Is there any way to add webforms to a VB.NET project with the codebehind file being C#? ...
Could not create 'CDO.Message' object
Hemant -
1 Apr 2005 9:01 AM - 2 messages
I am getting "Could not create 'CDO.Message' object" error while trying to send an email from my machine. //Below is code for sending an email using System; using System.Web; using System.Web.Mail; ................. ................. ...
how check if session is null?
lydia sista via DotNetMonster.com -
1 Apr 2005 7:50 AM - 2 messages
HI all how dya check if session is null or does not exist? I tried using if Session("cart")= null then ... end if this doesn't work it says 'null' is not declared. 'null' constant is no longer supported. use 'system.dbnull' instead. ...
Uploading file to local host
jackson -
1 Apr 2005 7:17 AM - 7 messages
Hi all, Im having problem when uploading file to localhost. but I can upload to drive c: any idea thanks ...
Session State Sharing
josh -
1 Apr 2005 4:16 AM - 2 messages
Hi Guys, I am wanting to share a simple Session between to ASP.Net Applications on the same server, but i just can't get it to work. I have changed my web.config file in both the projects to say the following: ...
download files
Marc Pelletier -
1 Apr 2005 3:42 AM - 3 messages
Hello, I'm not sure how to pursue what I want to do. I want to create a website that keeps a set of files on the users machine syncronized. I've found some code using directoryinfo that I am using to ...
Permission to access PDF files from ASP.NET
ryu -
1 Apr 2005 3:32 AM - 2 messages
Hi All, My web app requires to access a PDF document. However it will not open when I start to access it using Process.Start("fileName"). Although at the task manager, it says that the Acrobat service has been started by ASPNET. Is ...
How to Post a Form
Justin -
31 Mar 2005 11:15 PM - 18 messages
How do I post a form to a specified url using an ASP.NET with a code behind? With traditional ASP I used to be able to simply use: action="https://[link]" Thanks, Justin. ...
SSL and Performance
Ryan Ternier -
31 Mar 2005 10:47 PM - 6 messages
My Company is looking to implement SSL encryption on a few of our software projects. We deal mostly with local governments so information needs to be secure between the client and our servers. We've heard SSL can be costly on the initial handshake.. how costly? ...
Default size for dropdownlist
tshad -
31 Mar 2005 10:37 PM - 5 messages
Is there a way to set the Default size of a DropDownList? If there is nothing to fill it with you get a really small (width) control that looks kind of funny. I wanted to set it to be abou 50px if there is ...
Please wait...
Anonymous -
31 Mar 2005 10:29 PM - 5 messages
Hello, I am generating a pdf file via some code. It takes approx. 30 secs to create the pdf and to show it to the user. During that time, I want to show a message like "Please Wait...". Ideally I would like to show only ...
Newbie - Can you point me in the right direction.
james -
31 Mar 2005 10:14 PM - 2 messages
I am trying to put together a simple site where the user can select the page layout from a set of templates. The templates will be in the form of 3 blocks of code: header, navigation and footer I have tried using user controls and calling them by using ...
Changing a RequiredFieldValidator on the fly?
RCS -
31 Mar 2005 9:49 PM - 2 messages
I have a questionnaire-type web form - and I would like to have one field validator, and when you switch to a question - have the field validator apply to the current item. If I try to change the ControlToValidate on the fly, I get no error - but it ...
How to pass listbox to sub
Chris -
31 Mar 2005 9:21 PM - 4 messages
I have this sub to resize a listbox: Sub ResizeListBox() Dim lineCount As Integer = 0 Dim li As ListItem For Each li In Me.lstStatus.Items ...
SQLConnection Help
Claudiu Tescu -
31 Mar 2005 9:20 PM - 4 messages
I make an project in ASP that use SQL Server that is on the same computer at compilation time I have the problem : Login failed for user 'NOSTRU\IUSR_NOSTRU'. Description: An unhandled exception occurred during the execution of the ...
How do you check if validate has been called.
tshad -
31 Mar 2005 9:03 PM - 8 messages
I get the following message from one of my buttons where I have CauseValidation=false. Page.IsValid cannot be called before validation has taken place In my routine I need to do: if Not IsValid then exit sub ...
Can I call a SQL Server 2000 DTS package from an aspx?
lanem -
31 Mar 2005 8:37 PM - 4 messages
How can I do this? ...
Exception Management App Block - System.ComponentModel.Win32Except
Steven -
31 Mar 2005 7:35 PM - 14 messages
Hi all, I am using the Microsoft Exception Management App Block (Enterprise Library) with ASP.NET. When I try to publish an exception I get a System.ComponentModel.Win32Exception: Access is denied exception on both my WinXP development machine and both of my Win2k3 production servers. ...
Double Click on Listbox
tshad -
31 Mar 2005 7:17 PM - 3 messages
Is there a way to do go to an even using double click? I know there is such an event, but I haven't seen any on the asp.net objects. I tried to add one, but it didn't go anywhere. ...
Data binding at design time. How to work with them. I got error me
david -
31 Mar 2005 6:55 PM - 2 messages
MY purpose is that develop a web form with textboxes to display database contents. In design time, I follow the .Net document and click data binding property field in each TextBox, select the corresponding colunm name of database table to each textbox. ...
Persisting Trace.axd
Shawn Melton -
31 Mar 2005 6:41 PM - 3 messages
I need to log and collate trace information from servers in a shared environment. I'd like to use Trace.axd. Can the tracing info displayed with Trace.axd be persisted? Can it be collated? ...
Background Thread Error Logging
Solel Software -
31 Mar 2005 6:25 PM - 4 messages
Hi, I'm running a long running process on a background thread in an ASP.NET application and not sure about how to get the path since the HttpContext.Current object is null. If there is no context, how does one get ...
PDF
Anonymous -
31 Mar 2005 6:12 PM - 2 messages
Hello, Is there a way open adobe reader automatically in the background? I am refereing to the processes: acrotray.exe and acrobat.exe in the taskmanager. I dont want to open the real adobe acrobat window. The user shouldnt know that ...
How to do that ....... ?
Sam Carl -
31 Mar 2005 6:01 PM - 4 messages
We have (Windows 2000 Servers and Windows 2000 Professionals desktop) network. Requirement is if the specified user (UserId = UserId1) logged in to our network by logging into his/her workstation (Windows 200 professional) using Userid = UserId1, I want to allow them to launch and query my application ...
What am I missing here from this function/control?
Microsoft News Group -
31 Mar 2005 5:58 PM - 3 messages
I am populating a dropdown list from a DB Table and cannot get the list to populate! Can anyone see what I am missing? I am telling the dropdownlist to use 2 fields from the record set, then from the codebehind I am pushing the ...
Form Submission and Refresh
Jim Little -
31 Mar 2005 5:57 PM - 18 messages
Hello, I'm driving myself crazy either because I'm missing something about ASP.NET, or what I'm trying to do simply can't be done. First, I am not using session variables to track state. My app will ...
QueryString
hecsan07 -
31 Mar 2005 5:55 PM - 4 messages
I am a newbie in .NET. I am trying to collect the query string and paste it to the new url. The problem is I am not sure with the particular names of the query string elements are. How can I iterate through the QueryString ...
Looking for a good validation control
Shapper -
31 Mar 2005 5:49 PM - 4 messages
Hello, Could someone point me a good validation control for ASP.Net? Thank You, Miguel ...
Save Page As Web Page
SMG -
31 Mar 2005 5:48 PM - 4 messages
Hi All, On my website I want to provide a link with 'Save Web Page as HTML" I wrote the following code for the same and it works " document.execCommand('SaveAs','1','TEST'); " But it saves page content(HTML Code) and does not save images on the page ...
How to add imageButtons to DataGrid?
charliewest -
31 Mar 2005 5:19 PM - 3 messages
I am dynamically creating my datagrid, building each column in real-time via code-behind (using c#). The only way i have read to add ImageButtons to my grid dynamically is by creating a separate template class. However, a class cannot create server ...
querystring && postback
Alejandro Penate-Diaz -
31 Mar 2005 5:18 PM - 4 messages
Does anbody know how to clear the querystring between postbacks? tnx, alejandro. ...
Component for ASP.Net
hendrik -
31 Mar 2005 5:17 PM - 4 messages
Hi, If I buy a component from 3rd party to be used in ASP.Net based on the Framework 1.1, then when I upgraded my IIS with .Net Framework 2.0, would the component still can be used? The component was compiled using .Net Framework 1.1. ...
WebService TimeOut!!
Vai2000 -
31 Mar 2005 5:01 PM - 2 messages
Hi All, What's the difference between Timeout on the Webservice proxy object and Timeout on the auto generated Proxy // foo.aspx.cs localhost.MyWebSvc svc=new localhost.MyWebSvc(); svc.Timeout=1000; // auto generated proxy // WebReferences/localhost/Reference.cs this.Timeout=5000; ...
excluding some rows when databinding
Andy Fish -
31 Mar 2005 4:56 PM - 2 messages
Hi, Say I have an Array of "Person" objects that I'm using as the DataSource for a grid control. At databinding time I'd like to select only people with age>18 to go into the grid and ignore all the others. ...
What to use instead of the CommandArgument in DataGrids?
charliewest -
31 Mar 2005 4:37 PM - 3 messages
In the datagrid ButtonColumn, for both the pressButton and linkButton, there is no CommandArgument property. My question is: How do i go about programming events using the commandName without knowing the value associated with the row? Is there a different property or a hack i ...
Determining the Better Approach of Transaction in n-tier Application Model and where Transactions ar
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||