Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
4
1 Commented Post
0 Endorsements
~7K People Reached
Favorite Tags
Member Avatar for virendra_sharma

Hi, I want to implement Multi Line Grid Header , can anyone please suggest how to implement it. i have already tried "\r\n" but it is not working for me. Thanks in Advance

0
101
Member Avatar for virendra_sharma

Hi, I am working with Winform Grid .As per my requirement , i need to use two control in single grid cell. please suggest how i can achive it. Thanks in advance.

Member Avatar for tinstaafl
0
258
Member Avatar for virendra_sharma

Hi, i have windows application , in that i have reference to the web service. Now when i put username and password , application calls to authentication service ( which is hosted on same machine IIS 7.5 ) i get pop up which is asking for Proxy Authentication. can anyone …

0
200
Member Avatar for virendra_sharma

Hi, User "A" logged in to your web site and he is using Mozilla firefox browser after his logged in , i have stored some value in Session , now user again logged in from Internet explorer. So what will happen , can i get the session value for this …

Member Avatar for BMXDad
0
110
Member Avatar for virendra_sharma

Hi , I have a label control which is on web form (.aspx) and a button which is inside usercontrol , i want to change the label text on button click. OR on button click inside the user control change the text of label which is out side the user …

Member Avatar for Unimportant
0
107
Member Avatar for virendra_sharma

Hi, Plz explain the difference between instance and object in .NET, if possible explain with example. Thanks in Advance

Member Avatar for deceptikon
0
80
Member Avatar for virendra_sharma
Member Avatar for Markweb
0
109
Member Avatar for virendra_sharma

HI , I want to import emails from my Gmail account to my application, can anybody please help me out with code , links or procedure for to implement this . Thanks in Advance :) :) :) :)

Member Avatar for Mitja Bonca
0
127
Member Avatar for virendra_sharma

Hi, I want to create Mail Box same like Gmail , Yahoo or Rediffmail using ASP.NET,C#. I am not able to understand what to use for to create INBOX , do i need to use repeater control , datalist , datagrid or some other option is available for to show …

Member Avatar for virendra_sharma
-1
81
Member Avatar for virendra_sharma

Hi, i want to write a query for employee's who's name start with "a" and end with "b". Thnks in advance :)

Member Avatar for pritaeas
0
434
Member Avatar for virendra_sharma

