i am having trouble filtering datatable
how can i do this WHERE theDate BETWEEN #1.1.2000# AND #1.1.2002#
this work
TestBindingSource.Filter = "theDate=#1.1.2000#";
Best regards Hlynur
http://www.xodus.net
i have a question
is it possible to read multiple records and update it to one record?
I have this code and i need to find all records that match my query and put them all in one record
<code>
UPDATE #tmpSearchTable
SET Monday = SchedulerEvents.Title+'<br/>x'
FROM...
Yes this is almoust it,
i cant figure out a way to rewerse this like if i have the number 5 and i need to find out witch days this number stands for
Best regards Hlynur
http://www.xodus.net
No this is not it, what i am looking for is some kind of mathmatic formula,
like i have these weekdays
Sunday = 1
Monday = 2
Tuesday = 4
Wednesday = 8
Thursday = 16
Friday = 32
Saturday = 64
and in my software i can choice sunday+tuesday and i get the value 5 be...
no what i am looking for is if i have multible choices
like if i have the number 6 then it stands for
Green,Blue
or i have the number 10 i get
Green,Red
Green = 2,
Blue = 4,
Red = 8
Best regards Hlynur
http://www.xodus.net
I am trying to make an stored procedure that can read enum values
its no problem in asp.net http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemflagsattributeclasstopic.asp
is it possible in sql server 2000 if so can any body point me into the right...
I am using this code to power down my monitor on xp without sp2
const int MONITOR_ON = -1;
const int MONITOR_OFF = 2;
const int WM_SYSCOMMAND = 0x0112;
const int SC_MONITORPOWER = 0xF170;
const UInt32 ES_CONTINUOUS = 0x80000000;
System.Threading.Thread.Sleep(2000)...
im making an email system that can send the page you are on, the problem is i cant read the html content to send it.
does anybody have a solution for this.
Best regards Hlynur
http://www.xodus.net
this doesn´t work, or i am not understanding this.
what i am trying to to is this
i have a list of checkboxis and when someone checks one of them it should fire the Update_Command and i need to know witch was fired
public void Update_Command(Object sender, CommandEventArgs e) {
string sql =...
I hava a datalist with
<asp:CheckBox id="SecPage" AutoPostBack="True" OnCheckedChanged="Check_Clicked" runat="server"></asp:CheckBox>
the problem is i cant find out in whats row the checkbox was fired
Best regards Hlynur
http://www.xodus.net
the problem is that my code is in the aspx.cs document and i need to print out a string in my aspx document.
i have a flash document witch needs a string from my code to work
<PARAM NAME="Movie" VALUE="charts/liner.swf?dataXML='<%# xmlDoc%>'">
can anybody please help me i am totaly blank...
i allways get this "error Specified argument was out of the range of valid values. Parameter name: index"
Line 53:<asp:Label Runat="server" ID="error"></asp:Label>
Line 54:</font><font face="Verdana" size="2">
Line 55:<asp:Label Runat="server" ID="No_Error"></asp:Label>...
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.