ASPFriends.com 'aspngstart' list Archive - November 2001
Messages
Page: 12345
Include in asp.net (3 replies, VIP)
ASPFriends.com 'aspngstart' list
Sorry, for the Newbe question, but... Let say that I have 15 webpages (webforms), in every page there is an Menu build in a table with some code. Client side and 20 server side code. In Visual Studio.net it is very easy to build this menu on one page, and then Copy and Paste it onto the next 14 pages and code behind have to be copyed seperately, and later changes.... Well! But, is there a way to b...
How do i access CommandArgument property of LinkButton in VB (2 replies, VIP)
ASPFriends.com 'aspngstart' list
Hi All I have a problem regarding a LINKBUTTON servercontrol .And there is no help in VB for accessing link button properties. How do i access Linkbuttons COMMANDARGUMENT property in VB.NET (i am still on BETA 1) REPLY ASAP THANX IN ADVANCE Regards , Anjali Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Reloading and/or clearing a web page (3 replies)
ASPFriends.com 'aspngstart' list
Hi all, I have several pages that has a questionnaires like format. Each page has a toolbar containing a New, Save, Cancel. etc buttons. When I push the new button I want to clear all the information contained in the text boxes like the RESET button in HTML, but now from the server side. Also how can I reload a page from a server control event like a button clicked or a drop down selected element?...
What is the datatype for true/false? (4 replies, VIP)
ASPFriends.com 'aspngstart' list
If i want to pass a value thats only going to be true or false, what do i declare it is? Is there a datatype for that? And, is 1 True and 0 False? Ian
.Net Price? (3 replies)
ASPFriends.com 'aspngstart' list
Moved from [aspngcommunity] to [aspngstart] by Charles Carroll darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 000D 01C162F2.CF6FC1A0 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable Anyone have any info on what the price might be for the final release of the .Net framework? Strongly considering doing a failry large proj...
Formatting rows in a DataGrid (3 replies)
ASPFriends.com 'aspngstart' list
DataGrids, BoundColumns and Templates are fantastic to control COLUMNS and CELLS, but I've searched for days now and don't know how to control an entire row, based on the values of the data in one of the cells in that row. I want to do something like this (of course, this is just an example and doesn't work): In my DataGrid the OnItemDataBound calls this sub: sub dgResults databound(sender As Obje...
Best Windows (8 replies)
ASPFriends.com 'aspngstart' list
Friends, What is the best windows (2000, XP) to install the framework .net plataform ? I want to start developing ASP.net and VB.net programs (on my personal computer) and i dont know which one (windows) to choose .... if i have a server i will put the windows 2000 server , but i dont have one.... i must to test on my own personal computer :OP Thanks, RBFIGUEIRA
Simple Question Integer used for height and with in ASP:Image control (7 replies)
ASPFriends.com 'aspngstart' list
dim h as integer 70 dim w as integer 55 test1.height h test1.width w ASP:image id "test1" A value of type 'Integer' cannot be converted to 'System.Web.UI.WebControls.Unit'. What conversion function am I forgetting the name of? Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
Uploading website (3 replies)
ASPFriends.com 'aspngstart' list
Allright, when we have created a website with Visual Basic.net we will have a lot of files. Some extensions: *.resx *.asax *.aspx *.css *.config *.htm *.ascx *.ascx.vb *.asax.vb *.vb *.aspx.vb *.dll *.gif My question is which extensions do we have to upload to the webserver? Thanks! Download MSN Explorer gratis van http://explorer.msn.nl/intl.asp
ASP + ASPX = happiness? (8 replies)
ASPFriends.com 'aspngstart' list
Hi all, I'm told that I can run IIS 5 and use "classic" ASP pages until I get the hang of the .NET stuff, then start adding ASPX pages and everyone will play happily together. Is this true? Any caveats? Thanks, Michael Wilkes www.softwiseinc.net
Calling another ASPX from within an ASPX page. (3 replies)
ASPFriends.com 'aspngstart' list
Hi, I'm developing a site that uses an XSLT transform upon an ASPX page that is returning a contenttype of "text/xml". The problem I'm having is that when I call the second .ASPX page, I end up not running the second document (I.E. it returns the source of the page, not the executed document). 'Create a new XPathDocument and load the XML data to be transformed. Dim mydata As New XPathDocument(Serv...
The getting of .NET (8 replies, VIP)
ASPFriends.com 'aspngstart' list
Moved from [aspcommunity] to [aspngstart] by Charles Carroll darthcarroll@asplists.com Since there are a lot of authors and trainers visit here, I hope the moderator will allow me to make this combined request and admonition. The request is for some direction to good PRACTICAL (as opposed to waffle, philosophy & theory) articles to introduce anyone reasonably competent with ASP/VBscript to .NET. Y...
About window close using .js (3 replies, VIP)
ASPFriends.com 'aspngstart' list
Hi All, Whenever anyone try to close the IE , i need to popup a confirm function saying that , " Are u sure to close the window ", if he press ok , i should close. If he press Cancel button then, then window should remains. Advance thx for urs answer with regards, siva
New Project with Existing File (4 replies, VIP)
ASPFriends.com 'aspngstart' list
Phil, (1) I create a new project...ASP.NET Web Application (2) Show All Files (3) Include in Project Right? Jon Original Message From: Phil Winstanley [mailto:phil.winstanley@creations.co.uk] Sent: Saturday, November 03, 2001 12:29 PM To: aspngstart Subject: [aspngstart] Including Classic ASP in .NET applications In visual studio click the icon in the tree view window that "shows all files" and th...
Calling a method between controls (2 replies, VIP)
ASPFriends.com 'aspngstart' list
Please see important message at the end of this note. Hello, is it possible to call a method in one user control from another user control loaded on the same page? i.e. I want to filter a datagrid from a listbox but the two are in separate user controls. Shaun Donaghy IT Development *************************************************** Notice Walker Morris is regulated by the Law Society in the cond...
Classic asp coding error (4 replies)
ASPFriends.com 'aspngstart' list
Hi All Was just converting some code to asp.net if i have a line sString request.queryString("xxx").ToString and the query string does not contain a var called xxx then I get a run time error. Classic asp ignored this without raising an error Is there a way of preventing an error ? TIA Plash Sun em'bedded' java dotNET put it to sleep
Webcontrol Treeview Question (2 replies)
ASPFriends.com 'aspngstart' list
I have been stuck on this one for too long, and I am hoping you guys/gals might be able to offer a little help. I need to be able to dynamically create the treeview for each user depending on what number he enters in a form. I have a page that is creating the XML to populate the treeview, but I cannot find a way to successfully pass the variable it needs to it. Here is my code: mytree:treeview run...
Confused with Code Behind using .NET IDE (3 replies)
ASPFriends.com 'aspngstart' list
MessageI tried to run the Quickstart examples on the Beta 2 DVD. I installed intro files into a project. I am getting errors using the examples with codebehind.... I add a page e.g. intro12.aspx and then right click View Code to see the .vb codebehind page but it is empty ..... How do I import the code behind pages. Can someone give me a quick heads up on the steps on how to use the IDE to create ...
credit card processing (5 replies, VIP)
ASPFriends.com 'aspngstart' list
Hi all, My company is new to ASP.Net and we are playing around with it in advance to setting up a store front to sell our product. So far so good. But I need to research how to perform credit card functions such as verification and payment. I cannot seem to find any info on this. Thanks! Bob
How to create multideveloper projects and connect to existing ones? (4 replies)
ASPFriends.com 'aspngstart' list
Hi all, I m wondering how to create a project ( and use Visual SourceSafe ) for a number of developers to work on in the best way. It seems to differ a lot from when we created projects in Interdev How to connect to an existing project ? TIA Ulf Ekberg
A question on Focus. (2 replies)
ASPFriends.com 'aspngstart' list
Hi. I would like to know: How VB.net handles the setFocus, gotFocus, and lostFocus, etc. when a change on the fly (not using the tab index) is necessary ..? Example: I have to text fields txtA and txtB that get focus when a variable X is true or false. If X is true then setFocus to txtA. else setFocus to txtB. end if Thanks a lot. Edwin peree1@supreme.com.
Problems with <asp:CheckBox /> (2 replies)
ASPFriends.com 'aspngstart' list
I'm having some problem binding checkboxes, while binding radio controls gives me no problem. It's driving me nuts!!!! Any help is greatly appreciated. My code is below. Thanks. Jon ''''''''''''''''''''''ASPX File'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' string[,] strArrListBox new string[5,2]; strArrListBox[0,1] &quot;CLIN 1: Corporate Consulting &amp; Analysis&quot;; strArrListBox[0...
VS.Net (16 replies)
ASPFriends.com 'aspngstart' list
I know the .Net platform only runs on W2k and NT, but can you run VS.Net on W98 or Millennium? Jason Aaron Corporate Systems New Product Development 806.337.3103
Debugging in ASP.NET (3 replies)
ASPFriends.com 'aspngstart' list
Dear Guys, After I installed VS.NET and can create, build, run, and debug VB.NET programs. I can also create, build and run ASP.NET programs. BUT I can't debug ASP.NET progams. I don't understand why I can debug VB.NET programs but can't debug ASP.NET programs. I'm sure I have full control (all types of access) to the Web Server. Can anyone suggest me with a solution? Thanks Michael CAUTION: This ...
Beta 2 to RC1 installation tip (3 replies)
ASPFriends.com 'aspngstart' list
Copied from [aspngvs] to [aspngstart] by Charles M. Carroll darthcarroll@asplists.com IF you have ASP.et Premium and the Framework installed in addition to VS Beta2, BEFORE you install VS RC1 I would recommend : uninstall Beta 2 Uninstall the Framework AND uninstall ASP.Net Premium I was told that all I had to do was uninstall VS Beta 2 in order to install RC1........I kept getting errors that it ...
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