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
~458 People Reached
Favorite Forums
Favorite Tags
Member Avatar for shikha.ch

[B]I am developing a time login form. [/B] [B]I want that user will be automatically logout whenever the system is Ideal. and logon when a interupt is fired. is any method in Win32 to check status og CPU.[/B] [B]I am Working on- ASP.NET(c#)2005, SqlServer2005[/B] [B]pls help me.[/B]

Member Avatar for lnmishra123
0
47
Member Avatar for shikha.ch

[B]I am developing a information sharing application in asp.net. I would like to open new MSWorld Document through c# coding in asp.net.[/B] [B]so I have added reference "Microsoft world 11.0", but still unable to import namespace " Microsoft.Office.World;". What can I do for solve my problem. pls help me as …

Member Avatar for kapil.goyal
0
153
Member Avatar for shikha.ch

:?: Pla help me. I am trying to send email. i am working on asp.net 2.0 I used coding for it [code] MailMessage msg = [COLOR=#0000ff]new[/COLOR] MailMessage(); SmtpClient MailObj = [COLOR=#0000ff]new[/COLOR] SmtpClient([COLOR=#800000]"www.yahoo.com"[/COLOR]); msg.From = [COLOR=#0000ff]new[/COLOR] MailAddress([COLOR=#800000]"ValidId@yahoo.com"[/COLOR]); msg.To.Add([COLOR=#0000ff]new[/COLOR] MailAddress([COLOR=#800000]"myid@yahoo.com"[/COLOR])); msg.IsBodyHtml = [COLOR=#0000ff]false[/COLOR]; msg.Subject = [COLOR=#800000]"This is subject"[/COLOR]; msg.Body = [COLOR=#800000]"This is …

0
73
Member Avatar for shikha.ch

I want to select single value from Table and display in lable. I wrote a program :- [COLOR=darkgreen][code] protected static string ConStr = "Data Source=URJIT6;Initial Catalog=Employee;Integrated Security=True"; protected SqlConnection NewCon = new SqlConnection(ConStr); String QStr = "SELECT Username FROM Register WHERE LoginID=' " + LoginIdtxt.Text.ToString() + "'"; SqlCommand SqlCmd2 = …

Member Avatar for shikha.ch
0
116
Member Avatar for shikha.ch

[B]Anyone can help me as soon as possible. I want to create table on my database. i tried Following code Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim ConStr As String = "Data Source=Urjit6;Initial Catalog=MyDB;Integrated Security=True" Dim MyCon As New SqlConnection(ConStr) Dim SqlCom As New …

0
69