|
![](/images/resource/spacer.gif) |
|
Object reference not set to an instance of an object. |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ลองเปลี่ยนเป็น Java แทนก็ได้ครับ
Code (C#)
string script = "alert(\"Alert!\");";
ScriptManager.RegisterStartupScript(this, GetType(),
"ServerControlScript", script, true);
|
ประวัติการแก้ไข 2016-06-28 12:01:22
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2016-06-28 11:59:59 |
By :
taotechnocom |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ดูเหมือนว่า มันไม่ได้อยู่ในส่วนของ Exception หรือเปล่าครับ ![](/images/bbcode/grin.gif?v=1001)
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2016-06-28 16:32:55 |
By :
mr.win |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
จากนั้นพอมา recovery password
ตรง if else มันเข้าแต่else อะค่ะ
ทั้งๆที่ username และ email ถูก เหมือนในรูแด้านล่าง
แบบนี้ต้องแก้ไขอย่างไรค่ะ
![not found password not found password](https://www.thaicreate.com/upload/stock/20160628165103.png?v=1001)
Code (C#)
public string RecoveryPassword(string UserName, string UserEmail)
{
DataTable Dt = new DataTable();
string PasswordSring = string.Empty;
base.CommandString = "Select [Password] From [User] Where [Username]=@UserName and [Email]=@UserEmail;";
base.AddParameter("@UserName", SqlDbType.NVarChar, UserName);
base.AddParameter("@UserEmail", SqlDbType.NVarChar, UserEmail);
Dt = base.ExecuteQuery();
if (Dt.Rows.Count > 0)
{
PasswordSring = Dt.Rows[0]["Password"].ToString();
}
else
{
PasswordSring = "Not found.";
}
return PasswordSring;
}
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2016-06-28 16:52:24 |
By :
bewmoncher |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 04
|