Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15980 - 16009 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15980
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@...
Send Email
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...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Feb 1, 2007
10:27 am
15982
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...
Zeeshan Khan
it_zeeshanlko
Online Now Send Email
Feb 1, 2007
2:43 pm
15983
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...
Ali Muhammad
khair126
Offline Send Email
Feb 1, 2007
2:55 pm
15984
ok try to find this even OnClientCallBack script and there right OnClientCallBack="return confirm(''confirmation message?');" i don't have remember what is...
Timothy
sunsolariese
Offline Send Email
Feb 1, 2007
6:26 pm
15985
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 } ...
Irfan Shaikh
irfanhp786
Offline Send Email
Feb 2, 2007
7:15 pm
15986
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...
sushil desai
sushildesai22
Offline Send Email
Feb 2, 2007
7:16 pm
15987
Here's the code. But you need to install .Net Connector using MySql.Data.MySqlClient; private void Form1_Load(object sender, EventArgs e) { MySqlConnection...
sushil desai
sushildesai22
Offline Send Email
Feb 2, 2007
7:18 pm
15988
sandeep ponakala <sandeep_ponakala@...> wrote: hi friends, I want to connect to mymysql database using ADO.NET.Can any one help me, Which...
sandeep subedari
sandeep_sube...
Offline Send Email
Feb 2, 2007
7:19 pm
15989
hi friends, I have solved the problem by downloading the provider sofware for mysql and the connection string is...
Sandeep Ponakala
sandeep_pona...
Offline Send Email
Feb 3, 2007
5:21 am
15990
Hi, You can do one thing... *Add a item to the list "---SELECT---"* *Keep this item always selected.* *Now set the intialValue property of...
Viren
dugar_virendra
Offline Send Email
Feb 3, 2007
5:21 am
15991
that's good you solved the problem, here is the website that anyone could also download a free provider from it ...
realhossam
Offline Send Email
Feb 4, 2007
1:35 am
15992
how can i use delegate to access files on remote pc with username and password in c#.net windows applications ....
hosseinhoteit
Offline Send Email
Feb 5, 2007
12:01 am
15993
how can i open a remote file using impersonation with c#.net windows application ....
hosseinhoteit
Offline Send Email
Feb 5, 2007
12:04 am
15994
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...
edgey18
Offline Send Email
Feb 5, 2007
2:37 pm
15995
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 ...
Lad Laxmikant
it_laxmikant
Offline Send Email
Feb 5, 2007
2:38 pm
15996
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...
akin delu
akin4coast2c...
Offline Send Email
Feb 5, 2007
2:38 pm
15997
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...
projectid2007
Offline Send Email
Feb 5, 2007
2:38 pm
15998
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...
Alaa Saad
alaa_delta_ait
Offline Send Email
Feb 5, 2007
3:17 pm
15999
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...
mwalid29
Offline Send Email
Feb 5, 2007
3:19 pm
16000
Can any one help me in capturing the webcam picture via C# web application. Regards Amit [Non-text portions of this message have been removed]...
amit juneja
ajworld_76
Offline Send Email
Feb 5, 2007
8:59 pm
16001
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...
Visva Balaji
vvb1582
Offline Send Email
Feb 5, 2007
9:00 pm
16002
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)....
Matt Evans
im_matt_evans
Offline Send Email
Feb 5, 2007
9:01 pm
16003
You can achieve this in many ways....through user control or html table.... but the simple way is using table...check the following article ...
Visva Balaji
vvb1582
Offline Send Email
Feb 5, 2007
9:01 pm
16004
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...
realhossam
Offline Send Email
Feb 5, 2007
9:02 pm
16005
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...
Visva Balaji
vvb1582
Offline Send Email
Feb 5, 2007
9:02 pm
16006
panelName.Visible didn't work....?.....are you sure...? ... -- Regards Visvabalaji [Non-text portions of this message have been removed]...
Visva Balaji
vvb1582
Offline Send Email
Feb 5, 2007
9:02 pm
16007
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 ...
amirmoinirad
Offline Send Email
Feb 5, 2007
9:03 pm
16008
Sorry I dont get ur problem....Please make ur question clear... ... -- Regards Visvabalaji [Non-text portions of this message have been removed]...
Visva Balaji
vvb1582
Offline Send Email
Feb 5, 2007
9:03 pm
16009
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...
P A
projectid2007
Offline Send Email
Feb 6, 2007
7:34 am
Messages 15980 - 16009 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help