Quantcast
Channel: CSharp Forum Latest Questions
Viewing all 32065 articles
Browse latest View live

import facebook friends email list to Asp.net application

$
0
0
Hello ,
             this is madhava reddy ,i want to import facebook friends email ,name,phonenumber how to import to Asp.net Application Can any body give the solution.

create Button and use it in toolbox

$
0
0

Hi All,

how it will be possible to create a button and put it in the toolbox to use later like standart components?
I need to use my own button in several appl several times.

C# Webbrowser Control: loop through a List

$
0
0
hi all,
        
        i am using webbrowser control in windows aplication . i was writting some logic in webBrowser1_DocumentCompleted() method
i am using list to navigate webbrowser control but web browser control not wait for first advisor in list it process second..third and so on 
here is my code snippet please help ASAP


foreach (AdvisorDetail ad in adList)
                {
                    DownloadFilePath = ad.Path;
                    Username = ad.UserName;
                    Password = ad.Password;
                    FanMailSiteName = ad.URL;
                    Advisorname = ad.AdvisorName;
 SignIN();
{
 webBrowser1.Navigate(FanMailSiteName);
}
                }
 private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
        {
//some logic here
}

Browse file Upload of image ,Using Text Box and button.

$
0
0
Browse file Upload of image ,Using Text Box and button,in Grid view  Insert column and I want persistent the image button click on insert button.
I need like This ,I have grid view in that  ,I have the following field

for file upload
1. text box and button beside of text box.
2.text box  and with reset button ,when i am click on "reset" button i don't want loss the above image ,can help in the  situation.
 

Translate the value entered by user into another language

$
0
0
Hi,
   I want to translate the value entered by user in to other language.For example,I have
the form like below.



Enter text here






When I click the button the value is translated in to english and diplayed in that lable.I have no idea about how to do this..
Help me guys

How To Give Certain Task To Paypal After Completion payment

$
0
0
hi Friends
 
I Have a Custom Created Shopping Cart GridView With Some Items Names And Costs And Also Shows Total Cost Of The Items. I Have A Button named "Buy Online". When i click on that button The Total Cost Is Integrated With Paypal and We Can make purchases through paypal or any credit/debit cards. Its All Well n Good. But I Have To Get The Mail Of The Gridview That contains Purchased Items. 
 
My Question Is That How Can I integrate e-mail Credentials to Paypal account by clicking the "Buy Online" Button after the completion of Paypal Payment successfully..
 
pls help me and give some suggestions regarding this problem.
 
thanks in advance...

How to fetch data from excel sheet in windows 8 app

$
0
0
I am developing Windows 8 app which require to fetch data from excel sheet. If you know answer please let me know

Thanks in advance

bad image format exception was unhandled c#

$
0
0


Runtime error message:-


Could not load file or assembly 'MagnaBL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.


 

staticvoid Main()

        {

            Application.EnableVisualStyles();

            Application.SetCompatibleTextRenderingDefault(false);

            Application.Run(newfrmLogin());--Error @ this line

        }


WPF Transformation Memory Problem

$
0
0
Hi everybody,

I was testing if using WPF could be a good solution for my application.
In the application I want to apply transformations to several 3D Models.

Now the problem is that the memory usage was increasing when the application was running.

I tried to find the cause for the memory leak and reduced the program to a simple rotation function for a cube.

publicvoid RotateCube()
{
  var rot_axis = newVector3D(0, 1, 0);
  Transform3DGroupgroup = CubeModel.Transform as Transform3DGroup;
  QuaternionRotation3D r = newQuaternionRotation3D(newQuaternion(rot_axis, RotationAngle));
  group.Children.Add(newRotateTransform3D(r));
}

The memory usage is increasing when this function is called so the problem must be in these lines of code.

I would be glad if someone can give me a hint what I am doing wrong.


I am using Windows XP, .Net Framework 4.0

Thank you in advance.

How to send Email with more than 25 MB attachment

How can i prepare .NET interviews

$
0
0
How can i prepare .NET for interviews with 2 years exp ?and tell me which is the most important topic on that for prepare

How to translate whole application in another Language

$
0
0
How to translate whole application (not a single page) in another Language without resource file.



Thanks.
Amit Choudhary

window service starting error

$
0
0
I have developeed one window service it is working in one server but  i installed in new another server
When am trying to run a window service system is throwing following error "
 local computer started and then stopped some services stop automatically if they have no work to do for example the performance logs
and alerts services"

Function for pairing Bluetooth device to PC

$
0
0
Hello. I am using Toshiba BT stack, I want to pair a medical device with my computer using Bluetooth. For pairing I want to use a function, can anybody help me in this regard. 

I am new to C# world so kindly guide me in simple words with example if possible. 
Thanks

Export the saved excel in pdf in c#

$
0
0
Hi

I am exporting the excel from my application.

I need to save another excel in pdf.

Is there any other way to save already created excel in pdf.

Hope this is clear.

Please let me know if this is not.

Thanks

Get input via calendar image..,

$
0
0
please find out the attachment.

Here i tried to generate a details  by inserting the (date type - 2013/05/22)text via text box.
Here i need to generate  a details in grid view. when i click the text box  it shows a calendar then i select the particular date. it fetch the data according to the selected date..

Advance thanks...

project source code

$
0
0

 My advisor advise me that to do a project on mini Social network software for text chatting and voice conversation. The software should have features of voice recording, displaying the voice as wave form, text mining for stored conversation, database for storing members of the software and limited text conversation. If you have a sample code please send me or if you have any hint regarding tho this help me. My email address is koket2011@yahoo.com

 

Sharing video among the registered members of application.

$
0
0
Hi..
       I am new to asp.net, and i am trying to develop video sharing feature among the registered members of  my website.For this the members should upload video to sql server and then they can share the uploaded video to another member.After this a message(video link) must sent to receiver when he login into the website .After that receiver can play the video by clicking on the message.
Please help me to build this.
Thanks in advance........

Examples for serial communication

$
0
0
Hi

Can u send me some examples or link for examples where I will get to know how serial communication can be used with multi threading.

For example: I want to configure serial setting in one tab and want to display serial data on other tab in continuous manner so data will be refreshing in say every 10 ms.

I tried on net but got very simple examples .I need some complex examples with explanation.


Thanks & Regards
Viva

saving in bindingsource

$
0
0
good day..
any one can help me>>






connection


          new SqlConnection("Data Source=\\");
         
  SqlDataAdapter customersTableAdapter =
             new SqlDataAdapter("Select * from Customer", connectionString);


            DataTable customerTable = new DataTable();


            customersTableAdapter.Fill(customerTable);


             bindingSource1.DataSource = customerTable;


i made  save button  with code


        private void button6_Click(object sender, EventArgs e)
        {
            this.bindingSource1.EndEdit();


            this.customerTableAdapter.Update(dataSet1.customer);
            }

but   it's not working  what is the solution
please reply soon
Viewing all 32065 articles
Browse latest View live