Click here to Skip to main content
15,920,031 members

Videos


Page 5 of 6
1 2 3 4 5 6


.

()
» »
Updated:
Rating: ()
81. how can i use rating ajax control with datavase?
Please check below Link:AJAX ASP.NET Rating Control[^]
Jitendra Zaa Updated: 11 Apr 2010
Rating: ( (No votes))
82. How to Hide DIV tags in Java Script
Hi,Please check below script, its working fine.I have made some changes in your script. I hope it fulfills your requirement.
Programming Languages » Javascript »
Jitendra Zaa Updated: 11 Apr 2010
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
83. Data Base Error(Ms Access)
Check whether column "cmpname" and "password" exist or not?
Productivity Apps and Services » Microsoft Office » Microsoft Access
Jitendra Zaa Updated: 8 Apr 2010
Rating: ( (No votes))
84. how to create wpf from from the initial step
Hi,Open Visual Studio, IN Project select WPF Type.One Form will open that will look just like Windows application.With a change that a new language XAML will be visible.You can see this link for more helphttp://shivasoft.in/view_tutorial.php?id=171[^]
Jitendra Zaa Updated: 8 Apr 2010
Rating: ( (No votes))
85. JQuery/Javascript is not working
Hi PratSol,In JQuery u may be using $('#id') of the textbox.You should do like this,$("")If it didnt work then on Page load, try to use alert('Any Msg') and check whether alert is coming or not?For further discussion, reply on this msg.Regards,Jitendra
Jitendra Zaa Updated: 8 Apr 2010
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
86. WPF Application Goto previous page on Close Button
Hello Suziem.WHich type of WPF application? Windows or Page.in Window application on close button event you can do something like this.WindowName win = new WindowName();win.Show();//Open previouse pageclose();//Close current window
Jitendra Zaa Updated: 8 Apr 2010
Rating: ( (No votes))
87. Display line numbers in RichEdit control
HI Vivek,I think you can use ordered list .. in a way that it can suit / integrate in your application.With the help of some css you can also provide alternate colors.Regards,Jitendra
Jitendra Zaa Updated: 7 Apr 2010
Rating: 3.00/5 ( (1 vote))
88. Sending mails from ASP.net Site
Hi,Please find below code snap.System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage();message.To.Add("EMAILAddreSSOFTHEPRSON");message.Subject = "This is the Subject line";message.From = new...
Web Development » ASP.NET »
Jitendra Zaa Updated: 7 Apr 2010
Rating: 3.00/5 ( (1 vote))
89. crytal report in asp.net
Hi ramyaaksh ,Please check the Dataset / Datatable which you had bind.If there is change in schema after coading in Crystal report then usually it gives error as you specified.In which way you are binding your data.I will suggest you to recheck the binding code.Regards,Jitendra
Web Development » ASP.NET »
Jitendra Zaa Updated: 7 Apr 2010
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
90. Set up the Web Dashboard of CCNet to Display the Compiler Error of MSBuild Files
This tutorial will explain how to set up the CCNet to display the compiler error of the MSBuild
.NET » »
Jitendra Zaa Updated: 7 Apr 2010
Rating: 4.82/5 ( (10 votes))
91. How to drag and drop server controls.
Hi,You can use the "dropthings framework" or for UI you can use "JQuery UI" plugin.
Web Development » ASP.NET »
Jitendra Zaa Updated: 7 Apr 2010
Rating: ( (No votes))
92. how to fill (background) image in a cell of a table ?
Lets Consider this is your table with className attribute as shown belowTextText 2Then write Css like...
Web Development » ASP.NET »
Jitendra Zaa Updated: 7 Apr 2010
Rating: 2.50/5 ( (2 votes))
93. Invalid syntax
Hi try thisDim cd As New SqlClient.SqlCommand("select * from Fournisseur where Code='" + ComboBox2.Text+"'", cnx)the string literal should be in Quotes.Regards,Jitendra
Database Development » SQL Server »
Jitendra Zaa Updated: 7 Apr 2010
Rating: ( (No votes))

Page 5 of 6
1 2 3 4 5 6