Forum: Existing Scripts May 13th, 2009 |
| Replies: 5 Views: 9,654 Looking for You tube clone??
I found this script totally customisable for asp.net
<URLs SNIPPED> |
Forum: DaniWeb Community Feedback Nov 5th, 2007 |
| Replies: 10 Views: 1,966 if u are using Caching in pages , set them off, or reduce time of caching. Thats one of the main problem developer faces. |
Forum: ASP.NET Nov 3rd, 2007 |
| Replies: 1 Views: 3,308 Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Configuration
Imports System.Web.Security
Imports System.Web.SessionState
Partial Class Edit
Inherits... |
Forum: DaniWeb Community Feedback Nov 3rd, 2007 |
| Replies: 10 Views: 1,966 if u want a demo just visit www.cosmicwebservices.com , I just created a nice authentication and authorization in security section. I gave the save idea here to this thread.. |
Forum: DaniWeb Community Feedback Oct 14th, 2007 |
| Replies: 10 Views: 1,966 Hi !,
Today i too faced same problem so have solution now, may be this will help you.
you need to add this code to every page's "init" n not to login page please.
[code]... |
Forum: DaniWeb Community Feedback Oct 9th, 2007 |
| Replies: 10 Views: 1,966 Thats due to permanent cookie written in your system by that website.
It is written permanently when you tick check box for "Remember me on this computer".
To get rid of this, just delet cookies... |
Forum: ASP.NET Oct 8th, 2007 |
| Replies: 9 Views: 2,214 SheSaidImaPregy is right !
I forgot to add connection string,that you have to define in your web.config
or do like this in your page
Partial Class Login
Inherits System.Web.UI.Page
... |
Forum: ASP.NET Oct 8th, 2007 |
| Replies: 9 Views: 2,214 Thi VB Code wil automatically search for Default.aspx page. If Default.aspx is not in your poject, it will give error.
For session, To display Hi Sandeep ! , like this, u have to take a label on... |
Forum: ASP.NET Oct 8th, 2007 |
| Replies: 9 Views: 2,214 It in VB and give best performance.
In C# i am posting later.
Just add this code. if any query revert.
Sandeep
Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As... |
Forum: ASP.NET Oct 8th, 2007 |
| Replies: 9 Views: 2,214 Quite complex one. Can be done in 8 line code. |