Hi, You will have to do it using Javascript. Try following code in your code behind on the button where you want this box. cmdSubmit.Attributes.Add("onclick", "return window.confirm('Are you sure!!!');"); Regards
Nav
Hi, You will have to do it using Javascript. Try following code in your code behind on the button where you want this box. cmdSubmit.Attributes.Add("onclick", "return window.confirm('Are you sure!!!');"); Regards
Nav
Basically you need to give distinct names to each window being opened. So in chat window if you click on member1 then name it member1 and if you click on member2 name it member2 and so on. You can simply pass the selected member name to the function to open a window.
Nav
What I believe is that in programming more important is the logic and not language. The language differs only by syntax, If you know one language, it is not going to take much time to learn a new one. In all languages basic things are same all have classes, loops, operators just the way of writing is different. Like in C++ for not equal you use != while in VB you use <>.
Nav
You will have to put your function/procedure in a page and this page needs to be called as specified by Michael Sync. You can send any value to it using the querystring.
Nav
I think you need to change condition OrElse (index > SubTabText.Count)) Then use OrElse (index >= SubTabText.Count)) Then
Nav
You can use VB6 as well as VB.NET to connect to MySQL. You will be needing ODBC data source for MySQL for that. This can be downloaded from MySQL site.
Nav
Hi Try something like SELECT CASE WHEN Dt < '2006-12-31' THEN 'Archived' WHEN Dt < '2007-06-30' THEN 'OLD' ELSE 'New' END AS [Status] FROM MyTable
Nav
Hi I need to modify the excel export feature in Reporting Services... The issue is that client needs to have chart in excel format after exporting so that user can manually change the values in excel sheet to check the effect in the chart dynamically. Can anybody tell me how I can do that? I know it would require the creation of chart in BIFF format. But could not find out how? If someone knows any .NET library that can help me in that please let me know. I don't want to go for SoftArtisian Office Writer as it has certain limitation as it doesn't supports the grouping of data in RS. Thanks -- modified at 3:29 Saturday 17th June, 2006