I have a navigation bar which shows the type of recipe. eg: healthy recipe, desserts, etc... I have a gridview on the same page. I want the data in the gridview to be populated as per the selection on navigation bar. I am using VS2010 and sqldatasource to bind with database. I google a lot but cant find any article based on populating gridview with context to navigation bar. Plz help.
Garishma
Posts
-
How to populate gridview based on another value clicked. -
Project on Code Conversionsir.. after providing else condition to the first textbox still the same output is derived.
-
Project on Code ConversionI tried writing this code.. on button_click: if (TextBox1.Text == "Console.WriteLine") { TextBox2.Text = "System.out.println"; } if (TextBox1.Text == "import.java.util") { TextBox2.Text = "System.Data"; } else { Response.Write("error"); } this code only shows "error". However if there is only one if condition then the output is generated.
-
Project on Code Conversion -
Project on Code ConversionI understand and also i was not expecting complete code for it. the only thing i require is some guidance on how should i start writing code for it. I cannot use any tools. I have to do everything from scratch. I should create dll file in web app or in console app???? the exact problem is: in C# we write Console.WriteLine("Hello"); which in Java will be System.out.println("Hello"); so what should i write in the dll file so that the above conversion takes place. Please guide me.. :~
-
Project on Code ConversionI have to create a project on code conversion from C# to VB.Net and from C# to Java(J2SE) and vice versa. Please help with the source code. However there are 2 ways of achieving the task. 1) by creating a dll file 2) by giving if else condition on button click. Please help me.