Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
~4K People Reached

25 Posted Topics

Member Avatar for jaejoong
Member Avatar for jaejoong

Hi, Hi I only want to select 5 rows. Can you please tell me how to do it in sql? Thank you. example: ratee rater apple banana apple orange apple peach apple sunkist apple mango apple grapes grapes orange I want to see random selected of 5 ratee orange with …

Member Avatar for riahc3
0
406
Member Avatar for jaejoong

Hi, I would like to know what does this mean? I have this script loaded in page_load from my master page Page.ClientScript.RegisterStartupScript(Me.[GetType](), "onLoad", "DisplaySessionTimeout()", True) and a javascript data in my mastepage.aspx var sessionTimeout = "<%= Session.Timeout %>"; function DisplaySessionTimeout() { //assigning minutes left to session timeout to Label document.getElementById("<%= …

Member Avatar for JorgeM
0
190
Member Avatar for jaejoong

Hi All, I have a problem with my Microsoft SQL Server. When I execute my queries, it did not appear. The screen says, "Save Result as". I already unchecked the "Prevent saving from changes...." from >>Tools>>Options>>Designers>>Tables and Database Designers but it keeps in appearing. Please help! Thanks in advance :)

Member Avatar for jaejoong
0
110
Member Avatar for jaejoong
Member Avatar for jaejoong

Hi, I need to read the "Nothing follows" on excel page that was transfered to datagridview Here's my code: foreach (DataGridViewRow row_temp in dataGridView2.Rows) { string str1 = row_temp.Cells[0].Value.ToString(); if (str1 == "Nothing follows") { MessageBox.Show("Nothing follows"); } } when I insert a row.. up to row 7 "Nothing follows" …

Member Avatar for Member #949455
0
105
Member Avatar for jaejoong

Hi, I would like to know to extract varbinary(max) to an excel file. I am currently creating it in windows application. Thank you!

Member Avatar for ddanbe
0
95
Member Avatar for jaejoong

Hi, I would like to know how to hide url link? Example: http://localhost:111/Testdata/page1.aspx?id=1234&year=2013 to http://localhost:111/Testdata/page1.aspx I have tried Server.Transfer but the page from page2 is not http://localhost:111/Testdata/page2.aspx instead it appears http://localhost:111/Testdata/page1.aspx Could someone help me. Thank you!

Member Avatar for M.Waqas Aslam
0
91
Member Avatar for jaejoong

<a id="test" runat="server" href="~/Test.aspx?strRole=Request.QueryString["Role"],strFullName=Request.QueryString["Fullname"]"> how can I do this?

Member Avatar for zid8ne
0
86
Member Avatar for jaejoong

I would like to hide another panel from another form when I click From frmMain: frmSearch Search = new frmSearch(); Search.Show(); From frmSearch: I would like to view Panel2 and not Panel1 Thank you!

Member Avatar for tinstaafl
0
84
Member Avatar for jaejoong

I have 2 parameters ID - txtID.text Name - txtName.text I would like to select (SQL): SELECT ID ,NAME FROM TABLE WHERE If ID is not null read in txtID If Name is not null read in txtName If ID is null read all in select statement If Name not …

Member Avatar for jaejoong
0
136
Member Avatar for jaejoong

Hi All, How can I get sample.xls from C:\users\sample\desktop\sample.xls to string? Thank you.

Member Avatar for jaejoong
0
119
Member Avatar for jaejoong

I got this error from another computer, without visual studio. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at PAMS_Upload.frmMain.Validate_OtherDimensions() at PAMS_Upload.frmMain.btnLoadOther_Click(Object sender, EventArgs e) …

Member Avatar for jaejoong
0
297
Member Avatar for kumar89hitesh
Re: div

I don't know if this is it. Can you give us further explanation? Thanks! <div> <p>Paragraph</p> <div> <p>Paragraph</p> </div> </div>

Member Avatar for crescendo
0
148
Member Avatar for jaejoong

Hi, I would like to know how to view shutdowntime from another IP address. I only know how to view it from my localmachine. This is my code: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Label1.Text = GetLastSystemShutdown().ToString() End Sub Public Shared Function GetLastSystemShutdown() As …

Member Avatar for jaejoong
0
253
Member Avatar for saat.kerkuklu

Example: page1.vb Partial Class sample Inherits System.Web.UI.Page Dim conn As String = ConfigurationManager.ConnectionStrings("dbsample").ConnectionString Dim sqlconn As New SqlConnection(conn) Public sub test() sqlconn.open() .....sample code sqlconn.close() End Sub web.config <connectionStrings> <add name="dbsample" connectionString="Data Source=Databasename;Password=Passw0rd; User ID=SampleID;Initial Catalog=Sample_Catalog"/> </connectionStrings>

Member Avatar for saat.kerkuklu
0
981
Member Avatar for jaejoong

How can I get all the data in dropdownlist? For specific data, I encode: Dropdownlist.selecteditem.text. But how can I get all the data? Thanks in advance.

Member Avatar for yorro
0
104
Member Avatar for jaejoong

Is there a way that I can create this in vb.net for excel?? [COLOR="Red"]page 1 of 2[/COLOR] Title Name | Address . . . . Signature [COLOR="red"]page 2 of 2[/COLOR] Title Name|Address (continuation of page1) . . . Signature

Member Avatar for bklynman01
0
162
Member Avatar for jaejoong
Member Avatar for platinum8
0
80
Member Avatar for Netcode
Member Avatar for jaejoong

Hello! I need to create a system that will not calculate weekends and holiday. Can somebody help me? Thanks in advance.

Member Avatar for jaejoong
0
100
Member Avatar for jaejoong

Hello guys, I need your help. Newbie here! I want to know how to get response.redirect in hyperlinkfield. Example: When I click the the link, it response to the next page and the column of my gridview appears but how can I get the labels and tables? Thanks in advance

Member Avatar for janetzensis
0
136
Member Avatar for jaejoong

can I do this? [CODE]response.write (label1.text = exist!)[/CODE] if not.. can someone tell me how to do this.. thanks in advance..:)

Member Avatar for Member #854584
0
98
Member Avatar for jaejoong
Member Avatar for jaejoong

This is my code: Add_click [code] dbcmd = New SqlCommand("INSERT INTO dms(name, dept) VALUES (@name, @dept)", connection) 'Add Database Parameters dbcmd.Parameters.Add("@name", SqlDbType.VarChar).Value = name.Text dbcmd.Parameters.Add("@dept", SqlDbType.VarChar).Value = dept.Text [/code] But I want to add the data in gridview [code] Dim record_series As String = DirectCast(GridView1.FindControl("Record_Series_Number"), Label).Text Dim doc_name As String …

Member Avatar for jaejoong
0
108

The End.