Click here to Skip to main content
15,914,409 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGet online users count and registered users count ( How wrong is my logic ? #1 ) Pin
Hristiyan22-Apr-09 23:06
Hristiyan22-Apr-09 23:06 
AnswerRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
SeMartens23-Apr-09 0:33
SeMartens23-Apr-09 0:33 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
Hristiyan23-Apr-09 1:43
Hristiyan23-Apr-09 1:43 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
SeMartens23-Apr-09 2:53
SeMartens23-Apr-09 2:53 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
Hristiyan23-Apr-09 3:28
Hristiyan23-Apr-09 3:28 
GeneralRe: Get online users count and registered users count ( How wrong is my logic ? #1 ) Pin
SeMartens23-Apr-09 3:33
SeMartens23-Apr-09 3:33 
QuestionFirst time starting with HTTPS hosting Pin
Nadia Monalisa22-Apr-09 22:44
Nadia Monalisa22-Apr-09 22:44 
QuestionHow to ReFresh a user Control Pin
Vimalsoft(Pty) Ltd22-Apr-09 22:26
professionalVimalsoft(Pty) Ltd22-Apr-09 22:26 
i have a userControl and am using it in a aspx page, now i have expose the Following Method that reside in the usercontrol like this

public void load_Again()
{
    string clientscript = "";

    // make available to all subcontrols a variable with the client ID of the textbox in which to store the selected activity IDs
    clientscript = "var txtbxActvClientID = '" + txtbxActvs.ClientID.ToString() + "'; ";
    // assign the current list of selected activities to the list for JavaScript here
    //clientscript += "var ActivityList = String(\"" + txtbxActvs.Text + "\"); ";
    ClientScriptManager cs = Page.ClientScript;
    cs.RegisterClientScriptBlock(this.GetType(), "txtbxlookupid", clientscript, true);
    HighlightSelectedActvs();
}


and am calling it on my aspx page like this


ActivityCtrl1.load_Again();


i have Copied the code you see in the method load_Again() from the page load event of the Control. I want refresh or load the page again after i click a button in my aspx page.

Thank you

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: How to ReFresh a user Control Pin
Deshbir Singh22-Apr-09 23:14
Deshbir Singh22-Apr-09 23:14 
GeneralRe: How to ReFresh a user Control Pin
Vimalsoft(Pty) Ltd22-Apr-09 23:35
professionalVimalsoft(Pty) Ltd22-Apr-09 23:35 
AnswerRe: How to ReFresh a user Control Pin
Nyoti Rukadikar23-Apr-09 0:20
Nyoti Rukadikar23-Apr-09 0:20 
GeneralRe: How to ReFresh a user Control Pin
Vimalsoft(Pty) Ltd23-Apr-09 0:23
professionalVimalsoft(Pty) Ltd23-Apr-09 0:23 
GeneralRe: How to ReFresh a user Control Pin
Nyoti Rukadikar23-Apr-09 1:42
Nyoti Rukadikar23-Apr-09 1:42 
GeneralRe: How to ReFresh a user Control Pin
Vimalsoft(Pty) Ltd23-Apr-09 1:55
professionalVimalsoft(Pty) Ltd23-Apr-09 1:55 
GeneralRe: How to ReFresh a user Control Pin
Nyoti Rukadikar23-Apr-09 2:05
Nyoti Rukadikar23-Apr-09 2:05 
Questionajax tab panel validation Pin
billcodes22-Apr-09 21:34
billcodes22-Apr-09 21:34 
AnswerRe: ajax tab panel validation Pin
SayreCC22-Apr-09 22:19
SayreCC22-Apr-09 22:19 
QuestionImporting contacts from hotmail and aol Pin
Prashant B. Lavate22-Apr-09 20:56
Prashant B. Lavate22-Apr-09 20:56 
AnswerRe: Importing contacts from hotmail and aol Pin
SeMartens22-Apr-09 21:15
SeMartens22-Apr-09 21:15 
GeneralRe: Importing contacts from hotmail and aol Pin
Prashant B. Lavate22-Apr-09 21:57
Prashant B. Lavate22-Apr-09 21:57 
GeneralRe: Importing contacts from hotmail and aol Pin
SeMartens22-Apr-09 22:19
SeMartens22-Apr-09 22:19 
GeneralRe: Importing contacts from hotmail and aol Pin
Prashant B. Lavate22-Apr-09 22:36
Prashant B. Lavate22-Apr-09 22:36 
GeneralRe: Importing contacts from hotmail and aol Pin
SeMartens22-Apr-09 22:39
SeMartens22-Apr-09 22:39 
GeneralRe: Importing contacts from hotmail and aol Pin
Prashant B. Lavate22-Apr-09 23:22
Prashant B. Lavate22-Apr-09 23:22 
GeneralRe: Importing contacts from hotmail and aol Pin
SeMartens22-Apr-09 23:37
SeMartens22-Apr-09 23:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.