hi
if u r using formauthenticat ion this is the code in web.config
<authenticati on mode="Forms">
<forms name="appNameAu th" path="/" loginUrl="login .aspx" protection="All " timeout="30">
</forms>
</authentication>
at path = set u r own path...
User Profile
Collapse
-
can any one tell what is the meaning of Assembly exactly.
details about Assembly in dotnet -
polymorphism doubt
Here is the code
using System;
namespace Polymorphism
{
class A
{
public void Foo() { Console.WriteLi ne("A::Foo()") ; }
}
class B : A
{
public void Foo() { Console.WriteLi ne("B::Foo()") ; }
}
class Test
{
... -
Problem in stored procedure in the last line plz help
HI here is the stored procedure
CREATE Procedure dm_deleteBBPost
(
@TopicID numeric,
@ForumID numeric
)
As
declare @netCount as int
BEGIN
Select @netCount=count (*) from tblBBPosts where TopicID=@TopicI D
update tblBBForums set TotalTopics=Tot alTopics-1,TotalPosts=To talPosts-@netCount where ForumID=@ForumI D
Delete From tblBBPosts Where... -
Problem in stored procedure in the last line plz help
HI here is the stored procedure
CREATE Procedure dm_deleteBBPost
(
@TopicID numeric,
@ForumID numeric
)
As
declare @netCount as int
BEGIN
Select @netCount=count (*) from tblBBPosts where TopicID=@TopicI D
update tblBBForums set TotalTopics=Tot alTopics-1,TotalPosts=To talPosts-@netCount where ForumID=@ForumI D
Delete From... -
how to read the query in store procedure
i wrote a stored procedure here is the code
CREATE Procedure dm_deleteBBPost
(
@TopicID numeric,
@ForumID numeric
)
As
declare @netCount as int
BEGIN
Select @netCount=count (*) from tablename where TopicID=@TopicI D
update tablename set TotalTopics=Tot alTopics-1,TotalPosts=To talPosts-@netCount where ForumID=@ForumI D
... -
Paging in datalist
i attahed a databse to a datalist
some 100 records are coming
i want paging in datalist 10 in onepage and next 10 in another page....... -
FCK editor URL highlight problem in mozilla
I have installed my website FCKEditor 2.4 version it is working everything fine in
IE & Mozilla but I see one problem
when we type any website url on editor in IE is highlighting url but in mozilla it is not highlighted please any one having solution for this
Advance Thanks
For your replyLeave a comment:
-
SDLC life cycle
plz can any one explain abt the complete life cycle of SD.
how it work in real time. I mean which stages are crucial. -
-
hyperlink working in IE not in MozillaFireFox
Hi
In ASP i want to send a mail. And i am using FCK editor.
In that editor if i entre www.google.com it changes to Hyperlink i.e. if i press on that link it redirected to goole home page.
It is perfectly working in IE but not in mozilla could u plz find the reason and inform.
send it to this id
<send me a pm> -
Display subsets of data without refreshing page
hi
In a whole page i have one box and in that box there are many name ( like 1000) and i have display only 10 names and a link button more
if i press on that linkbutton it shold display the next 10 members without refreshing the page.
Could u plz tell me the answer its very urget!!!!!!!!!! !!!!!!
plz reply to this mail id
**** - email removed (against site rules)
No activity results to display
Show More
Leave a comment: