Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~4K People Reached
Favorite Tags
Member Avatar for polo_coins

I want get a root of number in C# what library i must to insert and what command solve it

Member Avatar for ddanbe
0
161
Member Avatar for polo_coins

I wrote code below it open me a new window and show current time but I want it will show it in same window and chnge each second here is my code (i think I must use [COLOR="Green"]setInterval function[/COLOR] to change time each second but if I put the call …

Member Avatar for fuego2008
0
152
Member Avatar for sam023

i am making a table with dynamic increament of rows on click of button..!! i have used an autocomplete textbox in a row...!!! which is based on textbox id..!! . . as i know that id should be unique.. so how can i change ID then..? [code=javascript] function add(oRow) { …

Member Avatar for Troy III
0
180
Member Avatar for polo_coins

I have a menu and I want when I mouseover them it change their color and style .Are the any suggestion?

Member Avatar for Troy III
0
302
Member Avatar for polo_coins

how I send a data by click button ,I know using SQL Server. I really new in this subject? Thanks

Member Avatar for anuj_sharma
0
85
Member Avatar for polo_coins

Hi,I have maybe stupid question but are anyway to build "forum" on javaScript or Html without using SQL or ASP maybe there is way client send his information directly to the page? Thanks,Sergey

Member Avatar for DangerDev
0
126
Member Avatar for polo_coins

I want reset user choice of radiobutton here is my code [CODE=javascript] form action="mailto:meerovichsergey@gmail.com" method="post" enctype="text/plain"> <fieldset> <legend>Your opinion</legend> <input type="radio" name="choice" id="op1" value="All was perfect ,answer to all question." >&nbsp All was perfect ,answer to all question.<br/> <input type="radio" name="choice" id="op2" value="Arcticle is good,but there are a things to …

Member Avatar for essential
0
164
Member Avatar for polo_coins

I wrote this code bellow but it doesn't work how I get to [B]bgcolor[/B] of [B]tr[/B] tag? [CODE][COLOR="Red"] <table id="menutable" name="table1"> <tr onmouseover="ChangeCol()" id="tr_1"><li><a href="main.html" name="main" target="main">Main Page</a><br/></tr> <script language="JavaScript" type="text/javascript"> <!-- function ChangeCol() { var col="#998800"; document.menu.tr_1.bgcolor=col; } //--> </script> [/CODE][/COLOR] thanks.Sergey

Member Avatar for polo_coins
0
179
Member Avatar for polo_coins

Hi I wrote such code it works mostly perfect(you may use it) but I don"t know how to add attributes to some TAGs for example I want to change Expire date to attribute of buyer I want you suggesting how to add attributes [ICODE] class Program { static void Main(string[] …

Member Avatar for kvprajapati
0
97
Member Avatar for polo_coins

Need you help. I want to use [COLOR="Red"]List [/COLOR] and I don"t know how I make definition and fill it Thanks Sergey

Member Avatar for polo_coins
0
89
Member Avatar for polo_coins

Does anyone made such thing . I must make it for may classwork but it's too heavy for me Need your help :S

Member Avatar for jephthah
-1
766
Member Avatar for polo_coins

I want to build one Form that is a Parent window and two windows for child windows but my problem is this a code .I glad to see your suggest for this problem Sergey

Member Avatar for nishmay14
0
136
Member Avatar for polo_coins

Hi, and happy hollidays to everyone, I start working with WinForms about a week and wonder how could I add a picture like a background to m Form. What kind of files C# can get(*.jpg,*.gif) thanks a lot Sergey

Member Avatar for SerogaM
0
117
Member Avatar for polo_coins

I discovered that there is a such class like StringBuilder but I don't find any thing that convince me to use it. Explain me it's advantage and disadvantage and if you gave some examples I like to see them thanks a lot Sergey

Member Avatar for polo_coins
0
82
Member Avatar for polo_coins

I have some code bellow and I get an exception what wrong with this code, I'm just started to study with section of OOP so maybe I made a stupid mistake : [ICODE]static void Main(string[] args) { Ishow c1 = new Circle(1, 2, 10); c1.show(); interface Ishow { void show(); …

Member Avatar for LizR
0
68
Member Avatar for polo_coins

I asked in my studies build a "[B]sealed [/B]" class and I don't really understand it's differents from regular class and what different in syntax it has Thanks Sergey

Member Avatar for Jugortha
0
107
Member Avatar for polo_coins

I made project in Console are the any way change font style in it(and there is can I change size too? Thanks Sergey

Member Avatar for polo_coins
0
160
Member Avatar for polo_coins

I want use this option do I must know how to add DLL files ? Thanks Sergey:idea:

Member Avatar for polo_coins
0
62
Member Avatar for polo_coins

I built two different classes and I want that one class get inherit from another , but when I build Constructions Compiler throw me an Error. I get to conclusion that i must use [B]base[/B] function so I build Constructor like this one : [B]public name_class:base()[/B] my question what do …

Member Avatar for polo_coins
0
208
Member Avatar for polo_coins

I want to round number for example number 2.8 to 3 and 2.4 to 2.5 how I made so in C# I heard something about Math.Round function but it doesn't work properly Thanks Sergey

Member Avatar for ddanbe
0
411
Member Avatar for polo_coins

I have some code bellow enum Part ( center,north,south); ...... how can i to prevent from an user to enter a data out of range of this enum group. I mean if he/she type 3 or 4 Thanks Sergey

Member Avatar for polo_coins
0
74
Member Avatar for Chris11246

Im new to C# and Im trying to call one class from another but I cant figure out how. Also Im trying to use a random number so that if it is greater then a number it will call the class but i cant seem to use the number

Member Avatar for LizR
0
66
Member Avatar for polo_coins

Hi, again about [B]DateTime[/B] method I get to some conclusionns and build a class of my problem that solve the last expired day of some product I get a day od today and number of month when product can used without any problem and the day when product was made …

Member Avatar for polo_coins
0
88
Member Avatar for polo_coins

I have a problem to solve . i have a product that has a date of published and i know what day is today by using [B]DateTime s = DateTime.Now;[/B] how can i get a number from user to get the day of publishing a product the result of all …

Member Avatar for LizR
0
72
Member Avatar for polo_coins

i want some encapsulation problem int num; num=int.parse(Console.Readline()); here i have a problem if user enter a string i get encapsulation how can i solve it in easiest way my friends told me some function of try() ..catch() but I don't understood it Thanks Sergey

Member Avatar for LizR
0
74