Hi,
can anyone give me the regular expression for finding sole instances of "\n", not grouped in twos or more.. something along the lines of:
{not "\n"}{"\n"}{not "\n"}
Thank you,
shady
Hi, i was wondering does anyone know how to set the minimum width a user can resize their window to? i dont want it to be resized to less than 400px say.. using javascript or whatever..
Hello,
I'm trying to override the "reject" cursor that appears when i try to drag a fixed element element. For example i have:
<img src="redx.gif">
and when i try to drag the image the cursor changes to the "reject" cursor. I want to try to override that and make it the "hand" cursor.
Any...
Hello,
I'm trying to simulate a drag and drop operation across frames. I have 4 frames and i want to be able to tell when:
1) the user's mouse button goes down in a specific frame (say frame 2)
2) it stays down as he moves it across to another specific frame (say frame 4)
3) he releases the...
hello,
i'm trying to create a navigation path (roadmap) that shows users where they are in my website.. i have two frames, one is the main frame where the pages are loaded and the other is the contents frame and where i want my roadmap path to appear. My question is this: i want my contents...
Hello,
I have an embedded datagrid inside a repeater whose datasource i set in the repeater's ItemDataBound event handler. My question is this: if i want to make the datagrid sortable do i initialise the datagrid's SortCommand in the same place where i set it's datasource? If my repeater is...
hi,
does anyone know of a way to modify a css classes' properties using javascript such as this simple style:
<style>
.highlightedCell
{
BACKGROUND-COLOR: RED;
}
</style>
lets say i have some cells in a datagrid that have this class and then i want to change their...
Hello,
I have a page with two frames in it as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>title</title>
</head>
<frameset>
<frame name="banner" src="banner.aspx">
<frame name="main" src="main.aspx">
</frameset>
</html>
is there anyway i can...
hello,
i have a button, a datagrid and a textbox
this is my code:
private void button1_Click(object sender, System.EventArgs e)
{
DataTable dt = getDevices();//returns a datatable
dtgEvents.DataSource = dt;
dtgEvents.Refresh();
}
my getDevices() method reads the value in the textbox...
Hi,
I'm trying to use Regular Expressions to search for this pattern --> [#] (basically a number in square brackets). I cant seem to create the correct search string to do that.
I have this: string pattern = "[[](/d)[]]";
Any help would be much appreciated!
shady
Hello,
i'm trying to schedule a task on a windows 2003 system remotely from an XP system using vbscript. I discovered the handy win32_ classes and i wrote this code to try to open notepad remotely using the win32_ScheduledJob class:
Set objSWbemLocator =...
hello,
I want to automate an installation and what i have is the source code
of the web application and the .msi installation file. By automate i
mean automatically answer whatever input prompts the setup dialog may
have and make it run passively so that i end up with the program
installed...
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.