hi
please click this link (http://www.dhtmlgoodie s.com/scripts/slidedown-menu2/slidedown-menu2.html)
there is a slide menu.
i am trying to use this slidedown menu code in my application
the code page (http://www.dhtmlgoodie s.com/index.html?whic hScript=slidedo wn_menu2)
above first url is demo page.In this page "submenu" item did not work.for example
the sub menu items did...
User Profile
Collapse
-
Server Error in '/' Application.
hi
below is my code its working fine in my local system.but its give this error on webhost
please solve this error
my code is------------------------------------------------
...Code:Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click If FileUpload1.HasFile Then FileUpload1.SaveAs(System.IO.Path.Combine(Server.MapPath("~\\upload"),Last edited by Niheel; Sep 27 '10, 02:17 AM. -
how to change the multiple textboxs value with a dropdown selection
I have a table which have 10 fields and populated with data bond but i want to change/update the data of one column with one selection of select input.
Let me know logic and if available anycode
that's the textbox
...Code:<%if printview="" then%><input name="<%=txtDiscName%>" autocomplete=off tabindex="2" type="text" id="headDisc" value="<%=Round((rs("Price")-rs("TPrice"))/rs("Price")*100,0)%>"Last edited by Niheel; Jun 2 '10, 01:17 AM. Reason: merge question details and also fixed grammar, punctuation -
hot to insert cvs file in sql
hi
i m trying to insert .csv file in ms sqlserver but its not working
my cvs file data formate below is
...Code:"12.204.8.120","12.204.8.151","214698104","214698135","VI","Virgin Islands, U.S." "12.204.8.152","12.204.8.159","214698136","214698143","PR","Puerto Rico"
Last edited by Frinavale; May 18 '10, 07:37 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. -
there is no error wroking well but not onlclick event work in firefox.
here is complelte code of my page.suggest me solution for firefox
...Code:<% if not session("username") = "OK" then response.redirect "../login.asp" %> <!--#include virtual="admin/cnn.asp" --> <html> <head> <meta http-equiv="Content-Language" content="en-us"> -
this does't work in firefox
hi
i m working in asp classic. The below code works in internet explorere but does't work in firefox. pleas help me
...Code:function DisplayMe(e) { //document.getElementById("CompName").value == //alert(e.id); var elTableRow = document.getElementById(e.id); var elTableCells = elTableRow.getElementsByTagName("td"); if (document.all) { document.getElementById("CompName").value=elTableCells[1].innerText; -
-
How to store only imagefile name in database table
hi
i m using radiobuttonlist with images like this
...Code:<asp:RadioButtonList ID="rbtnthumb1" runat="server"> <asp:ListItem Value ="News_icon.jpg"> <img src="http://bytes.com/images/News_icon.jpg" alt="News" align="absmiddle"> News </asp:ListItem> <asp:ListItem Value ="imageicon.bmp">Last edited by Frinavale; Nov 11 '09, 07:31 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags and indented the code for legibility. -
hi
still i have a confusion i m using this query in asp.vb page now i have
Dim strsearch As String
strsearch = txtsearch1.Text
i want to search records form mytable with the value of strsearch
strsearch is input valule for search a record form mytable
please guide me about this
dadsubmit = New SqlDataAdapter( "SELECT AuthorId, UrlUserName, Urlid, UrlAddress, ChooseMedia,...Leave a comment:
-
sql query
hi
thanks for your reply i was very helpful for me regarding this i have a problem which is this
i m using this query it works
SELECT AuthorId, UrlUserName, Urlid, UrlAddress, ChooseMedia, Title, Description, ChooseThumbnail , ChooseTopic, Datetime,
(SELECT COUNT(CommentId ) AS Expr1
FROM CommentTable
... -
sql query
i have two tables one submittable and 2nd commenttabe
submittabls has field
2nd table(commentta ble)Code:ID URLID URLADDRESS USERNAME DATETIME
Now i want single query which show submittable records and count commentid form commenttable.Code:URLID COMMENTID TEXT
Please help me.
No activity results to display
Show More
Leave a comment: