start in debug mode,
create brakpoint.
and in one string write all parameters :)
string s ="";
for(int i=0;i< command.Paramerters.Count;
s += command.Parameters[i].Para
string testBreakpoint = "sfs"; <--- set breakpoint here.
you should be able to see these parameters
do you use dataset for data?.....
Main Topics
Browse All Topics





by: existenz2Posted on 2008-01-15 at 05:10:11ID: 20662164
Create a insert parameter on your aspx called "FileName". Your code can stay the same if you do that.