Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~7K People Reached
About Me

Computer Engineer

Member Avatar for riahc3

Hey I have the following code private void buttonInicio_Click(object sender, EventArgs e) { MySql.Data.MySqlClient.MySqlConnection conn; String constring = "server=localhost;database=bd;uid=user;password=pass;"; try { conn = new MySql.Data.MySqlClient.MySqlConnection(constring); string query = "COUNT (*) FROM table WHERE usuario=" + Globales.usuario + " AND pass=" + Globales.contra; MySqlCommand cmd = new MySqlCommand(query,conn); cmd.CommandType = CommandType.Text; …

Member Avatar for riahc3
0
5K
Member Avatar for rotemorb

Office Addin Hello all I've searched Google for hours, with no success. I have developed an Office 2010 addin application. The application adds another form to Outlook.(Form Region) The application (let's call it A) works great! I can send emails from my Outlook with this form (filled or not filled …

0
167
Member Avatar for rotemorb

**Hello all** I've searched Google for hours, with no success. I have developed an Office 2010 addin application. The application adds another form to Outlook.(Form Region) The application (let's call it A) works great! I can send emails from my Outlook with this form (filled or not filled with data …

0
133
Member Avatar for rotemorb

Hello When I'm dont playing starCraft 2 on my pc, I quit the game, and my Screen Resolution is changed to 1360X768, and I have to change it back to 1920X1080 (My monitor resolution). Why does this happen? Thanks a lot, Rotem

Member Avatar for 117
0
128
Member Avatar for rotemorb

Hello Guys. my problem is this: I want to use this Jquery: [CODE] <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"> <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"> $(document).ready(function () { $("#tblGames tr:even").addClass("alt"); $("#tblGames div:odd").addClass("alt"); }); </script> [/CODE] in order to alternate coloring a table (zebra style) this is the table definition: [CODE] <table id="tblGames" runat="server" border="1" style="border-style: …

Member Avatar for pritaeas
0
465
Member Avatar for rotemorb

Hello I'm quite new to Jquery, so bare with me please. I've searched google, but I couldn't find an answer to my question. I'm developing an asp.net 4.0 application, and i wrote a Jquery inside my content page: [CODE] $(document).ready(function () { $("#Button1").click(function () { alert("Hello"); }); }); [/CODE] I …

Member Avatar for rotemorb
-1
116
Member Avatar for rotemorb

Hello I'm a computer engineer. I would like to enter into the world of android programming. I wish to buy a book in Amazon, but i'm in a bit of a dilema between: Beginning Android 4 (Beginning Apress): [URL="http://www.amazon.com/Beginning-Android-4-Apress/dp/1430239840/ref=sr_1_1?s=books&ie=UTF8&qid=1328103564&sr=1-1"]http://www.amazon.com/Beginning-Android-4-Apress/dp/1430239840/ref=sr_1_1?s=books&ie=UTF8&qid=1328103564&sr=1-1[/URL] And Beginning Android 4 for games: [URL="http://www.amazon.com/Beginning-Android-Games-Development-Apress/dp/1430239875/ref=sr_1_2?s=books&ie=UTF8&qid=1328103848&sr=1-2"]http://www.amazon.com/Beginning-Android-Games-Development-Apress/dp/1430239875/ref=sr_1_2?s=books&ie=UTF8&qid=1328103848&sr=1-2[/URL] Which of these two …

Member Avatar for peter_budo
0
171
Member Avatar for rotemorb

Hello I'm quite new to Jquery, so bare with me please. I've searched google, but I couldn't find an answer to my question. I'm developing an asp.net 4.0 application, and i wrote a Jquery inside my content page: [CODE] $(document).ready(function () { $("#Button1").click(function () { alert("Hello"); }); }); [/CODE] I …

0
67