ASPFriends.com 'aspngstart' list Archive - October 2001
Messages
Page: 1234
Applying the design to ASP.NET application (2 replies)
ASPFriends.com 'aspngstart' list
Hi, I'm very new to ASP.NET, but tell me, if graphic designer makes some design for my web application built with ASP.NET (language C#), how can I apply his design to it? What I mean: 1) I have "not designed" ASP.NET web application (just only forms and code) 2) I have design (html pages, gifs, jpgs etc.) so now I want to merge this all to one web app. How could I achieve it? Thank you very much. ...
Auto firing of events (3 replies)
ASPFriends.com 'aspngstart' list
Hi, I am facing problems while migrating from beta1 to beta2, my button events r firing up even though they r not clicked, this is happening when i click a client side button which submits the form. This results in my other server side button firing up. Plz help me with this, as i have already checked AutoEventWireup which is set to false and this code was working fine before in beta1 version. thn...
MCSD Exams for Net - When will it be available? (3 replies)
ASPFriends.com 'aspngstart' list
Moved from [aspngcommunity] to [aspngstart] by darthcarroll@asplists.com Hello, Does someone know when the MCSD exams for Studio.Net will be released and available to the public? Any informations about the exams track for NET to become MCSD would be appreciated (dates, exams needed, technonlogies in them). Thanks in advance Daniel Watts Analyste programmeur, d E9veloppement Qu E9bec Versalys, une ...
documentation (6 replies)
ASPFriends.com 'aspngstart' list
Is there any extensive DETAILED documentation? I've got the SDK documentation, but it doesnt seem detailed enough (or i am not looking in the right place). For example, the validation controls, how can i see ALL the different properties of that? All i have found is a brief explanation of what it is, and 1 example but the example dosent show you everything. Ian
Form Techniques (4 replies)
ASPFriends.com 'aspngstart' list
Hey all. I have what I believe a fairly easy question that I hope y'all can answer. In ASP.Net, I know that you can hide controls using the visible property. But, can I create an area that contains multiple controls and make it visible or not, ultimately making all controls visible or not all at once? Thanks! Jon The information contained in this communication is intended only for the use of the r...
Multiplie Language Support (4 replies)
ASPFriends.com 'aspngstart' list
Hi, I have the following doubts: 1. Can a single Web project have pages coded in multiple languages? for eg, One page coded in C# another in VB.NET. 2. I have Different modules of a single Web application coded using C# and VB.NET. How will I integrate these modules into a single project? This is very much required because we need to share some session variables across the modules. Thank you in an...
System.Windows.Forms.dll (3 replies, VIP)
ASPFriends.com 'aspngstart' list
hi: hi iam trying to use System.Windows.Forms for using an Form . error is been thrown at compile time itself . though i refer to it using /r:System.Windows.Forms.dll at compilation time also. is it because iam using .net framework beta 1 please do help me out regards manju Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com
Ado 2.7 vs. Ado.Net (3 replies, VIP)
ASPFriends.com 'aspngstart' list
could someone please tell me if Ado 2.7 and Ado.Net is the same? can I to use Ado 2.7 to retrieve xml?
Controlling a Web Browser Window (4 replies, VIP)
ASPFriends.com 'aspngstart' list
Moved from [aspngdata] to [aspngstart] by darthcarroll@asplists.com IS there a .NET class that lets you control the browser. Ie. I want a button that they click that closes the current internet explorer window Secondly I want to control the size of the window when it loads similar to what was done in javascript to open a window. Please respond! Thanks
Windows XP Professional (6 replies)
ASPFriends.com 'aspngstart' list
Moved from [aspngvs] to [aspngstart] by darthcarroll@asplists.com Hi all, I've got a silly question (I think) 20 If I've got a Win 2000 server set up with the dotNet Framework and I want use VS 7 on a windows XP professional machine, How do I do it? Can it be done. Before I've done all my work on the Win 2000 Server box, but I just bought this new machine and I'd like to use it for development. 20...
how acl are defined (2 replies, VIP)
ASPFriends.com 'aspngstart' list
hi; i dont know how groups , roles are defined in asp.net. as well as how n users are incuded in one group. where is this to be specified is it in web.Config please let me know the sytax of it regards manjunatha reddy Do You Yahoo!? NEW from Yahoo! GeoCities quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
Installing VS.NET (2 replies)
ASPFriends.com 'aspngstart' list
In our company we want to start learn to programme in VS.NET, but installation of .NET framework on every workstation sounds to me very silly, when we have developmental server. So is possible to install VS.NET without .NET framework? Or I am mistaken (.NET framework is indivisible part of VS.NET)? Thank you for help. Richard Bukovansky AT Computers, a.s. Projekt manazer IT odd. Uhlirska 3, 710 00...
how an i send and recieve email (5 replies, VIP)
ASPFriends.com 'aspngstart' list
hi ; is there anything similar to javamail,which can help me in sending and recieving email in my application. regards manju Do You Yahoo!? NEW from Yahoo! GeoCities quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
Q about Datalist control (2 replies)
ASPFriends.com 'aspngstart' list
Hi, I have a datalist control in my .aspx page which I have formatted using HTML table tags. How to maintain the same column width for both Itemtemplate and Header template? Thanks, Shweta Shweta 4850,156th Ave NE #320 Redmond WA 98052 (425)869 4914 (Home) Do You Yahoo!? NEW from Yahoo! GeoCities quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
Platform Independence (3 replies)
ASPFriends.com 'aspngstart' list
Moved from [aspngcommunity] to [aspngstart] by darthcarroll@asplists.com What other platforms can ASP.NET run on? Thanks Dean
ADO .NET Server Side Cursors (3 replies)
ASPFriends.com 'aspngstart' list
Hi all, Does anyone known something about Server Side cursors in ADO .NET? Thanks a lot, Wladimir.
Checkboxe and Querystring Value (3 replies, VIP)
ASPFriends.com 'aspngstart' list
In VBscript I could make a querystring value for a checkbox, actually listing several listing several values as one string and then parsing them before inserting individual values in the database. But with the new ASP.NET checkbox, I don't seem to be able to assign a value like that. Is there a way? OLD ASP: input type "Checkbox" value " % rs("field1")% % rs("field2")% " New asp asp:checkbox id "m...
Refreshing Browser Behavior (8 replies, VIP)
ASPFriends.com 'aspngstart' list
I am working on a small aspx page to demonstrate the use of cache. The browser is exhibiting some behavior I cannot explain. The aspx page displays some data in a datagrid. The dataset is loaded into cache the first time the page is loaded. Subsequent calls to the page get the data from cache rather from the database. The source of the data on each post is indicated by a label displayed on the pag...
IE Web Controls for Beta2 (3 replies)
ASPFriends.com 'aspngstart' list
hi, Where can I find the IE Web Controls for Beta2? Thanks, N.T.GOPALAKRISHNAN
COM+ (5 replies)
ASPFriends.com 'aspngstart' list
Hey All, Does anyone know where to find information regarding transaction handli ng , whether to use COM or not, and different technics or examples of this under .Net. Architectural views on the task also interesting. TIA Ulf Ekberg SchlumbergerSema Infodata/WebTec Box 50504 202 50 Malm F6 Tel: 46 (0)40 693 35 56 Mobil: 0708 513556 Fax: 46 (0)40 693 36 00 Email : ulf.ekberg@notes.sema.se
Date formats (2 replies, VIP)
ASPFriends.com 'aspngstart' list
This may not be the appropriate mailing list for this question. Please, direct me to any other mailing list where I can post this question. Is there any location in the internet where they discuss about handling Standard Date Formats (ISO 8601 like YYYY MM DDThh:mm:ss.sTZD) in client side JScript in a browser?
HttpUrlEncode and HttpUrlDecode (2 replies)
ASPFriends.com 'aspngstart' list
Hello, I think this is a simple question for most of you guys. I want to send string with "&" thru Http. parameter: "Sec 8 & 9" I send HttpUtility.UrlEncode("Sec 8 & 9") but when I show the value on the page as HttpUtility.UrlDecode it shows only "Sec 8". Any taker? thanks a lot
webservice behavior (2 replies)
ASPFriends.com 'aspngstart' list
Hi, I am trying to use a WebService behavior control (HTC) in my client side script to make a call to a web service. I am successful at making an asynchronous call. Making a synchronous call does not work. This what i do. 1.Create a script Object (Var callObj 3D New Object()) 2.Set the Call Object properties (funcName 3D"MyFunctionName" and async 3Dfalse) 3.call the useService method 4.call the ca...
Replace Carriage Return with <BR> in C# - How? (9 replies)
ASPFriends.com 'aspngstart' list
Anybody can help with this quick question? thanks a lot
Accessing form controls from code behind (3 replies)
ASPFriends.com 'aspngstart' list
I continue to receive this error and I'm not sure why: Server Error in '/' Application. Value null was found where an instance of an object was required. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification