Click here to Skip to main content
15,906,329 members

Comments by Sharmanuj (Top 55 by date)

Sharmanuj 4-Dec-14 4:14am View    
Hi Ali,

If you have n no of columns in your excel file and want to capture all the columns data in the json file then, your column name would be the key for the dictonary object. And the rows data would be in the list object.

for example if you have 10 rows and 5 columns then list object would contain 10 rows data related to first column and that would get added in dictonary. Similarly for all the columns.

Regards,
Sharmanuj
Sharmanuj 21-Aug-14 3:04am View    
What is your basic requirement to achieve by making clone windows?
Sharmanuj 21-Aug-14 2:59am View    
you can apply the css to any level of the child. Clear me one thing, are you having page design at runtime or statically design.
Sharmanuj 20-Aug-14 8:20am View    
You should use the following query.
string qry = "select * from tbmobile where uid='" + comboBox2.SelectedValue.ToString() + "'";

ComboBox.SelectedValue should be converted into String.
Sharmanuj 13-Aug-14 1:28am View    
in above comment you told you want to register all details in database. What is the exact requirement buddy