3 Topics

Member Avatar for
Member Avatar for Ehtesham Siddiq

Hi, I have a datagridview with many columns.I want to give this GridView Columns proper order according to my requirement. Like example. I have three columns 1.RegNo. 2.Name. 3.Address. I want that the Name should be the first Column,RegNo second and Adress Third. My application is in Silverlight Coded in …

Member Avatar for Ehtesham Siddiq
0
289
Member Avatar for Ehtesham Siddiq

Hi, i have successfully able to load Image to imagebox in my Silverlight Application.Now i want to assign that selected image to the object that is carrying data to Service file to save records. Below is my Code. Code for how im Browsing n selecting Image. [CODE] private void btnBrowse_Click(object …

0
75
Member Avatar for Dragonbaki

Hi experts.,:) I have tried to send mail using silverlight application and now i am very much tired because of can't get it correctly.... I wrote a Web Service for sending mail as like below. [CODE] using System.Web.Mail; MailMessage msg = new MailMessage(); msg.From = emailFrom; msg.To = emailTo; msg.Subject …

Member Avatar for Dragonbaki
0
137

The End.