Click here to Skip to main content
15,906,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Allowed html tags crystal report in ASP.NET Pin
King Shez7-Sep-08 20:35
King Shez7-Sep-08 20:35 
GeneralRe: Allowed html tags crystal report in ASP.NET Pin
kumar.ashok0513-Sep-09 22:02
kumar.ashok0513-Sep-09 22:02 
GeneralRe: Allowed html tags crystal report in ASP.NET Pin
amir.net9-Oct-09 5:13
amir.net9-Oct-09 5:13 
Questionhow to use code behind files function in aspx file Pin
pratik malviya7-Sep-08 19:54
pratik malviya7-Sep-08 19:54 
AnswerRe: how to use code behind files function in aspx file Pin
Sandeep Akhare7-Sep-08 22:36
Sandeep Akhare7-Sep-08 22:36 
GeneralRe: how to use code behind files function in aspx file Pin
pratik malviya7-Sep-08 23:41
pratik malviya7-Sep-08 23:41 
GeneralRe: how to use code behind files function in aspx file Pin
Sandeep Akhare8-Sep-08 0:50
Sandeep Akhare8-Sep-08 0:50 
AnswerRe: how to use code behind files function in aspx file Pin
Shaik Haneef8-Sep-08 0:18
Shaik Haneef8-Sep-08 0:18 
I tried For Your Problem It's Working Fine Man, I think Problem with your codeing You just try this one by taking the new aspx Page. You just put the function in <% ExFunction() %>


Default2.aspx
************

]]>





<title>Untitled Page




<%

myfun();

%>









Default2.aspx.cs :
******************
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class Default2 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
public void myfun()
{

Response.Write("working");
}
}
AnswerRe: how to use code behind files function in aspx file Pin
balaji.t8-Sep-08 0:32
balaji.t8-Sep-08 0:32 
QuestionEvent Handler for programmatically created LinkButton control help!! Pin
Rameez Raja7-Sep-08 19:50
Rameez Raja7-Sep-08 19:50 
AnswerRe: Event Handler for programmatically created LinkButton control help!! Pin
Sandeep Akhare7-Sep-08 22:38
Sandeep Akhare7-Sep-08 22:38 
GeneralRe: Event Handler for programmatically created LinkButton control help!! Pin
Rameez Raja8-Sep-08 0:34
Rameez Raja8-Sep-08 0:34 
GeneralRe: Event Handler for programmatically created LinkButton control help!! Pin
Sandeep Akhare8-Sep-08 0:53
Sandeep Akhare8-Sep-08 0:53 
QuestionWorking with ASP and ArcView Pin
buzzcore7-Sep-08 19:42
buzzcore7-Sep-08 19:42 
QuestionEvent Handler working for programmatically created LinkButton control help!! Pin
Rameez Raja7-Sep-08 19:38
Rameez Raja7-Sep-08 19:38 
Questionhow to call code behind function in javascript ? [modified] Pin
$unil Dhiman7-Sep-08 19:35
$unil Dhiman7-Sep-08 19:35 
AnswerRe: how to call code behind function in javascript ? Pin
balaji.t8-Sep-08 0:49
balaji.t8-Sep-08 0:49 
AnswerRe: how to call code behind function in javascript ? Pin
hemant.kaushal8-Sep-08 2:39
hemant.kaushal8-Sep-08 2:39 
Questioni need a tab Pin
Nika Asgari7-Sep-08 18:57
Nika Asgari7-Sep-08 18:57 
AnswerRe: i need a tab Pin
Abhijit Jana7-Sep-08 19:47
professionalAbhijit Jana7-Sep-08 19:47 
AnswerRe: i need a tab Pin
Ravi Sant3-May-11 0:29
Ravi Sant3-May-11 0:29 
QuestionConvert a VB statement to C# Pin
reogeo20087-Sep-08 17:58
reogeo20087-Sep-08 17:58 
AnswerRe: Convert a VB statement to C# Pin
sumit70347-Sep-08 18:03
sumit70347-Sep-08 18:03 
GeneralRe: Convert a VB statement to C# Pin
N a v a n e e t h7-Sep-08 18:45
N a v a n e e t h7-Sep-08 18:45 
AnswerRe: Convert a VB statement to C# Pin
Guffa7-Sep-08 21:37
Guffa7-Sep-08 21: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.