Click here to Skip to main content
15,902,112 members

Comments by Agasimani (Top 6 by date)

Agasimani 15-Jan-16 1:09am View    
Hi,
I had used the focusout event but its not giving to use new tab in browser and edit the data in Table till i enter the data in the textbox. How to overcome from this...?

Thanks
Agasimani 12-Oct-15 2:04am View    
This question. How to find the size of class(static)
static class static_class
{

public static void add()
{
Console.WriteLine("Its static class method");
Console.ReadLine();
test obj = new test();
obj.add();
test obj1 = new test();
obj.add();
}


}

class test
{

public void add()
{
Console.WriteLine("Its normal class method"+x);
Console.ReadLine();
}

}


class Program
{
static void Main(string[] args)
{

static_class.add();

}
}
Agasimani 11-Jul-14 2:40am View    
Can i above code used for filling textbox means if select any item from ddl then it display the price of the selected item in textbox.
ddl[--Select item--]
txtbox[--price of selected item--] like Bill generator.
Thank you.
Agasimani 6-Jul-14 5:56am View    
not working dude..!.
pls read my question correctly.
Agasimani 5-Jul-14 15:13pm View    
sorry i'm fresher in asp.net i know asp.net with c# only so can you guide me with c#..