India Information Security - Bangalore sessions

2006-12-12 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion The Confederation of Indian Industry (CII) and Microsoft have been conducting a series of sessions

Re: Open a binary file in C#.NET.

2006-06-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Check out this utility called HexViewer written by Roshan James. http://www.thinkingms.com/pensieve

Re: where should I store question answers.

2006-06-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion The decision is yours based on your environment. Have you considered a database

Re: Session on End event if using state server or sql server

2006-06-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Just a thought - you could try writing SQL Server triggers or something independent that watches the

Re: Problem with Cache - suggest me

2006-06-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Set an OutputCache directive to your pages. See MSDN for more information Regards Pandu

Re: java script problem

2006-06-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion For adding client-side attributes (such as onclick, onmouseover, etc.) for any ASP.NET server control

Re: Wanted BDOTNET Library Books

2004-08-03 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Hi Venkat, I currently have the .NET IL Assembler book from the B.NET library. Get it touch with me at

Re: New to .Net

2004-06-15 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 5 in Discussion Hi Aravind, There is a lot of material available online for learning .NET. If you have a computer and

Re: opening a URL from ASP.Net App

2004-06-14 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Use client-side JavaScript (on page load or any other event): Page.RegisterStartupScript("window

Re: opening a URL from ASP.Net App

2004-06-14 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion if you don't want a "startup script", you could also use Page.RegisterClientScriptBl

Re: New to .Net

2004-06-14 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Aravind, Both J2EE and .NET are platforms which provide excellent support for building enterprise

Re: How to assign values to labels dynamically

2004-06-14 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Smithesh, The following code should work for you: private void SetLabelsText() { foreach(Control

Re: How to run calc.exe from asp.net using C#

2004-05-20 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Just curious! Why? Do you really want a new calc.exe to spawn for each user that hits the server

Re: Alt + Tab not working while C# app is running

2004-05-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Bhavin, Isn't that because the FileDialog is supposed to behave as a modal dialog? Re

Re: calling an .Net EXE from using javascript URGENT

2004-05-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Lokanath, The OBJECT tag can be used with a .NET assembly only in the context of server-side code

Re: .net application form win 2000 to 2003

2004-04-20 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Not as long as you are running the same framework version :) Regards Pandurang http

Re: VS.NET control font change

2004-04-20 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion I don't know about the Form. I found an interesting tip: If you change the Form font size to 8pt,

Re: .Net Caching

2004-03-22 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion The problem description does not give an idea of what exactly your problem is. Could you re-state as to

Re: Conversion .Net code to Java

2004-03-20 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 5 in Discussion Microsoft has provided the JUMP Toolkit ever since the first release of .NET. The JUMP (Java User

Re: Creating DSN- Urgent

2004-03-20 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Hi Gururaj, A File DSN is a simple text file with a very simple format. Just create a File DSN on your

Re: JavaScript + ASP HELP...

2004-03-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion OK.. Writing untested code (it is assumed that this page name is index.asp): <%@ Language=VBScr

Re: has any one worked on ADAM :

2004-03-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion One clarification: what's the ADAM you are referri

Re: Conversion .Net code to Java

2004-03-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 8 in Discussion Oops! Got your requirement wrong.To convert Java to VB.NET could be quite difficult. That is more

Re: How evaluate an expression in SQL Server!!! urgent

2004-03-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion Of course, you don't need @print str in the above

Re: How evaluate an expression in SQL Server!!! urgent

2004-03-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion This will work: declare @str nvarchar(50) declare @v real set @str='(basic*(10/100)+50)'

Re: Using VB.NET class library in vb6 application

2004-03-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Shri, Tried various options myself for this. Doesn't seem to support the same. I even tried r

Re: Sql Query & a strange VB BUG

2004-02-28 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Some scouting on the web, and it turned out that my hunch about the anomaly occurring due to the way

Re: Sql Query & a strange VB BUG

2004-02-28 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Haven't got the reason for the wonderful BUG post, but did find that it is not just the second de

Re: Forms based security without cookies

2004-02-28 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Dhili, there are many ways of doing this and if you searched on the web, you would get many methods

Re: Did you like the Bash ?

2004-02-23 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 10 in Discussion The BASH was just too good. Almost felt that we should have more "bigger" events like that - s

Re: good book for sqlserver 2000

2004-02-20 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 7 in Discussion Hello people, Great to see the interest in the book, but I just want to make a point here. And I am

Re: Without WMI

2004-02-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Saro, A few questions to understand your question better: 1. Any specific reason why you don&#

Re: Avoiding right click in link button

2004-01-28 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion Use and it works in all cases. If you are trying to protect HTML source, well, it can't be done.

Re: GPS

2004-01-07 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion What help do you need exactly? --- To stop

Re: VB dll's methods

2004-01-02 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion 1. Have you registered the DLL? 2. If yes, go to regedit and do a find for the "dllname.dll"

Re: sql

2004-01-02 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion If you get the resultset of a SP into a dataset, you can apply filters to the dataset and get those

Re: Alternate control for calender control in ASP.net

2004-01-02 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion There are many floating around on the Internet.What I would really like to know is, why you want an

Re: Watching a folder

2004-01-02 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Create a Windows Service or a taskbar application (depending on your requirement). Create an instance

Re: windows authentication in asp.net

2003-12-31 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion What specifically is "not working". The approach seems right, the directory permissions wou

Re: Thread Local storage ??

2003-12-30 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Imagine a scenario where you need to have multiple threads running in an application. If you want each

Re: Can we Embedd MS-Word in a WebPage

2003-12-23 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion You would also want to look at Office Web Controls. Check out http://msdn.microsoft.com/office/ and

Re: messenger - module

2003-12-22 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion You will need to do some real heavy programming in sockets to build a robust chat server and IM

Re: WMI errors

2003-12-22 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion Did you check to see the other point Roshan made? Also, start Computer Management on the other

Re: Generations in GC

2003-12-20 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion Do a google search on: generations Garbage collector site:msdn.microsoft.com and then read everything

Re: DataGrid - Checked rows DataGridBoolColumn

2003-12-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 5 in Discussion Yup. You got to use Dolly's suggestion and inside the loop you can use mine for checking the v

Re: hyderabad group wanted

2003-12-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion you will be quite suprised to also know that there are a dozen UGs in India now. Visit http

Re: migrating to DOTNET from ASP

2003-12-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion No. 1: Install .NET Framework No. 2: Try to get your hands on an IDE like ASP.NET WebMatrix

Re: Configuring Virtual directory path

2003-12-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion Hi Av, If you still haven't found a solution, here's mine: It is not possible to change t

Re: "Add new" in binding arraylist with datagrid

2003-12-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Remember that the concept of a data grid is that it is bound to a data source. Once you have loaded the

this week's meeting

2003-12-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion just a proposal: in view of the next UG meeting happening on 26th December (Day After Christmas) - which

Think in Ink contest!

2003-12-16 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion Visit http://www.doesyourcodethinkinink.com/Develop a Tablet PC power toy with the Tablet PC SDK and

Re: ASP.Net: How long does a singleton live ?

2003-12-16 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 9 in Discussion Moral of the story: Ask dumb questions offline (especially when the guy who's posted it is si

Re: ASP.Net: How long does a singleton live ?

2003-12-16 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Rosh, If you did not create an "instance" of it, where does the question of lifeti

Re: DataGrid - Checked rows DataGridBoolColumn

2003-12-15 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Consider using the GetColumnValueAtRow and checking if it is TrueValue, FalseValue or NullValue

Re: ANNIVERSARY CELEBRATIONS-Volunteers Needed

2003-12-15 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 9 in Discussion Count me in. --- To stop getting this e-mail

Re: Srinivas Sampath's Discussion

2003-12-14 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 6 in Discussion and for people who are interested in seeing what else Yukon offers: 1. you could visit lots of articles

Re: Srinivas Sampath's Discussion

2003-12-14 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 5 in Discussion Srini and Vinod sure got me interested in SQL Server too. And I'm sure a whole lot of other p

Re: HELP...

2003-12-13 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 6 in Discussion Set the customErrors to off like the message tells you. That will throw some light on what the error

Re: longhorn sdk

2003-12-13 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion also take a look at http://longhorn.msdn.microsoft.com/ cheers

SQL Server database installation with script

2003-12-13 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion hi there... I have a SQL Database with some data that I need to package into an installation program

Re: longhorn sdk

2003-12-13 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Asked this Deepak this very question today. First of all, the Longhorn SDK will not run without the

Re: Plz give me an urgent solution

2003-12-13 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Check which VSS login your VS.NET is using. It should configure the right login which was supplied by

Re: CDONTS vs CDOSYS

2003-12-12 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Basically, CDO is Collaboration Data Objects - components that let you work with Colloboration

SQL Server Script Installation

2003-12-12 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion hi there... I have a SQL Database with some data that I need to package into an installation program

Re: HELP...

2003-12-12 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 8 in Discussion Create a web.config yourself. You can find a sample web.config attached. rgds Pandurang View

Re: SQL Server database installation with script

2003-12-12 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion one other way of doing this (courtesy Vadivel Mohanakrishna): detach the database (at source): EXEC

Re: Dispose Vs Finalize

2003-12-11 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 10 in Discussion hi Rosh, Using Dispose and Finalize and calling GC.SuppressFinalize is no doubt the best way to get

Re: Beginner Books for C#

2003-12-11 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Try: 1. Professional C# 2nd Edition. 2. Inside C# These two are good starter cum advanced books

Re: Dispose Vs Finalize

2003-12-11 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 6 in Discussion More on this: The below things is an excerpt from Rico Mariani (Performance Architect, Microsoft

Complete PDC 2003 Sessions available from Microsoft

2003-12-11 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion MSDN News for your User Group Members Missed PDC but really curious? Microsoft has been releasing

Re: Not able to browse the start page of an ASP application

2003-12-11 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 7 in Discussion Are you able to access normal file shares from the other system? This could be a problem with your

Re: Getting This peculiar error

2003-12-10 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion MSDN says: The exception that is thrown when there is an attempt to dynamically access a field that

Re: Design Patterns

2003-12-10 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 6 in Discussion I would also suggest yout to look at this Wrox Press book - Professional C# Design Patterns Applied

Re: Help On SOAP

2003-12-09 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion You already have your SOAP server ready :) 1. Create a webservice (.asmx) file and write your

Re: Problem in adding Refernece

2003-12-09 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion ODP.Net is managed code. It is not unmanaged code.So I think you will have to add it through the COM

Re: Not able to browse the start page of an ASP application

2003-12-09 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 5 in Discussion Be sure you have allowed Anonymous Access on the virtual directory (Check properties for your virtual

Re: Access Chart object in Crystal Reports

2003-12-08 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Hi Usha, I haven't worked with Crystal 9, but have worked with a previous version. so offer

Re: Problem with Down loading the file

2003-12-08 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Try removing the Response.AddHeader("Content-Disposition", "attachment;

Re: Server.Transfer() query

2003-12-07 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Hi Arijit, Server.Transfer() transfers the control of execution to the called page. So any thing

Re: url detail

2003-12-04 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 5 in Discussion Some other ways - not the ideal ones - is to do this: 1. have folder structures for every small sub

Re: SOAP in .NET (C#) and Java

2003-12-03 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 5 in Discussion Java that can be exposed as COM components will not be "pure Java" - will have a little MS f

Re: Using Custom Validator in Composite Control

2003-12-03 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion I don't see why there should be a problem, because it is definetely possible. Here are some p

Re: Password Protected Documents and Word XML

2003-12-02 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Thanks for the tip. But Sampath, this is obviously possible only if the password has been entered and

Re: Handling Customs Errors - Error 401

2003-12-02 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion won't this help? View Attachment(s): http://groups.msn.com/BDOTNET/_notifications.msnw?type=msg&am

Re: Web Service

2003-12-02 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion Hi, It depends on what you want to do with your webservice. If you want to use it for some

Imagine Cup 2004!

2003-11-28 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion Once again, this year, Microsoft India welcomes teams of elite technology students

Re: Very important ,plz help

2003-11-26 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion this doesn't seem practically easy. a few possible ways: 1. during runtime, zip the entire f

Re: www.microsoft.com runs Linux? Up to a point ...

2003-11-26 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion And just for the benefit of people who don't visit the link: Just check this one page: Welco

Re: .net cf - Oracle Database Access

2003-11-25 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion Check: http://www.dotnet247.com/247reference/msgs/4/20702.aspx A Microsoftie confirms there that

Re: LOG FILE FULL - HELP ME...

2003-11-25 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 6 in Discussion to backup log file: To create a transaction log backup Execute the BACKUP LOG statement to

Re: To RAJA and Srinivas

2003-11-24 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 7 in Discussion A non-helper piece of code here: I got the logic a bit wrong. this one checks for any of the numbers

Re: To RAJA and Srinivas

2003-11-24 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 11 in Discussion simply cool! :) --- To stop getting this e-mail

PDC 2003 Sessions

2003-11-23 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion Download all the PPTs and sample source code of PDC 2003 sessions: http://msdn.microsoft.com/events/pdc

PREVIEW: Generics in Whidbey

2003-11-21 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion Hi! Here's a sneak preview of the upcoming Generics feature in Whidbey: http://www.urbanpotat

Obsolete Classes in Whidbey

2003-11-21 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion The following classes are obsolete in Whidbey: http://www.gotdotnet.com/team/brada

Re: Determining the Check Boxes Selected

2003-11-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 3 in Discussion I would suggest a little use of JavaScript and a trick here (assuming from Pooran's mail that AS

Re: View State vs Enable View State

2003-11-19 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion By default, the controls are view state enabled. Maybe to see the change in count, you should try

Re: How to put caption/text vertically on buttons?

2003-11-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 4 in Discussion And if you are willing to wait another 2 years, you could use the XAML attributes for TextBox to have

Dave Stutz!

2003-11-18 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 1 in Discussion hi! i was pretty impressed with Dave Stutz (ex-Microsoft guru) - who actually talked to the previous

Re: server side form

2003-11-17 Thread Pandurang_Nayak
--- New Message on BDOTNET --- From: Pandurang_Nayak Message 2 in Discussion Thought of answering you myself. Due to lack of time and because of a better answer source available, I

  1   2   >