Re: Question Of The Day !!!! -- (23-09-2005)

2005-09-23 Thread Nasha
--- New Message on BDOTNET --- From: Nasha Message 4 in Discussion New Message on MumbaiUserGroup Question Of The Day -- (23-09-2005)

Re: Question Of The Day !!!! -- (23-09-2005)

2005-09-23 Thread BDOTNET
--- New Message on BDOTNET --- From: PAshashijk Message 1 in Discussion By using Response.Cache.SetNoStore(); Shashi -Original Message- From:

Re: Differences b/w C# and VB.net

2005-09-23 Thread ShivasFriend1
--- New Message on BDOTNET --- From: ShivasFriend1 Message 4 in Discussion Advantages VB.NET :- v Has support for optional parameters which makes COM interoperability much easy. v

Link button in DataGrid

2005-09-23 Thread psprasanth
--- New Message on BDOTNET --- From: psprasanth Message 1 in Discussion Hii, I have one aspx page in vb,in which I have one datagrid. I am retrieving some contents . Among them

Re: Link button in DataGrid

2005-09-23 Thread pinga
--- New Message on BDOTNET --- From: pinga Message 2 in Discussion Hi bind all the values to the querystring, when user clicks on the link button, retrive all the values

How to Discover WebServices dynamically.

2005-09-23 Thread KamalNathReddyM
--- New Message on BDOTNET --- From: KamalNathReddyM Message 1 in Discussion Hi, How to discover webservices dynamically. i.e If a webservice is hosted in some server.

Re: Link button in DataGrid

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 4 in Discussion Hi, Also read these twoAccessing the a Particular Row's TemplateColumn's Contents

Re: Not able to run .asp pages in IIS 5

2005-09-23 Thread THESOFTWAREARCHITECT
--- New Message on BDOTNET --- From: THESOFTWAREARCHITECT Message 5 in Discussion Hi venkat, Yes I know, but , its better for the person to decide, whether this is the solution to

Urgent Help

2005-09-23 Thread Rajiv4705
--- New Message on BDOTNET --- From: Rajiv4705 Message 1 in Discussion Is it possible to add controls(like textbox ,button etc) into listview .If yes please give me some sample

Re: Link button in DataGrid

2005-09-23 Thread psprasanth
--- New Message on BDOTNET --- From: psprasanth Message 5 in Discussion Hii,Thank you so much for the response. I will try this. If you have the coding for while clicking the

Re: Not able to run .asp pages in IIS 5

2005-09-23 Thread DotNetLover786
--- New Message on BDOTNET --- From: DotNetLover786 Message 6 in Discussion Hi guys, It is ASP and IIS 5.1. It looks like IIS 5.1 needs some different configurations. We solved

Help regarding Refreshing or Reseting the CrystalReportViewer control

2005-09-23 Thread Sureshpr
--- New Message on BDOTNET --- From: Sureshpr Message 1 in Discussion In Asp.net Application, I have a web form in which I am selecting the From Date and To Date and using a

Re: Hey Button event getting called twice -- VERY URGENT!!

2005-09-23 Thread laks_win
--- New Message on BDOTNET --- From: laks_win Message 3 in Discussion Hi Pls check the 2 things 1. Check the aspx page, the asp:Button control, is it having OnClick attribute with

Re: Help regarding Refreshing or Reseting the CrystalReportViewer control

