im using vb in coding an asp.net page.. heres the error message i got when i tried to browse my project on a networked computer. Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. can anybody explain this to me?
cometburn007
Posts
-
Help with a Message box -
[2005] Passing a value to a sqlDataSourceNeed help here Badly... i created a gridview inside a gridview (this is to view the extended details of a certain person because of too many fields, i decided to do this.) which is binded to a sqldatasource. i can now get the value of the PersonID and store it to a session variable named Session("PersonID"). Now, my Problem is, how am i going to pass the Session variable to the sqlDataSource when the sqlDatasource and the Gridview is Inside a Gridview?
-
Displaying Extended Details on a GridViewGood Day! I am using ASP.net 2005 (Visual Basic Code) the table I bind with the gridview has too many fields, therefore, i want to display Other details of the gridview when mouseovered or when a expand button is clicked. i have googled this for about 1 week. unfortunately, Never found a article that could solve my problem. Does anyone knows how to display extended details of a gridview? or does anyone know any working article?
-
C# to Vb.net Convert error in string place...,try this: Dim addData As String = "INSERT INTO Ords (OrderId, CustomerId, ShipName, ShipCity) VALUES " & _ "('" & (Guid.NewGuid) & "'," & _ " '"& (New Guid(e.CommandArgument.ToString)) & "'," & _ " '" & (txtAddShipName.Text.Trim) & "', " & _ " '" & (txtAddShipCity.Text.Trim) & "')"
-
How can i kill a mySQL server Process?is there any way on how to kill a server process? because it happened 2 times, it displays an error with "too many connections". anybody knows how to tackle this? Really nee help here. Thanks in advance!
-
Problem in Including FilesHow can i include files when i have a master page? Here is the logic: Page 1 -------------> Page Check ------------> Page 2 Now, before the user can go to Page 2 it must be check first if the user has the rights to the page... I have a master page which confuses me. Anyone knows how to tackle this?
-
Problem with datagrid linkwhats the purpose of putting a single quote? (page'3.aspx) and storing it on your database? i mean why would you something like that?
-
Need Help!how am i going to do what you have said?
-
Need Help!i am currently developing a ASP.net project located on a server, i can open the project but whenever i add a item to the project or whenever i add a new page, it says, "Unable to add File '. Access Denied." what am i going through here? Anyone knows how to solve this? Please help me... BTW, im using windows XP Pro..
-
Help with gridview..simplyjc007@yahoo.com here is my email address... again thanks!
-
Help with gridview..Thank you! i will figure this out... thanks for the help!
-
Help with gridview..i use VS2005.. do you have simple codes, i mean easy to understand codes to answer the problem i said? how can i bind a detailsView to a database? coz i bind a GridView programmatically.. could it be posible to a DetailsView? how can i do this? Thanks!
-
Help with gridview..im sorry.. im new to asp.net, how will i know if the project is in 2.0?
-
Help with gridview..heres my problem, i have a database that has many fields on it, i binded it with a gridview but since it takes too much space, i wonder if it is posible on mouseover event to view another grid?