What happens if you inherit multiple interfaces and they have conflicting method names? [CODE]using System; namespace WindowsApplication1 { public interface a { void b(); } public interface c { void b(); } public class Class1:a,c { public Class1() { // // TODO: Add constructor logic here // } #region a …

Member Avatar for gerard4143
0
153
Member Avatar for virendra_sharma

Hi frnz , i need a code for 2^n and suppose user enter n = 4 , so the output will be 16 . Now whatever output we will get i need sum of numbers in that output e.g here we have 16 i.e 1 + 6 = 7 . …

Member Avatar for Mouche
0
134
Member Avatar for virendra_sharma

Hi Frnz, anyone can help me with code , how to setting up [B][U]"solr search engine "[/U][/B] for document search on ur desktop in .net

Member Avatar for virendra_sharma
0
91
Member Avatar for virendra_sharma

Hi Frnz , i am getting the error while i tried to add ajax control toolkit to .net framework. i have added ajaxcontrol toolkit to bin folder on webapplication .

Member Avatar for virendra_sharma
0
89
Member Avatar for virendra_sharma

This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage i have solve this problem by simply right click on default in IIS and mark "Execute (such as ISAPI application or CGI)" as check

Member Avatar for Stefan_Lam88
-1
91
Member Avatar for virendra_sharma

Hi frnz, i am having text file , in that "ID", "firstname","lastname","email-id","phoneno" is the first row and same column name i have declared in gridview, i am also having update and delete option in gridview . now what i wanted to do is when user clicks on perticular record from …

Member Avatar for virendra_sharma
0
1K
Member Avatar for virendra_sharma

Hi i have c# code for to sort text file using quicksort algo, but the problem is that i can sort only upto 300MB , after that system get hang . i want to sort 1GB to 5GB text file. can anyone plz help me . here is the code …

Member Avatar for pseudorandom21
0
1K
Member Avatar for virendra_sharma

Hi frnz , i want to indert , update , delete and search data in .csv file . data like record first name, last name, phone no , email-id .

Member Avatar for abelLazm
0
152
Member Avatar for virendra_sharma

HI , i need code for to insert , update and for to delete record in excel in asp.net using c#. i am able to add data in excel but having problem while deleting . :( can anyone plz help me. your help will appriciated.:)

Member Avatar for abelLazm
0
99
Member Avatar for virendra_sharma

Hi , i am getting syntax error in INSERT INTO statement. getting this error on cmdobj.ExecuteNonQuery(); [CODE]string connectionstring = @"Provider=Microsoft.ACE.OLEDB.12.0; Data Source=D:\website\AddContact.xlsx; Extended Properties=""Excel 8.0;HDR=Yes"";"; OleDbConnection conobj = new OleDbConnection(connectionstring); string Query = "INSERT INTO [Sheet1$](Fname, LName,PhoneNo,Email-ID) values (" + TextBox4.Text + ",'" + TextBox1.Text + "','" + TextBox2.Text + …

Member Avatar for shakeb@techwave
0
282
Member Avatar for virendra_sharma

Hi , i need code , which is used for sorting in c# i.e. .sort method code., somewhere i read that they use quick sort algorithm , can anyone plz help me by giving the code. Thanks in Advance

Member Avatar for virendra_sharma
0
174
Member Avatar for virendra_sharma

Hi frnz , i need a C# code for to sorting text file , considering each row as one record and sort it according to that. e.g INPUT File my name is d my name is h i am a how are you what is your name OUTPUT File how …

Member Avatar for ddanbe
0
97
Member Avatar for virendra_sharma

Hi frnz, i want to know which is the fastest algorithm for to sort the text file of 1MB , 10MB , 50MB . Thanks in advance

Member Avatar for virendra_sharma
0
98
Member Avatar for virendra_sharma

Hi i want to sort normal text file based on spaces , tab , - , * , alphabetical order. here i am considering each row as a record and i want to sort it. condsidering ascii values. plz help me . Thanks in advance.

Member Avatar for Mitja Bonca
0
69
Member Avatar for virendra_sharma

you are given a set of N points e.g ((x1,y1),(x2,y2),(x3,y3)...or (3,6),(2,5),(4,1)..) on a plane . Find the pair of points that are closest to each other. all these given points are on X-axis and on Y-axis according to that you have to calculate the closest points using given co-ordinates. Thanks …

Member Avatar for Momerath
0
107
Member Avatar for virendra_sharma

Hi friends , i have some code for to find out whether the no is prime or not. but i want it in c# using the same logic. int isPrime(int n) { int c =0, s=0; if (n == 1) { return 0; } if (n == 2) { return …

Member Avatar for Momerath
0
178
Member Avatar for virendra_sharma

i have sample for to find out prime number , but i want to optimise is more. can anyone plz help me. int i; for (i=2; i < num ;i++ ){ int n = num%i; if (n==0){ System.out.println("not Prime!"); break; } } if(i == num){ System.out.println("Prime number!"); } thnaks in …

Member Avatar for Adak
-1
133
Member Avatar for virendra_sharma

Hi frnds, i want to display profile from linkedin like , name , address , company and pic in my application. as "xobni" use to display . can anyone plz help me out for to do this.

Member Avatar for jmaat7
0
78
Member Avatar for virendra_sharma

Hi , i have created web application in that i want to get the facebook user profile like image, name , education etc. can any one plz suggest which API i need for that or what are the steps i have to take for to fetch profile in JAVA.

Member Avatar for SasseMan
0
81
Member Avatar for virendra_sharma

Hi , i want to fetch company profile using hoover api , i have my java based application in that i want to integrate company related data , like company name , location , contact no , emailid , company picture . can anyone plz help me for some important …

0
66