|
-
Dec 20th, 2003, 04:10 PM
#1
Thread Starter
Junior Member
How to connect ADO.net controls with coolmenus4 ??
I got some problem with my ASP.net project this time, and I don't want to take out my coolmenus or even change it with <asp:hyperlink> or other asp.net server controls.
You know when you make a e-commerce site there will be a menus, and in it's menus there will be a categories so we just use one page and with different items inside.
And also when you using server control like <asp:hyperlink> it can be easier to binding data and using item.index in Databinder.Eval() for making categories.
And now the problem is how to connect datalist category that I just created using SQL Server database with those javascript coolmenus.
This is a piece of coolmenus code in javascript, so we can go to other pages or "maybe" to other categories :
Code:
oM.makeMenu('m10','m2','Web Programming','Products.aspx?CategoryID=101','',120,0);
Coolmenus cannot recognize datalist,databinding, or other ADO.net controls. Coolmenus just recognize a link like this : "products.aspx".
How to make datalist/databinding can connect with those coolmenus codes like usually we used it with <asp:hyperlink> or other asp.net server controls ?
please I need help,
thanks..
Last edited by Rio; Dec 20th, 2003 at 04:40 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|