Click here to Skip to main content
15,896,201 members

Comments by Abid Shk (Top 10 by date)

Abid Shk 1-Dec-14 2:28am View    
if u dont want to use server.transfer then use postbackUrl on button property
my code also work with postback url
otherwise use response.redirect
Abid Shk 25-Nov-14 8:03am View    
u write max if no data in table then it will return NULL just change a query little bit use
max(coalesce(Product_code,0)) it will work perfectly
Abid Shk 25-Nov-14 7:41am View    
show me your ds = l2.nov(); nov funcion code here
Abid Shk 21-Nov-14 0:05am View    
http://www.aspdotnet-suresh.com/2014/11/export-data-to-excel-from-datatable-gridview-aspnet-csharp.html

goto this link it will help u
Abid Shk 20-Nov-14 5:04am View    
first u want to show no of rows in grid based on selection date difference then want to fetch data from db if no of rows in grid and ur db data row not match.
Suppose if 2 entries in same date then how will u display it