Browse by Tags

Related Posts

  • Hey there, got a little problem... oh and I'm new

    Hey everyone I'm working on a chat made in asp.net right now, but I got a little problem. I took the basic code for the chat from here <a href="http://blogs.msdn.com/coding4fun/archive/2007/03/01/1785048.aspx">chat</a> so I could see how it works and then I would add my own...
    Posted to Web Forms (Forum) by Monoko on 06-06-2009, 12:00 AM
    Filed under: problem, users, application, asp .net, function, Global.asax, help, HttpContext, chat
  • asp subs to asp.net

    I am new to .net but am familiar with classic asp. I do not understand how to use the asp:image component within a sub like I would have done in classic asp. In Classic asp I would use a sub for demonstration purposes <% Sub openShadow() %> <table cellpadding="0" cellspacing="0"...
    Posted to Migrating from ASP to ASP.NET (Forum) by thinking2 on 05-18-2009, 12:00 AM
    Filed under: asp:image, function, sub
  • Simple Calculation in Code-Behind with Text Boxes, Labels and e^

    Hello, I have a simple coding problem but I am a novice and have been working very long on this code. I basically want to do a function where I include a text box value and a factor label to calculate the demand. The code looks like this: Dim a As Integer = Val(FactorLbl.Text) Dim t As Integer = Val...
    Posted to Getting Started (Forum) by Magosk on 04-18-2009, 12:00 AM
    Filed under: text box label, VB, visual basic, Visual Web Developer, asp.net 2.0, calculate, code-behind, exponential factor, function
  • Help abstracting a recursive function

    Hi All, I am writing a utility to generate a list of virtual urls by plugging values into a format string. I need to abstract it to accomodate different number folder levels which correspond to the number of items "{n}" in the format string. I guess it would have to be recursive just like drilling...
    Posted to C# (Forum) by rmprimo on 03-02-2009, 12:00 AM
    Filed under: recursion, recursive, String Manipulation - Numeric, abstract, algorithm, C#, format, function, string.format passing objects, <C#>
  • Hi friends....help me in code for weekly scheduling.....

    HI friends..my requirements is that once in a week i need to call some function how tat can be done in C#..... i dono want to call using console application .. i need in coding format using timers.....in class library.... can anyone help in providing code......with timers for weekly scheduling.........
    Posted to Free For All (Forum) by ecengineer1729 on 12-16-2008, 12:00 AM
    Filed under: timerControls, vb.net, asp.net 2.0, Asp.Net 2.0 AJAX, C#, c#.net in ASP.net, function, ASP .NET 2 C# Tab Control ArrayList
  • Solve equation using vb.net

    Hi everybody =) If got a question about how to do some math stuff in vb.net I got this function: f(x) = (((player_hp^1.5)/(player_hp^1.5+x^1.5)) Let's say that player_hp = 3882, so we put in that number instead of "player_hp": f(x) = (((3882^1.5)/(3882^1.5+x^1.5)) If I differentiate that...
    Posted to Visual Basic .NET (Forum) by iver56 on 08-07-2008, 12:00 AM
    Filed under: solve, ASP.NET 2.0 VB.NET, differentiation, equation, function, math
  • Calculating Transit Expenses for the Panama Canal

    I am trying to create a web form in vb that will calculate the cost of a vessel transiting the Panama Canal. This is mainly based on the vessel's length (feet), displacement (tons) and Draft (feet). Of course there are other factors involved, but I am not there yet. Right now I am trying to calculate...
    Posted to Web Forms (Forum) by bcoffey on 08-07-2008, 12:00 AM
    Filed under: "Asp.net 2.0", required field validator, required textbox, RequiredFieldValidator LinkButton ASP.NET 2.0, compare web controls type, function, .ASPX, .Net 2.0, .net
  • Array of Points

    Good day... i need an idea to my code: 1 If iClickCounter = 1 Then 2 e.Graphics.DrawLine(pen, aPoints(0), aPoints(1), CInt (lblX.Text), CInt (lblY.Text)) 3 gfx.Clear(Color.Transparent) 4 gfx.DrawLine(pen, aPoints(0), aPoints(1), CInt (lblX.Text), CInt (lblY.Text)) 5 ElseIf iClickCounter = 2 Then 6 Dim...
    Posted to System.Drawing/GDI+ (Forum) by oswazteca on 02-06-2008, 12:00 AM
    Filed under: optimization, points(), array, code, function
  • Alternative to Dynamic SQL in a Function

    Hi all, I have a sql problem i'd like to put to the masses because its driving me crazy! Before I start, this is a database i inherited so I cant change the schema. I have a table which holds field information for a form, namely the table name, column name and some other irrelevant stuff (X/Y coordinates...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by french_duke on 01-14-2008, 12:00 AM
    Filed under: table name, column name, function, dynamic sql
  • Re: Converting Now date to Oracle's whacky date

    Date .Now.ToString( "yyyy-MMM-dd" ) doesnt make sense but works. You can also try Date .Now.ToString( "dd-MMM-yyyy" ) universal function to convert any oracle date to .net date to_char(doe,'MM-DD-YYYY HH24:MI:SS')= '" & doe.ToString( "MM-dd-yyyy HH:mm:ss"...
    Posted to Oracle (Forum) by ratnamadhuri on 12-14-2007, 12:00 AM
    Filed under: Oracle, vb.net, .net, c#, conversion, convert now date to oracle date, date, function, time, how to convert a .net date to oracle date
Page 1 of 3 (29 items) 1 2 3 Next >