Forum: ASP Jun 23rd, 2008 |
| Replies: 8 Views: 1,203 as i previously said.. use a table to keep the column names..
first fetch the data from the ref table to get the column names..
then get the rows from ur transanction table.. |
Forum: ASP Jun 23rd, 2008 |
| Replies: 8 Views: 1,203 really i confused..
wht actually u want to do..
u r talking about database table or html table?? |
Forum: ASP Jun 11th, 2008 |
| Replies: 8 Views: 1,203 creat a table to maintain the column names of the dynamic table.. once u added a column in ur table, update the new table with the column name...
while retrieving, get the column names first and... |
Forum: ASP Jun 11th, 2008 |
| Replies: 16 Views: 2,767 once u come into the order details From the master order page, u will have the ID right.. insert both at same time.. means write the queries according to the situation.. |
Forum: ASP Jun 9th, 2008 |
| Replies: 4 Views: 957 which database u r using.. |
Forum: ASP Jun 8th, 2008 |
| Replies: 6 Views: 1,980 Some Spellings missed out..
Knowledgable - Knowlegable..
For dropdown u should use "Value" not "selectindex"
so document.StudioReviewForm.OverallRating.selectedIndex == 0 is wrong |
Forum: Oracle Jun 7th, 2008 |
| Replies: 4 Views: 1,820 do u really wanna solution???
go and ask ur teacher wht DDL is?? |
Forum: Oracle Jun 7th, 2008 |
| Replies: 4 Views: 1,820 hi..
You cannot use a DDL inside a trigger as they will manipulate or create a table for each record insert or update.. try something else.. |
Forum: ASP Jun 7th, 2008 |
| Replies: 13 Views: 3,922 hei..
u have got the problem while inserting the record or displaying the record?? hmm.. |
Forum: ASP Jun 7th, 2008 |
| Replies: 4 Views: 957 boss.. whts ur problem.. Explain it before giving the source code.. |
Forum: ASP Jun 7th, 2008 |
| Replies: 3 Views: 993 if ur content is dynamic then u have to use the database while searching, if its manual then search ur webpages.. very simple.. Google to search will not be a good idea as a programmer.. try.. u will... |
Forum: ASP Jun 7th, 2008 |
| Replies: 8 Views: 1,203 r u really talking about column, it seems like row.. So refreshing the same page will be the solution.. try that.. |
Forum: ASP Jun 7th, 2008 |
| Replies: 16 Views: 2,767 Try to go to the next page for the order details to enter, with the order main details as hidden fields.. then use two different queries to insert both the tables..
Procedures possible when u have... |
Forum: ASP Jun 7th, 2008 |
| Replies: 4 Views: 3,390 this is not possible as the code example will be very big.. try urself and ask here if u couldnt solve that.. |
Forum: Visual Basic 4 / 5 / 6 Jun 7th, 2008 |
| Replies: 4 Views: 1,077 Veena,
Dont we have trigger concept in Access..??? |
Forum: Visual Basic 4 / 5 / 6 Jun 7th, 2008 |
| Replies: 4 Views: 1,370 without a loop how u will get all the values..
u will get only one value which is the 1st one.. |
Forum: ASP Jun 7th, 2008 |
| Replies: 6 Views: 1,980 <form action="<%=MM_editAction%>" METHOD="POST" name="StudioReviewForm" id="StudioReviewForm" onsubmit="return validate form ( );">
may be like this
<form action="<%=MM_editAction%>"... |
Forum: Visual Basic 4 / 5 / 6 Jun 6th, 2008 |
| Replies: 4 Views: 1,370 |
Forum: ASP Jun 6th, 2008 |
| Replies: 6 Views: 1,980 |
Forum: Visual Basic 4 / 5 / 6 Jun 6th, 2008 |
| Replies: 4 Views: 1,370 what result u r getting?? |
Forum: ASP Mar 5th, 2008 |
| Replies: 5 Views: 1,095 give the full source code of that registration file..
let me have a look.. |
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2008 |
| Replies: 2 Views: 1,550 why cannot u validate the content of that row after firing??
and execute the remaining things.. |
Forum: ASP Nov 26th, 2007 |
| Replies: 3 Views: 3,715 thank you for ur interest on my prob...
i already figured out this prob and forgot to update here as solved....
actually i used javascript for retrieving the values from the form to popup..
... |
Forum: ASP Nov 15th, 2007 |
| Replies: 3 Views: 3,715 hi to all... giving support to my projects
now i came with another problem..
when i trying to pass the values to popup am using
request.form
in the popup |
Forum: Visual Basic 4 / 5 / 6 Nov 15th, 2007 |
| Replies: 6 Views: 3,718 first design the report in crystal reports
add a crystal report viewer in ur form
write the code like in the 2nd post of this thread..
try first if u hav any prob come back to me |
Forum: ASP Nov 9th, 2007 |
| Replies: 20 Views: 5,380 hei................SheSaidImaPregy..
thank you very much for ur support..
i find a way to solve it
Set UploadImg = New FreeASPUpload
UploadImg.Save uploadPath, false, 10000000
L =... |
Forum: ASP Nov 9th, 2007 |
| Replies: 20 Views: 5,380 |
Forum: ASP Nov 9th, 2007 |
| Replies: 20 Views: 5,380 expected end od statement its showing in the line dim form..
whn i change.. 'set' instead of 'dim' its showing invalid classstring...
hmm.. still prob.. |
Forum: ASP Nov 9th, 2007 |
| Replies: 20 Views: 5,380 if i remove the multipart/form then its working corectly but i have to upload.... but the upload is not working...... for uploading we are force to do the multipart.. i dont know wht am going to do..... |
Forum: ASP Nov 9th, 2007 |
| Replies: 20 Views: 5,380 hei here we cannot use the request.form coz the form already assigned as enctype="multipart/form-data" so by request.form we cannot get the value....here... |
Forum: ASP Nov 9th, 2007 |
| Replies: 20 Views: 5,380 hei now the hidden value is ok its retrieving correct values from 0 to 4.. its by using the this.for... only...
now the prob with request.form in the next page
whn i go thru searches i think i have... |
Forum: ASP Nov 8th, 2007 |
| Replies: 20 Views: 5,380 another one thing....another form is here in this same page.. i forgot to tell this.. sorryyyyyyyyyyyy |
Forum: ASP Nov 8th, 2007 |
| Replies: 20 Views: 5,380 hei this is some good logic but not working..
here my hidden field doesnot accept the value i think..
i forgot to say another thing .. my form tag is..
<form enctype="multipart/form-data"... |
Forum: ASP Nov 7th, 2007 |
| Replies: 20 Views: 5,380 <input type="button" value="Upload" name="B1" onclick='<% Session("imagecap" & strSUnique) = "1"%>;submit()'><br><br>
<input type="button" value="Upload" name="B2" onclick='<% Session("imagecap" &... |
Forum: ASP Nov 6th, 2007 |
| Replies: 20 Views: 5,380 but its showing session is not a keyword when i put it inside the sub or function which is inside the vbscript. but outside the vbscript its working.. and another thing after removing vbscript tag... |
Forum: ASP Nov 6th, 2007 |
| Replies: 20 Views: 5,380 no am getting the value of imgno inside the function...
after that i cannot assign it to a session variable..
if its not possible is thr any other ways to pass the parameters.....(other than url... |
Forum: ASP Nov 5th, 2007 |
| Replies: 20 Views: 5,380 Hi to all
am new to asp and am parcipating a project on asp in our company... here i got one prob that passing the parameter thru onclick.. i tried a lot but nothing materialize..
i have 5... |
Forum: Visual Basic 4 / 5 / 6 Nov 1st, 2007 |
| Replies: 2 Views: 1,422 i too like to know about creating and using dll's |
Forum: Visual Basic 4 / 5 / 6 Nov 1st, 2007 |
| Replies: 5 Views: 7,227 can use flexgrid.rows=flexgrid.rows+1
let me know wht the exact problem do u have |
Forum: Visual Basic 4 / 5 / 6 Nov 1st, 2007 |
| Replies: 6 Views: 3,718 first do u have the crviewer in ur components
it will take all the references automatically
otherwise you just select all the related references to crystal reports
let me know wht version of... |