Try this: btnSubmit.Attribute.Add("onClick","javascript: return confirm('Message');"); BR, Ivo ... [Non-text portions of this message have been removed]...
Ivo Verus
ivo.verus@...
Feb 1, 2007 8:17 am
15981
Hi all, On a simple page, I tried to use just a listbox and a required validator so if there is nothing selected in the listbox then the required validator...
Hello, I used with VS2005 its working. If you are workin with VS2003 then initialize the InitialValue property of Required Field validator. or you can put some...
hi gys i need to move up and down my gridview columns by selecting row through mouse cursor and releasing it on datagrid i need to change its position up to...
ok try to find this even OnClientCallBack script and there right OnClientCallBack="return confirm(''confirmation message?');" i don't have remember what is...
Hi Samina, Use this... if(!confirm("Message to be displayed")) { // code to be called if 'yes' is clicked } else { // code to be called if 'no' is clicked } ...
Hi, You need to download the MySql to .Net Connector. http://dev.mysql.com/downloads/connector/net/5.0.html after installing the connector add the reference of...
Here's the code. But you need to install .Net Connector using MySql.Data.MySqlClient; private void Form1_Load(object sender, EventArgs e) { MySqlConnection...
Hey there guys, I'm new to the group, and I was wondering if you could help me... I'm making a C# program and what I would like to do is have a small window...
hi friends on server buttons click event i have added some template columns dyanmically in template column i have itemtemplate in itemtemplate i have textbox ...
pls c# groups, how can you create TABCONTROL with asp.net ... Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users. [Non-text...
I divided the form to two parts. In the left part I put a panel to hold the buttons and in the right side I created some panels, so I want to show the panels...
hi all I have some images, their extension is " .tif " but some of them are word files, and if change their extension to " .doc " they work properly . how can...
Dear all' I have an ASP.Net page where i create dynamic asp table and inside it i create dropdpwnlist, i want to retrieve the values of the dropdownlist when i...
Are you setting the id property for the dynamic table/control?. Are you following any sequencing order for those controls..? So that you can access it by its...
I would say that you would want to open the file and attempt to detect if it's a TIFF format file (as this is a format that is more open than the Word format)....
there is already a tabcontrol inside VS 2005, if u r using 2003 there is an .msi made by microsoft that contins some controls including tab control (search for...
I'm not sure this is a proper way of doing this....but it works when i tried..... Check the following method... Just pass the tiff Image file path and check it...
Dear friends I have recently begun to learn C#.NET. I have previously worked with VB 6.0 and C++. I have read in some books that there are no multimedia ...
Yes I tried it. But it didn't work, although I wrote this command for each of the panel and I put each of them in their own actionlistener of button but it...