blah blah blah is here! blah blah » Close

0
votes
0 answers

How to connect DNS server in runtime only for webrequest in C#

Hell Everyone does anyone know how to connect with DNS server only for my webrequest. n then after completing work close connection with dns server Plz help me ..

1
votes
2 answers

Could not load file or assembly 'MySql.Data' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

I got this error... Could not load file or assembly 'MySql.Data' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. But I am using the the exact same version o ...

0
votes
1 answers

When a algorithm is said to be of Log(n) runtime, what does that mean?

Rick_A
761

When looking at big O notation, and when a algorithm is said to be of Log(n) runtime, what does this mean? Is it that no matter what the size of n, once you reach a certain threshold, the runtime will be the same?

0
votes
1 answers

plz help me to use a textbox control id as costume variable deifine in asp.net c#

hi i am add some textbox in a table at run time. i define the id of textbox using loop variable i: like (tb.ID = texbox + i.ToString();. that is ok but i want to use that id in my sql query but the no of textbox is define by user so i don' ...

Feedback