Brijesh Solutions

Get Solutions Regarding Computer Problem/Tricks ,C#, .NET and SQL Server , Java Script ,JQuery

Content

▼
Saturday, 10 May 2014

GET random Unique OTP(One Time Password) in C#.NET

›
Use this Code for random Unique OTP(One Time Password) generation: private string generatePassword()     {         int lenthofpass = 6;...
Tuesday, 29 April 2014

Send Mail with Attachment in asp.net

›
 MailAddress SendFrom = new MailAddress("brijesh.singh879@gmail.com", "Brijesh");         MailAddress SendTo = new Mai...
1 comment:
Tuesday, 8 April 2014

Directly Bind Byte[] Type Image data to Image control asp.net

›
Use this code for display image on both asp Image control and html img tag <asp:Image ImageUrl='<%# "data:image/jpg;b...
Friday, 4 April 2014

Re-sized Image of byte[] array type in asp.net

›
I found the solutions of image re-sizing at run-time in asp.net  use this code to obtain re-sized image: SqlCommand cmd = new SqlCom...
Tuesday, 1 April 2014

Export GridView Data with Image in C#.net

›
Write this code on .aspx page <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">   ...
›
Home
View web version

About Me

Brijesh Kumar Singh
View my complete profile
Powered by Blogger.