Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Member Avatar for vigneshkbv

Hi All, I Got a issue when i restore the tag property value in datagrid. In my form having two text box and a button called add. i can able to add text box value into datagrid using bindsource class. PFB [CODE] EmpList se= new EmpList(textBox1.Text, textBox2.Text); bindingSource1.Add(new EmpDetail(se.one, se.Two)); …

Member Avatar for vigneshkbv
0
266
Member Avatar for vigneshkbv

I ve a mask text box. mask is 00 00 00 00 format. my requiement is ,the box should accepts hexa decimal value too... my expect format look like 0A 0C 0a 0f...pls help me..thanks in advance..

Member Avatar for rexdon
0
135
Member Avatar for vigneshkbv

The following exception was occured. Google.API.GoogleAPIException was unhandled Message="Failed to get response." I dont know really i want to register anything before using this. My source code : GlocalSearchClient obj = new GlocalSearchClient("http://www.google.com"); /* exception got this line*/ IList<Google.API.Search.IWebResult> results = obj1.Search("Microsoft", 1000, "English", "Off"); foreach (Google.API.Search.IWebResult item in results) …

0
51
Member Avatar for vigneshkbv

I want to develop a Desktop application using web browser control and google local search API . could you give some idea? In my form have text box ,cmd button and web browser control.. when i type a search string in txt box and click button,the web browser control should …

Member Avatar for abelLazm
0
171
Member Avatar for vigneshkbv

in my masked text box, the mask property is setting like aa aa aa aa.my issue is, the mouse cursor is not setting the initial character automatically,when i click the mask text box..pls help me.. Thanks in advance....

Member Avatar for Mitja Bonca
0
88
Member Avatar for vigneshkbv

In my form have a text box...My requirement is... when is type characters in that box... before typing the 3rd character the space should come automatically or programmatically...the sturucture is look like 21 33 44 55..pls help me...Thanks in Advance.

Member Avatar for vigneshkbv
0
437