Click here to Skip to main content
15,905,566 members

Videos


Page 3 of 6
1 2 3 4 5 6


41. What is the #region directive used for?
In Simple sentence,Region is used to manage the visibility of code. I liked this feature in Visual studio, very much.Consider that your C# file having lots of code and logics so Region can be used to distinguished and mark different logical areas.
Jitendra Zaa Updated: 15 May 2010
Rating: ( (No votes))
42. Tagging in SVN Using CC.net
Hi you can tag SVN using DOS command. so create a batch file and call it in msbuild file.For integration of CCNET and MSbuild check below article.Automate builds using SVN, MSBuild, Cruise control
.NET » »
Jitendra Zaa Updated: 15 May 2010
Rating: ( (No votes))
43. Virtual Keyboard
In most of the cases Windows DLL is not compatible with Web Applications.You can use below link to implement the virtual keyboard in ASP.NET using JQuery.Virtual Keyboard
Web Development » ASP.NET »
Jitendra Zaa Updated: 13 May 2010
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
44. Folder Dialog Control
Hi,Check below URL.http://www.tek-tips.com/faqs.cfm?fid=5201
Web Development » ASP.NET »
Jitendra Zaa Updated: 13 May 2010
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
45. calender control
Telerik is licensed Control.You can use this control.DayPilot Scheduler Control for ASP.NET
Web Development » ASP.NET »
Jitendra Zaa Updated: 13 May 2010
Rating: ( (No votes))
46. Page_Load event
I think Arun Jacob is right.The problem might be, every time you bind your drop down list. Instead bind only when page loads first time. Reply if the problem not solved.
Web Development » ASP.NET »
Jitendra Zaa Updated: 13 May 2010
Rating: 1.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
47. Help!!! System.Diagnostics.Process not working in IIS
You can also refer this thread.http://forums.asp.net/p/1471392/3408982.aspx
Web Development » IIS »
Jitendra Zaa Updated: 12 May 2010
Rating: ( (No votes))
48. Help!!! System.Diagnostics.Process not working in IIS
Instead of process start, you should transfer the file to client on click event.Or using microsoft office interop , you can convert your powerpoint file to xps file, which can be easily viewed on browser.
Web Development » IIS »
Jitendra Zaa Updated: 12 May 2010
Rating: 5.00/5 ( (1 vote))
49. Error when I am putting my site online
Please Try this URL, i hope it may help you.http://blog.shivasoft.in/?p=122
Web Development » ASP.NET »
Jitendra Zaa Updated: 12 May 2010
Rating: ( (No votes))
50. Some Details about Namespace
Run your application in Debug mode and use F10. it look like that the DLL is from your solution as it contains the .refresh file also.
Web Development » ASP.NET »
Jitendra Zaa Updated: 12 May 2010
Rating: ( (No votes))
51. where it is more logical to write the queries
Hi,Data Access Layer normally contains the configuration related to Database connections like connect to SQL Server, MySQL or Oracle etc.In Business Layer, you can create few folders/Namespaces like Entity (if using ORM concept), Service layer and Implementation layer.And in this way...
Web Development » ASP.NET »
Jitendra Zaa Updated: 11 May 2010
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
52. Convert XML file data to DataTable
DataSet dsStore = new DataSet(); dsStore.ReadXml("myXmlFile.xml");
Web Development » ASP.NET »
Jitendra Zaa Updated: 11 May 2010
Rating: 5.00/5 ( (1 vote))
53. Retrieving user specifi information using session
Hi In VB also,the namespaces are same.you can easily convert the code.Here solution of Session:Create a Class Named Employee which will hold values like ID, username, email etc.then store that into session like:Employee obj;//Set values into objSession["UserInfo"] =...
Web Development » ASP.NET »
Jitendra Zaa Updated: 11 May 2010
Rating: 5.00/5 ( (2 votes))

Page 3 of 6
1 2 3 4 5 6