Click here to Skip to main content
15,916,945 members

Comments by Alf1har (Top 4 by date)

Alf1har 7-Jun-12 3:37am View    
Hi Lakhwant

Is it possible for you to put a trace on SQL to see what exactly is being passed to SQL to execute, and check whether the statement is actually returning values if you execute it with the same parameters by hand?

Thank you

Ragards

Alf
Alf1har 7-Jun-12 3:34am View    
Hi Manohar

Could you give us a bit more detail on how create your controls dynamically, i.e. using a repeater or some other way? The answer really lies in this as the problem is not in the SQL statement but in how you fin out which of the LinkButtons were pressed, if you browse your page in firebug for instance you'll see that each linkbutton has a different prefix added, and the name you picked for the id as well.

I will attach an example of something like this for you in the answere once you can tell us exactly how you create the controls.

Best Regards

Alf
Alf1har 15-May-12 8:49am View    
Hi Sachin

I do not understand what you are asking, would you mind just clarifying for us please?

Is your issue that the Client page looks different to the master page that you have set up?
Alf1har 15-May-12 8:49am View    
Hi Aravind

It's not really clear what your question is, or is this just an example of how to export to Excel from C# that you are posting?