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

Videos


Page 2 of 56
1 2 3 4 5 6 7 8 9 10


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
21. change date format to mm:dd:yyyy
Try the below Tip which has code snippet and explanation,DateTime format in .NET 4.0[^]
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 5 Feb 2013
Rating: 1.00/5 ( (1 vote))
22. WPF Scheduler control with month view
I am not sure whether you searched well.http://www.codeproject.com/Catalogs/3577/WPF-Scheduler-by-Mindscape.aspx[^]http://www.devexpress.com/Products/NET/Controls/WPF/Scheduler/[^]
Venkatesh Mookkan Updated: 5 Feb 2013
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
23. Display progress bar or processing image while sending mail...
Hi Aravind,The code block you pasted are Server Side. You cannot show a status as you wanted using Postback. Change you code base to use AJAX and use JavaScript for showing the statuses.All the best.
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 21 Oct 2012
Rating: 4.00/5 ( (1 vote))
24. can anybody explain details what this code function for?
Just googled one of the function and got this,http://msdn.microsoft.com/en-us/library/windows/desktop/ms633521%28v=vs.85%29.aspx[^]Try Google before asking such a question.
Programming Languages » Visual Basic »
Venkatesh Mookkan Updated: 15 Oct 2012
Rating: 5.00/5 ( (1 vote))
25. Control for Dynamically Changing the text on an aspx page.
Try Google[^], its called Content Management System (CMS)
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 9 Oct 2012
Rating: ( (No votes))
26. need help in solving the code
To fetch the value of 12th column, you should use 11 as the index always starts from 0.The only possible reason that the application is crashing could be, you are accessing column which does not exists.
Programming Languages » Visual Basic »
Venkatesh Mookkan Updated: 4 Oct 2012
Rating: ( (No votes))
27. Concatenation of two Unicode characters.
Hey Prakash,The solution you expecting itself a big task. .NET doesn't know Hindi first of all. So the combination logic or what so ever is not possible by just using string concatenation. You can build your own dictionary for Hindi or use third party tools (Try Google Language tools)...
Venkatesh Mookkan Updated: 3 Oct 2012
Rating: 5.00/5 ( (1 vote))
28. detetcting a session timeout and redirct page automatically to login page in asp.net
First you need to handle Session_Start & Session_End in Global.asax. Have a variable in Session like below. Sorry the code was in VB, you can easily convert this into C#. Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) ' Code that runs when a new session is...
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 3 Oct 2012
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
29. What are the benefits and limitations of using Hidden Frames?
IMO, Hidden frames are used when AJAX was not popular. I don't think you have disadvantage of using them. But we have many new AJAX methodologies, why you need to use Hidden frames?Read somewhere,Advantages:a. Hidden frames allow you to cache more than one data field.b. The ability...
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 19 Sep 2012
Rating: 4.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
30. How to use thread in asp.net
I suggest you to use JavaScript to do this job. Threading too much for such a silly task.
Venkatesh Mookkan Updated: 3 May 2012
Rating: ( (No votes))
31. To Create a unique session ID for every time user us the application.
tnitin55 wrote:My problem is when go back all the data store in database but not displayed on the page and for that i have used session but it shows the same data that entered first to all the users1. First of all, are you using Session or Application object for storing the data. AFAIK,...
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 28 Feb 2012
Rating: ( (No votes))

Page 2 of 56
1 2 3 4 5 6 7 8 9 10