2005-09-23 Thread smart_siva
--- New Message on BDOTNET --- From: smart_siva Message 2 in Discussion Hi Suresh, If u are not developed a .rpt file with in the dotnet framework(through new file -- crystal

Urgent Help : Retrive rows and column from sql stored procedure in revese order

2005-09-23 Thread SivaRaman
--- New Message on BDOTNET --- From: SivaRaman Message 1 in Discussion In Frontend i am using ASP.Net / C# and backend i use sql server. I Created a stored procedure which creats

Re: Exception Details: System.FormatException: String was not recognized as a valid

2005-09-23 Thread shahkalpesh
--- New Message on BDOTNET --- From: shahkalpesh Message 2 in Discussion Hi, Is the value of the textbox a proper date value ? Kalpesh

Re: Hey Button event getting called twice -- VERY URGENT!!

2005-09-23 Thread bradpitt889
--- New Message on BDOTNET --- From: bradpitt889 Message 4 in Discussion Hi lacks_win, That was simply superb. Thanks alot it solved my problem. I have done this thing in other

Re: How to Separate text before colon?

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 2 in Discussion Hi for exmaple If you have TestText1 : TestNotesExample1 in Textbox1 TextBox2 is blank TextBox2.Text =

Re: Exception Details: System.FormatException: String was not recognized as a valid

2005-09-23 Thread DotNetHunk
--- New Message on BDOTNET --- From: DotNetHunk Message 3 in Discussion hi kalpesh.when debugging itself,im getting this error.it does not make me enter a date even. my database is a

Re: Urgent Help : Retrive rows and column from sql stored procedure in revese order

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 2 in Discussion Hi here is an example of HOW TO: Rotate a Table in SQL Server Rotate the Temp Table and then use the Stored

WinEmbedded UG Meet - 24.9.2005 (Tomorrow)

2005-09-23 Thread HandledException
--- New Message on BDOTNET --- From: HandledException Message 1 in Discussion WinEmbedded User Group Meet TOPIC:

Help-mail id of Jawad Katib

2005-09-23 Thread Ash2Net
--- New Message on BDOTNET --- From: Ash2Net Message 1 in Discussion Hi, Can someone kindly post the mail id of Jawad Katib(Who spoke about .Net serialization, 16th friday)

Re: Exception Details: System.FormatException: String was not recognized as a valid

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 4 in Discussion Hi Try this nah, Dim vDateTime As System.DateTime Try vDateTime = System.DateTime.Parse(txtDate.Text)

Re: .net Remoting Events

2005-09-23 Thread gw2ksoft
--- New Message on BDOTNET --- From: gw2ksoft Message 2 in Discussion What Error? --- To stop getting this e-mail, or

Re: REGD---Font Dialog

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 2 in Discussion Hi, I have done upto some extent, because of time constraint, i could not able to do completely. You can

Re: Doubt in Shared Addin for word using c#

2005-09-23 Thread ShivasFriend1
--- New Message on BDOTNET --- From: ShivasFriend1 Message 2 in Discussion Hello everyone, I cracked the dump myself. In the commandbar button we have to include unique tag

Re: .net Remoting Events

2005-09-23 Thread sat_net
--- New Message on BDOTNET --- From: sat_net Message 3 in Discussion The error is serialization error while subscribing for the event.Thanks Satheesh

Re: Help-mail id of Jawad Katib

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 2 in Discussion Hi, On that day, I was also there and I know that he works for PA Consulting Group, when I searched in

Re: Help-mail id of Jawad Katib

2005-09-23 Thread bradpitt889
--- New Message on BDOTNET --- From: bradpitt889 Message 4 in Discussion [EMAIL PROTECTED] -- Regards Kunal Shah (+91) 9342265409 A hero is born among a hundred, a wise man is

Re: how to convert dataset into excel sheet

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 5 in Discussion Hi, Even though you have got a reply, You can still read these things also How To Transfer XML Data to

Urgent openings for SQL Server DBA in a reputed MNC in Bangalore

2005-09-23 Thread Paromita
--- New Message on BDOTNET --- From: Paromita Message 1 in Discussion Hi, There is an opening for SQL Server DBA with minimum 2 years of experience in a reputed MNC(American Power

Button Click event getting called twice?

2005-09-23 Thread bradpitt889
--- New Message on BDOTNET --- From: bradpitt889 Message 1 in Discussion Hello Members, In one of my webform I have provided import of a file functionality. So when i click on that

Future of UI Designing..No Mouse required!!!!

2005-09-23 Thread bradpitt889
--- New Message on BDOTNET --- From: bradpitt889 Message 1 in Discussion Hi, Can you imagine a website where you dont need left click or right click... Provided by Interactive

Re: Help-mail id of Jawad Katib

2005-09-23 Thread venkat_kl
--- New Message on BDOTNET --- From: venkat_kl Message 3 in Discussion Hi, You can even call that office and ask for him address: 3A 3B, Nitesh Broadway, 9/3, M G Road,

Re: Question Of The Day !!!! -- (22-09-2005)

2005-09-23 Thread Dobb
--- New Message on BDOTNET --- From: Dobb Message 2 in Discussion Courtesy: MSDN An extender provider provides properties to other components. For example, when a ToolTip Component

Re: Question Of The Day !!!! -- (23-09-2005)

2005-09-23 Thread Nasha
--- New Message on BDOTNET --- From: Nasha Message 6 in Discussion New Message on MumbaiUserGroup Question Of The Day -- (23-09-2005)

Re: Question Of The Day !!!! -- (23-09-2005)

2005-09-23 Thread Nasha
--- New Message on BDOTNET --- From: Nasha Message 5 in Discussion New Message on MumbaiUserGroup Question Of The Day -- (23-09-2005)

Re: Question Of The Day !!!! -- (23-09-2005)

2005-09-23 Thread Nasha
--- New Message on BDOTNET --- From: Nasha Message 2 in Discussion New Message on MumbaiUserGroup Question Of The Day -- (23-09-2005)