Click here to Skip to main content
15,884,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question.NET dll does not appear in .NET tab of Add Reference window Pin
Arindam Tewary7-Jul-08 20:16
professionalArindam Tewary7-Jul-08 20:16 
AnswerRe: .NET dll does not appear in .NET tab of Add Reference window Pin
Sherin Iranimose7-Jul-08 22:58
Sherin Iranimose7-Jul-08 22:58 
GeneralRe: .NET dll does not appear in .NET tab of Add Reference window Pin
Arindam Tewary7-Jul-08 23:23
professionalArindam Tewary7-Jul-08 23:23 
GeneralRe: .NET dll does not appear in .NET tab of Add Reference window Pin
N a v a n e e t h7-Jul-08 23:36
N a v a n e e t h7-Jul-08 23:36 
GeneralRe: .NET dll does not appear in .NET tab of Add Reference window Pin
Arindam Tewary7-Jul-08 23:25
professionalArindam Tewary7-Jul-08 23:25 
GeneralRe: .NET dll does not appear in .NET tab of Add Reference window Pin
N a v a n e e t h7-Jul-08 23:31
N a v a n e e t h7-Jul-08 23:31 
GeneralRe: .NET dll does not appear in .NET tab of Add Reference window Pin
Sherin Iranimose7-Jul-08 23:48
Sherin Iranimose7-Jul-08 23:48 
Questionasp.net c# conversion help in vb.net Pin
amistry_petlad7-Jul-08 20:16
amistry_petlad7-Jul-08 20:16 
Hi all
please help me to convert
following code

<br />
<br />
public partial class _Default : System.Web.UI.Page<br />
<br />
, ICallbackEventHandler   I face difficulty here <br />
{<br />
<br />
    IList<product> list = null;<br />
   <br />
    protected void Page_Load(object sender, EventArgs e)<br />
    {<br />
        // Register the client callbacks <br />
        RegisterClientCallbacks(); <br />
    }<br />
<br />
    private void RegisterClientCallbacks()<br />
    {<br />
        string callbackRef = ClientScript.GetCallbackEventReference(this, "arg", "RecieveServerData", "context");<br />
<br />
        string script = String.Empty;<br />
<br />
        if (!ClientScript.IsClientScriptBlockRegistered("CallServer"))<br />
        {<br />
            script = "function CallServer(arg,context) { " + callbackRef + "}";<br />
<br />
            ClientScript.RegisterClientScriptBlock(this.GetType(), "CallServer", script, true);<br />
        }<br />
    }<br />
<br />
   <br />
<br />
    public string GetCallbackResult()<br />
    {<br />
        return HtmlTableHelper.ConvertProductListToTable(list); <br />
    }<br />
<br />
    public void RaiseCallbackEvent(string eventArgument)<br />
    {<br />
        if (String.IsNullOrEmpty(eventArgument)) return;<br />
        <br />
        list = ProductRepository.GetProducts(eventArgument); <br />
    }<br />
<br />
   <br />
}<br />
<br />
<br />
<br />
<br />
</product>

AnswerRe: asp.net c# conversion help in vb.net Pin
Imran Khan Pathan7-Jul-08 20:36
Imran Khan Pathan7-Jul-08 20:36 
GeneralRe: asp.net c# conversion help in vb.net Pin
N a v a n e e t h7-Jul-08 22:54
N a v a n e e t h7-Jul-08 22:54 
AnswerRe: asp.net c# conversion help in vb.net Pin
Arindam Tewary7-Jul-08 20:36
professionalArindam Tewary7-Jul-08 20:36 
AnswerRe: asp.net c# conversion help in vb.net Pin
Sherin Iranimose7-Jul-08 20:37
Sherin Iranimose7-Jul-08 20:37 
GeneralRe: asp.net c# conversion help in vb.net Pin
amistry_petlad7-Jul-08 20:38
amistry_petlad7-Jul-08 20:38 
GeneralRe: asp.net c# conversion help in vb.net Pin
Sherin Iranimose7-Jul-08 21:02
Sherin Iranimose7-Jul-08 21:02 
QuestionRe: asp.net c# conversion help in vb.net (very urgent) [modified] Pin
amistry_petlad8-Jul-08 8:03
amistry_petlad8-Jul-08 8:03 
AnswerRe: asp.net c# conversion help in vb.net (very urgent) Pin
Sherin Iranimose8-Jul-08 19:54
Sherin Iranimose8-Jul-08 19:54 
Questiontextbox help needed..urgent pl Pin
amit20117-Jul-08 20:09
amit20117-Jul-08 20:09 
AnswerRe: textbox help needed..urgent pl Pin
Sherin Iranimose7-Jul-08 20:34
Sherin Iranimose7-Jul-08 20:34 
JokeRe: textbox help needed..urgent pl Pin
Arindam Tewary7-Jul-08 20:39
professionalArindam Tewary7-Jul-08 20:39 
AnswerRe: textbox help needed..urgent pl Pin
Nirandas8-Jul-08 0:27
Nirandas8-Jul-08 0:27 
Questionmay i set fixed Screen rosolution inside asp.net 2.0 web application? Pin
Rameez Raja7-Jul-08 19:24
Rameez Raja7-Jul-08 19:24 
AnswerRe: may i set fixed Screen rosolution inside asp.net 2.0 web application? Pin
Herman<T>.Instance8-Jul-08 2:33
Herman<T>.Instance8-Jul-08 2:33 
QuestionDropDown List Box Pin
Murugavel Sadagopan7-Jul-08 19:22
Murugavel Sadagopan7-Jul-08 19:22 
AnswerRe: DropDown List Box Pin
amal_sathis7-Jul-08 20:18
amal_sathis7-Jul-08 20:18 
GeneralRe: DropDown List Box Pin
Murugavel Sadagopan7-Jul-08 20:34
Murugavel Sadagopan7-Jul-08 20:34 

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.