User Profile
Collapse
-
No,I did not changed anything in code,but its dispaying prod_id only... -
Hii...
Thanks ChBinder,its worked.But i want to display in first combobox1 mainproductname insted of id.In second combobox im getting name..
Thanks...Leave a comment:
-
Combobox Selected Values...
I Have 2 comboboxes in my form.The first combobox1 shoud be fill with the mainproduts which is cmng from database.By selecting The mainproduct the related sub product shoud dispaly in second combobox2.
In form load written this code.....
Code:da = new SqlDataAdapter("select * from main_products", con); da.Fill(ds, "main"); da = new SqlDataAdapter("select * from sub_master",
-
Hiii...
Thanks ur reply.I got the code.Here it is....
strquery="Selec t * from products"
<select name="selprod" ID="dd1" onchange="reloa d(this.form);">
<option value="">Select prod</option>
<%if objrs.State <> 0 then objrs.Close
objrs.Open strquery,conn,3 ,3
While Not objrs.eof
prod_id=objrs(0 )
prodname=objrs( 1)...Leave a comment:
-
Want to Display the database values in 3 columns.
Hii..
Im retreving the data from database using table1.so im taking the values in array.
so using loop im displaying the values in single line .like
one
two
three
four
five
...
...
...
But i want to display the values like..
one two three
four five six
.. .. ..
my code is here..
Code:<table>
-
How to populate the dropdown values from another dropdown.
Hii..
I Have 2 dropdowns.The first dropdown contains main products which is from database table1.
If we select The one of dropdown value then the 2 second drop down should fill with all sub products of that main products from another table2.
Ex:: pulsor is the main product which is in 1 st dropdown
pulsor 150cc,pulsor 180cc ,pulsor 180cc are the sub prod s of pulsor.
when ever we select... -
Hii..
Im placing the div here.
Code:<INPUT TYPE="hidden" NAME="hidpayt" value="<%=hidpaym%>" > <div id ="c1" style ="overflow:hidden;display:none" value="<%=hidpaym%>"><%'=hidpaym%></div>
And dispalying div in javascript fun like:
document.getEle mentById('c1'). style.display = 'block';...Leave a comment:
-
Im placing the code in div tag only.but how to dispaly the div tag in javascript function.
plz tell me this as wellLeave a comment:
-
Im placing the code in div tag only.but how to dispaly the div tag in javascript function.
plz tell me this as wellLeave a comment:
-
The hidpayt holds all the payment values i.e 110.
But var hidpaym = document.frmrec hnung.hidpayt.v alue;
It displays only 62 payment values.Leave a comment:
-
Want to display entire string values in alertbox
Hiii.
Iam using alert box to display the total payment modes.
But in Alert it displaying only 62 out of 110.
my Code::
Code:var hidpaym = document.frmrechnung.hidpayt.value; var str = hidpaym.split(",") var st = "" ; alert("str.length::"+str.length) for (i=0;i < str.length ; i++) { if (st == "")
-
How toRetrive XMLdata into database Table
Hi ,
I want to retrive the xml data into my database table.
The xml file is from outside of application.so i want to retrive that xml data into database with in some temporary table
Thanq -
-
User Style Alertbox
Hello
I want to make different style of alert box on my code
So help me how to make user choice alert box.
Thanq -
Iam new to storedprocedure s will u tell me hw to provide parametersLeave a comment:
-
Thanq for ur reply .I tried like
CREATE PROCEDURE [dbo].[salesearch]
@sales_code int,
@sales_name varchar(50),
@area_code int
AS
set nocount on;
select sales_code,sale s_name,area_cod e from sales where sales_code=@sal es_code and sales_name=@sal es_name
and area_code=@area _code
GO
but i got err like" Procedure 'salesearch' expects...Leave a comment:
-
Regarding stored procedure help me
Hi
I want to know how to write storedprocedure when search creiteria is Present.
Here the query to give the list of
"select ID, Salesmennummer , Salesname Commision, Areacode from sales_master
Areacode Salesmennummer Salesname Commision
1 1000 Rams 200
2 2000 Johny 1000
I Want to search above list by areacode or Salesmennummer or Salesname.
... -
How to Create Excel File(.xls) from VB.Net App
SELECT * INTO [supplierexp] FROM [supplier] IN '' [ODBC;Driver={SQ LServer};Server =(local);Databa se=shop;user name='shop';pas sword='abc123'; Trusted_ Connection=yes];"
For above code im getting error like ODBC--connection to '{SQLServer}(lo cal)' failed. Im using the valid username and password only.
How to remove the error -
Leave a comment:
-
chinni1 started a topic How Retrive the products category-sub-sub sub category using dropdown in asp page(jain ASP ClassicHow Retrive the products category-sub-sub sub category using dropdown in asp page(ja
i have
pcatid pcat name parentcategory
1 Dessous 0
2 Neuheiten 1
3 Daily Joy 1
4 Honeymoon 1
5 Passion 1
6 Play 1
7 ...
No activity results to display
Show More
Leave a comment: