Click here to Skip to main content
15,922,650 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: about master page validation Pin
N a v a n e e t h9-Jan-08 23:45
N a v a n e e t h9-Jan-08 23:45 
Questionpublic function accessing problem Pin
Pankaj Garg9-Jan-08 22:25
Pankaj Garg9-Jan-08 22:25 
GeneralRe: public function accessing problem Pin
N a v a n e e t h9-Jan-08 23:46
N a v a n e e t h9-Jan-08 23:46 
GeneralRe: public function accessing problem Pin
Pankaj Garg9-Jan-08 23:57
Pankaj Garg9-Jan-08 23:57 
GeneralRe: public function accessing problem Pin
N a v a n e e t h10-Jan-08 22:35
N a v a n e e t h10-Jan-08 22:35 
GeneralRe: public function accessing problem Pin
Pankaj Garg10-Jan-08 23:44
Pankaj Garg10-Jan-08 23:44 
GeneralRe: public function accessing problem Pin
Paul Conrad10-Jan-08 16:45
professionalPaul Conrad10-Jan-08 16:45 
QuestionRe: public function accessing problem Pin
Pankaj Garg10-Jan-08 17:51
Pankaj Garg10-Jan-08 17:51 
i have a public function defined in the .vb class (this class file is lying in the App_Code folder).How should i access that public function , if I want to use the same , in any source file of the web page.
Suppose i want to convert the date format , of the column in the gridview . The date format function is declared public , and lying in the vb file under the App_Code folder.How should i access that function
<EditItemTemplate><br />
<asp:TextBox ID="txtindate" runat="server" Text='<%#Format(DataBinder.Eval(Container.DataItem,"indate").ToString())%>'></asp:TextBox> <br />
</EditItemTemplate> 

The format function is in the vb file under the App_Code folder
GeneralRe: public function accessing problem Pin
Paddy Boyd10-Jan-08 22:33
Paddy Boyd10-Jan-08 22:33 
GeneralRe: public function accessing problem Pin
Pankaj Garg10-Jan-08 23:42
Pankaj Garg10-Jan-08 23:42 
QuestionHow to delete a row in a ASP.NET dataGrid Pin
Imran Adam9-Jan-08 22:10
Imran Adam9-Jan-08 22:10 
AnswerRe: How to delete a row in a ASP.NET dataGrid Pin
N a v a n e e t h9-Jan-08 23:52
N a v a n e e t h9-Jan-08 23:52 
Generalwork with web services in a windows application Pin
caradri9-Jan-08 21:49
caradri9-Jan-08 21:49 
GeneralGridView with javascript calender Pin
AS@139-Jan-08 21:16
AS@139-Jan-08 21:16 
GeneralIGNORE - Duplicate of post below Pin
Declan Bright9-Jan-08 23:24
Declan Bright9-Jan-08 23:24 
QuestionHow to upload a asp.net project to server to make it online. Pin
coolsatty9-Jan-08 20:39
coolsatty9-Jan-08 20:39 
AnswerRe: How to upload a asp.net project to server to make it online. Pin
Declan Bright9-Jan-08 21:42
Declan Bright9-Jan-08 21:42 
GeneralRe: How to upload a asp.net project to server to make it online. Pin
coolsatty10-Jan-08 20:45
coolsatty10-Jan-08 20:45 
GeneralRe: How to upload a asp.net project to server to make it online. Pin
imsathy10-Jan-08 22:32
imsathy10-Jan-08 22:32 
Questionhow to handle a double click event in the grid view Pin
jagan1239-Jan-08 20:27
jagan1239-Jan-08 20:27 
AnswerRe: how to handle a double click event in the grid view Pin
Declan Bright9-Jan-08 21:44
Declan Bright9-Jan-08 21:44 
GeneralSystem.IO.IOException: The process cannot access the file because it is being used by another process. Pin
pekhaleyogesh9-Jan-08 20:27
pekhaleyogesh9-Jan-08 20:27 
QuestionGridView with javascript calender Pin
AS@139-Jan-08 20:21
AS@139-Jan-08 20:21 
GeneralRe: GridView with javascript calender Pin
Declan Bright9-Jan-08 23:15
Declan Bright9-Jan-08 23:15 
GeneralCreate PDF from ByteArray Pin
Kumaran21cen9-Jan-08 20:14
Kumaran21cen9-Jan-08 20:14 

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.