I am new with HP. My problem is my remote control is not working.
Is there is any driver is required ?
if yes which one?
i am using Hp Pavilion DV4 1211tu notebook
Thank u
The Message box with ASP.NET(eg:Msgbox ("Updation Successful")) is working properly at the time of development.But after publishing the project in the local IIS the message box is invisible.The message box is not popping out when I run the web application in the local ISS.
Can anybody suggest any solution for this?
Hai,
i were working in Windows xp. last week I changed my OS to Windows 7.The project i have done in Vb.net(2008) . While running class not registered error comes. In another computer its works well. Why it comes.
dim dataType as String
toolTip="Marks And Number[String]"
I want to get the [String] alone.
dataType = toolTipText.Substring(toolTipText.IndexOf("[") + 1, toolTipText.IndexOf("]") - 1)
it shows an error. Regarding the length of the string.
What's wrong with my code.I dont know ,
Some times I have these type of problems . Standing with…
I am running an ASP.NET application. The web server is located in the same system. In the code behind I just want to get the IP address of the requesting client. I am using this code
Request.UserHostAddress
But I am getting a wrong address: 127.0.0.1
My system IP address is 198.162.0.27.
Please look that alias name. I hope to set the value into a string var.
How to put single coats inside a string which is in single coats.
SET @SQLString = N'SELECT purDetQty as 'detQty',stkBatchCode as 'batchCode',purDetProductId as 'productId'
INTO #ProductTable FROM PurchaseDetail
INNER JOIN Stock on…
I want to display a blank Gridview Like this.By this way iant to enter the details through grid like windows app. In first a grid with blank row which is in edit mode comes and after update Next row will come. how can i do this? Any logic. I created the itemtemplates but without a data Source it does not showing nothng.
Hai ,
I am doing a community website. Assume that I am giving an option to all my users to choose a theme. That we happen see on websites like Orkut , Gmail etc..Actually we can keep only one theme inside the web config right ?. During dynamic change all the other user's themes will also change. How to avoid this?
I am running an ASP.NET application. The web server is located on the same system. In the code behind I just want to get the IP address of the requesting client. I am using this code:
Request.UserHostAddress
But I am getting a wrong address: 127.0.0.1. My system IP address is 198.162.0.27.
Hai ,
How to set Key and Value in the client registry using javascript. I Just want to keep the user profiles in the registry. When a user visit the page from a particular system , automatically connect to the system preferred database.For that I want to keep the connection string in the windows registry.
Please tell with code…
As part of my web project ,I have designed a div tag like a window form as Shown in the figure.I just want to fill details in the textbox when the user clicks the edit label.The div is Invisible at first time. when the user clicks on edit label ,the form-div get fadein(visible). During this time an event should fired in the code…
My laptop (HP DV-1211tu series) is more than 1 year old but was working fine. Then about couple of months back, there appeared ONE vertical line on my screen and I was told that I might have to change the screen!! So I ignored it and continued to work on my laptop. In the past week though there have been more lines appearing and…
Hai , An asp panel contains only 6 events. if they provide a visibilechanged event it may very useful for me. if it is in windows application ,how easy it is.I dont know why thy are not providing all these.This is same as in the case of gridView, button ,etc.
just think , I have an Iframe in an asp panel and two buttons. In…
I want to display 1000 rows and 80 rows in a GridView. I am little bit worried about the Performance of the application. If you know how to make it better performance ,please tell hw to do that in detailed way.
I am iterating through the table rows . if the row row is null I just want to remove the row.
it shows an error
Public Sub RemoveBlankRow(ByVal MyDataTable As DataTable)
Try
Dim MyRowStr As String = String.Empty
For Each MyRow As DataRow In MyDataTable.Rows
MyRowStr = ""
…
Hai ,
I am doing a web project in asp.net. Now I am trying to keep each connection string for each user . And the user can decide which server he prefer. How to change this dynamically and where can I store this?. I happen heard about machine.config .Unfortunately i am not familiar with this. Can you just tell what it is…
Hai ,
I am trying to display the user permission in a treeview.For each user permissions are stored in the database as xml file. In the page, a Combo box used to list the users and a treeView used to bind the Permission xml. When the user get selected in the combo box , i took the xml from the database and connect with…
i have a formula field named @prodValue :
{#TotalStock} * {spRptStockDetails;1.purDetRate}
It is in the group head 2 section and i want to get the sum of this field in the
Group head 1 footer. how to do this.
sum({@prodValue})
it is not working.
I am creating a tab control using Ul and Divs. Ul is used to display the tab heads. When the user selects one Tab (ie , 'Li') ,the tab back color get changed with respect to others.
I want to get the Selected and not selected li in that Ul .
I used
$(".tab li:selected").css("background-color","red");
$(".tab…
I am new with HP. My problem is my remote control is not working.
Is there is any driver is required ?
if yes which one?
i am using Hp Pavilion DV4 1211tu notebook
Thank u