hey..u can do it simply... using AJAX -Jaavascript..there are coordinates like OFFsetX..and something like that...go to the w3schools.com for javascript functions..u can do it..i hav done bfore..
Rameez Mohammed India
hey..u can do it simply... using AJAX -Jaavascript..there are coordinates like OFFsetX..and something like that...go to the w3schools.com for javascript functions..u can do it..i hav done bfore..
Rameez Mohammed India
hai all...i am having a problem with ADS.I am developing a web application which logs in using ADS.I am not using the authentication anywhere else. I need to show pictures present in a network folder in some other machine...but due to the security permissions in the network,i am not getting it displayed. help me.... Rameez Mohammed India
hai , in the html page,write the follwing code at last just between and otherwise it may execute with a blank page on background. <asp:Literal id="ltlAlert" runat="server" EnableViewState="False"> </asp:Literal> in the code (back)write Public Class file.aspx Inherits System.Web.UI.Page Protected WithEvents ltlAlert _ As System.Web.UI.WebControls.Literal then write a function so that '--------------------- Private Sub Say(ByVal Message As String) ltlAlert.Text = "alert('" & Message & "')" End Sub '-----------------(here VB code is used...use as you prefer and whereever u want to show this message,just call Say("Hello").... try this.....with regards.....rameez
Hai All, Hope that u will help me.... i hav a problem with dropdown list boxes.Panels and even menus are going under the ddl's.Can u suggest a solution for this? hope i will get the reply at the earliest.
Hai Payal, I also experienced same problem while creating web applications.How I solved is that....If you are placing the picture as OLE object in .rpt page,then it will not work..this is because,on uploading,the picture path cannot be stored as relative...it will always look for correct system path. u just go to the .aspx page from which u r manipulating the db/table columns.then place the picture properly where u wnt to .give the path as eg.(images/picname.*) .then u see...ur problem will be alright. with regards.....rameez