Skip to content

Commit 9ed3e33

Browse files
Create resume code
1 parent c60c0b3 commit 9ed3e33

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

resume code

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
using using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls;
2+
3+
public partial class Default System.Web.UI.Page
4+
5+
protected void Page_Load(object sender, EventArgs e)
6+
7+
protected void Button1_Click(object sender, EventArgs e)
8+
9+
{
10+
11+
lbldisp. Text "Hi" txtname.Text + "<br>" + "address:txtaddr.Text + "<br>" + "contact: "+txtcnt.Text + "<br>" + "gender:"+txtgnd.Text + "<br>" + "education:"txtedu.Text + "<br>" + "Lanfguages:"txtlang.Text + "<br>";
12+
13+
foreach(ListItem Is in txtlang.Items)
14+
15+
if (ls.Selected == true)
16+
17+
lbldisp.Text += 1s. Text;
18+
19+
}
20+
21+
} lbldisp.Text +="Hobbies: + txthob.Text;
22+
23+
}}

0 commit comments

Comments
 (0)