Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to use msflexgrid in asp.net



how to use msflexgrid in asp.net..

Answer / ravi

the MSFlexGrid currently displayed 15 rows, and the user
chooses to display only 10 at runtime, you need to delete
five extra rows.

Is This Answer Correct ?    13 Yes 18 No

Post New Answer

More C Sharp Interview Questions

if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj

1 Answers  


Is c# and .net same?

0 Answers  


What does the parameter Initial Catalog define inside Connection String?

5 Answers  


Will the following code compile?

0 Answers  


How does a function pointer returns a function pointer?

3 Answers   Wipro,


What is difference between web and window application?

0 Answers  


What are the types of assembly available

0 Answers  


Why are mutable structs evil?

0 Answers  


What is session management in c#?

0 Answers  


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


If I want to override a method one of class A and in class b then how do you declare?

0 Answers  


Explain about ODP.net

0 Answers  


Categories