This currently is located in one html doc and is triggered at the OnLoad event. Is there anyway to make this load in the same browser window?
<script type="text/javascript">
function openWebRepairWindow() {
var win = window.open("/web_repair/fwc_ocrepair.php?rslvr_subclass=*"...
I have a file that fires off Apache.exe and I can minimize the window but I would love to simply hide it. Creating a service is not possible due to this being a demo system that can't have an additional service running.
I want to run vbscript that fires off a ".cmd" file. This file does several things including opening a web page. I want the vbscript to wait for the closing of the page and fire an event. Any ideas?
What I actually ended up doing was creating the hyperlink at the begining of each row on the GridView1_RowDataBound event.
Dim h1 As New HyperLink()
Dim DocPath As String
If e.Row.Cells(0).Text <> "document_uid" And e.Row.Cells(0).Text <> " " Then...
I am attempting to build a simple form that will allow streaming audio from a particular website to be played. Does anyone have any code samples or links that would provide me with information on this? I don't really care about playing music from the computer on it, simply use it as an interface...
I have a GridView that will not have a DataSource until a dataset is created upon a button click. When I run the webform the Gridview never shows.... any ideas?
I have a DetailsView linked to a DataGridView using the DetailsView datasource to link to the DataGridView Selected Value.
This works fine on initial load but if my GridView changes or is refreshed, the DetailsView looses its link and just stays on the first row.
Any ideas?
All I want to do is update the different fields in a DetailView control. Currently, when the webform is running, if I click EDIT it allows for changing of the values. How can I update those values in the SQL DB? I tried to go through the SQLDataSource configuration but when it asks where to get...
Basically, when someone clickes on a row in my Gridview, I would like to take a value from the Gridview and use it in a SPROC. That part works great, but I can't get my Datalist to populate correctly. I either get StackOverflowExceptions or nothing at all.
Can someone explain how I might go...
Yea I did clear it to only show the ones I want, and it works when I preview it. The datagrid for some reason will actually create the column headers but leave the cells blank....weird.
I have a joined table query that shows correctly when I preview the query in DataSet designer but when it loads to the datagridview it shows all columns from both tables. How can I make it only show the columns that I explicitly chose when I designed the query? For instance:
Table 1
1.Name -...
What can I do if I wanted to allow someone to "drag and drop" into my application? What I really want is the trigger that fires off.
I guess the best explanation is the how the cursor on the desktop changes to the "add file" looking icon when I want to drag it to a different folder.
Sorry if...
How in vbscript do you go about reading from a textfile?
The file is an example textfile, it will be dynamic in the amount of lines:
cwilliams@williamsit.com
jdoe@aol.com
sdodd@yahoo.com
etc.
etc.
etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.