Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

gaigoi113

@gaigoi113
About
Posts
7
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • webform performance
    G gaigoi113

    Thank you jkirkerx! That's help save me a few bucks. I was gonna go buy redgate ants to figure out where the bottleneck at.

    ASP.NET question performance

  • webform performance
    G gaigoi113

    I have about 10 sets list of values tables that I need to bind to a dropdownlist on the webform. My question is when should I do databinding to get better performance? I have tried at: OnInit() and Page_Load() but still seeing the slowness. Any suggestions? - Thank you in advance!

    ASP.NET question performance

  • How to get value from dynamic radio button
    G gaigoi113

    thanks for reply. I have add the placeholder at Page_load and now I'm able to the find control. How do I check the value of the radio button in the FindControl? Dim radValue As New RadioButton radValue = phControl.FindControl("rad1") If radValue.Checked = True Then Response.Write("I'm selected") End If Now I want to find the value of the radio button. any help?

    ASP.NET question tutorial database oracle sysadmin

  • How to get value from dynamic radio button
    G gaigoi113

    Hi All, I'm working on a online survey. What I have accomplished is reading the table A (contain Question) and table B (contain Answer). I used Response.write() to format it to look like Section 1 ------------- Question 1 | Answer 1 | Answer 2 | Answer 3 | Answer 4 | Answer 5 Response.Write("<input id='" & "rad" & radIDCount & "' name='" & subDataReader("QUESTION_ID") & "' type='radio' value='" & subDataReader("ANSWER_ID") & "' runat='server'/>") How do I loop thru all the radio button and submit the answer to the oracle database? I tried the FindControl but i get no luck. Someone guide me to the right direction? thanks

    ASP.NET question tutorial database oracle sysadmin

  • help help help
    G gaigoi113

    Thanks Dave for pointing it out. And yes I'm really sorry about posting too much. It wont happen again.

    Visual Basic help csharp database data-structures

  • help help help
    G gaigoi113

    Hello everyone, I'm working on an application using VB.Net and Access. The program will read a text file similar to this --> IM,CRP-FURT-0044148,D,0,@PROD02;IMAGES\00\00;CRP-FURT-0044148.TIF;2 IM,CRP-FURT-0044149, ,0,@PROD02;IMAGES\00\00;CRP-FURT-0044149.TIF;2 IM,CRP-FURT-0044150, ,0,@PROD02;IMAGES\00\00;CRP-FURT-0044150.TIF;2 IM,CRP-FURT-0044151, ,0,@PROD02;IMAGES\00\00;CRP-FURT-0044151.TIF;2 .. and save it to access database, but I keep getting [ array out of bound error ] & [ object reference not set to an instance of an object ] code for when click import: conv1.ShowDialog() If (Not conv1.convFilePath Is Nothing) Then Me.theDbConnection = db1.createNewDb flag1 = db1.importData(Me.theDbConnection, conv1.convFilePath) End If If flag1 Then Try Dim table1 As DataTable = imgs1.fillDataTable(Me.theDbConnection) Me.dataGridImgs.DataSource = table1 Me.currentRec.Text = ("1\" & table1.Rows.Count) << objct reference not set error Catch obj As ObjectDisposedException MessageBox.Show(obj.Message) End Try End If ---------- Function for the text delimiter file Private Function cnvtIpro(ByVal cnvtFile As String, ByVal outFile As String) As Boolean Dim flag1 As Boolean = True Try Dim reader1 As New StreamReader(cnvtFile) Dim writer1 As New StreamWriter(outFile) Dim textArray3 As String() = reader1.ReadToEnd.Split(New Char() {ChrW(10)}) Dim num1 As Integer = textArray3.Length reader1.Close() Dim num2 As Integer = 0 Do While (num2 < num1) Try Dim textArray1 As String() = textArray3(num2).Trim.Split(New Char() {","c}) If (textArray1.Length > 1) And (textArray1(0).ToUpper Is "IM") Then Dim textArray2 As String() = textArray1(4).Split(New Char() {";"c}) Dim text1 As String = Me.setOutLine(textArray1(1), Path.GetDirectoryName(cnvtFile), (textArray2(1) & "\" & textArray2(2)), textArray1(2), textArray2(0).TrimStart(New Char() {"@"c}), "0") writer1.WriteLine(text1) End If Catch exception1 As Exception Dim result1 As DialogResult = MessageBox.Show((textArray3(num2) & " :INVALID"), exception1.Message, MessageBoxButtons.OKCancel, MessageBoxIc

    Visual Basic help csharp database data-structures

  • new college grad!
    G gaigoi113

    Hello Everyone, I'm trying to get some input from all codeproject users. I just finished my school and haven't have a job yet. I planning to go back to take courses like A+, Network+ and MCP. Should I take all at one or taking A+ and Network+ first because it cost $1000 for A+ & Network+ and $1700 for all. Any suggestion are welcome. Thank everyone!:doh:

    The Lounge sysadmin mcp career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups