Dear, the request object is null.
KnightGuy
Dear, the request object is null.
KnightGuy
function popitup(url) { newwindow=window.open(url,'name','height=200,width=150'); if (window.focus) {newwindow.focus()} return false; } hi i have a two aspx pages page1.aspx and page2.aspx on each page there is a link which open a new window using above javascript, but i want to know the previous page information eighter it open using page1.aspx page or page2.aspx page. request object is null, so i'm unable to identify.
KnightGuy
Hi, I have a gridView with a colunm Adress-A SiteName-A ServiceType-A Address-B SiteName-B ServiceType-B Edit-A Edit-B it could be possible, if i click on Edit-A only the fields (Adress-A SiteName-A ServiceType-A) shown in edit mode and when i click on Edit-B the field (Address-B SiteName-B ServiceType-B) will show in edit mode in a grid.
KnightGuy
SPSite osite = new SPSite("http://litwaredemo/Test"); When im trying to acess the following site using sharepoint object model in windows service it give me an an Exception: it give me an exception message: The Web application at http://litwaredemo:80/Test could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application. ( but the above statement working fine when i use this statement in console application ) can any one help to resolve this error
KnightGuy
This Control has a probem it doesn't work within update panel.
KnightGuy
i have a gridview (shown the tasks which is assigned to him) inside update-panel so that it would automatically refreshed after 20 seconds, if new task assigned to him then i need a popup control indicate a new task assigned kindly work on it.
KnightGuy
This control doesn't work with update panel, below feedback indicating...
KnightGuy
Hi, I have a requirement where i need a taskbar popup control appears when work assigned to some person( user of the application), like msn msg appear on taskbar when a new message received, but i need the same funtionality in asp.net using ajax.
KnightGuy
i have placed a data grid inside a panel if the data grid have the record the panel will expand and if the data grid don't have a data then the height of the panel will be zero. how i change a height property of a Panel according to the click of the user how to set the height property and scroll property at run time
KnightGuy
Hi, i have a variable strpicture in c# code behind file and i want to pass this variable to a javascript function ShowPicture(take strpicture as parameter) how can i pass this variable to a javascript function if some one know please give me a hint.
KnightGuy
Hi, i have created a new folder and define a class outside the app code folder but it is not visible on webpage.aspx.vb pages. will any one help me
KnightGuy
Hi, i have created a report which using two tables Category and Product Main Report Field Category Name Sub Report Fields Product Name Product Price Company Name Olper Rs.45 Lever Brothers Haleeb Rs.48 Haleeb Private Limited i want to show a Total amount of each product but when i calculate total then it appreas in front of every record like Product Name Product Price Company Name Total Olper Rs.45 Lever Brothers Rs.93 Haleeb Rs.48 Haleeb Private Limited Rs.93 will any one help me how i calculate total in sub report which appears once like Product Name Product Price Company Name Olper Rs.45 Lever Brothers Haleeb Rs.48 Haleeb Private Limited Total Rs. 93
KnightGuy
i have a problem with crystal report in desktop application. i setup a manual refresh button to refresh the crystal report but the data isn't refreshed when i click the manually created refresh button but when i clicked the button which exixts on the crytal report i found the desired result.
KnightGuy