Click here to Skip to main content
15,902,634 members

Comments by Dnyaneshwar Kondbale (Top 38 by date)

Dnyaneshwar Kondbale 6-Feb-14 2:24am View    
no thats not issue.. I jst want to know you defined Type M3 in your Database , so at the time time of M3 defination you write like a as varchar(30).. n all.. I think issue you get is in M3 defination and value passed for the M3.
Dnyaneshwar Kondbale 6-Feb-14 2:10am View    
@slno and @OrderNo you defined as nvarchar(255), kindly check the length of the both it may be more than 255 ,or you defined M3 as type on your database kindly check the value pass for M3 having more length more than you defined.

" String or binary data would be truncated " Error occured when you try to pass or assing value
to some parameter with more than length defined for that parameter.
Dnyaneshwar Kondbale 6-Feb-14 1:54am View    
Yes, Its depends on your requirement.. You can use while Loop as well as you can try TVP(Table Value Parameter) in SQL Server 2008.to Avoid looping must go with TVP.
Dnyaneshwar Kondbale 6-Feb-14 1:45am View    
Try this,

Just Define your DropDownlist as AutoPostBack = True and try to call SelectedIndexChange event of dropdownList. and simply call your "GridQueryDatabind()" or DoGridQuery() function on SelectedIndexChange event.
Dnyaneshwar Kondbale 16-Jul-13 1:02am View    
Dear Johnny,

Thanks. But I want to increase "MaxScriptStatements" this in IE8, and client don't want to do manual setting. He want to do though our application itself.
He want solution though application only "http://support.microsoft.com/kb/175500"