15,614,138 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by aassaahh (Top 47 by date)
aassaahh
10-Nov-14 8:32am
View
how do i know which option to get selected ,since selected value will be coming from database. dataPO.Tables[2].Rows[i]["add_less"]
aassaahh
19-Aug-14 0:50am
View
i am able to use ResourceManager class
aassaahh
19-Aug-14 0:45am
View
when i tried this code "Resources.fileName.btnidNew.ToString()" it showing Resources was not found in the current context
aassaahh
23-Jul-14 6:28am
View
user will be able to write any javascipt code in the texbox and will press the button,the code written inside the texbox should be get executed for eg ,if a user write a script as "<div> alert will be called without mouseover or without click <script>alert() </div>" and press the button ,alert should be called .
aassaahh
23-Jul-14 6:22am
View
eval function is written in server side,i want user should write javascript code inside the textbox ,when wen user press enter ,the javascript function should get executed,
aassaahh
1-Feb-14 2:18am
View
i apologise but i want resultset based on above
aassaahh
1-Feb-14 2:03am
View
i have updated the question ,now please help me
aassaahh
27-Jan-14 22:58pm
View
my header should ie:Admin|BLG_MB| NULL
Cabin|BLG_COB| NULL
should repeat on to next print page .
aassaahh
22-Jan-14 3:17am
View
my UI is asp.net , I have display the table as i required,I have merge it using rowdataboud event of gridview but my problem is I have a print button which print the display html from Internet explorer,when i press print button i dont get the output as merge cell .
aassaahh
14-Jan-14 1:02am
View
Now i have wrttien return 1 in begin end of sp body and return 0 in catch statement ,its giving me error as
Msg 0, Level 11, State 0, Line 0
A severe error occurred on the current command. The results, if any, should be discarded.
aassaahh
14-Jan-14 0:59am
View
also i have ommited some part of sql proc ,just to make it short.
aassaahh
14-Jan-14 0:58am
View
thanks for reply,i know i have spelled success incorrect but i have used the incorrect spell every where i dont think incorrect spelling is causing issue.
aassaahh
9-Jan-14 0:57am
View
yes i have added btnUpload_Click in code behind
aassaahh
12-Nov-13 0:16am
View
i got it thanks
aassaahh
12-Nov-13 0:00am
View
is MyImg the file name or image name ???
aassaahh
11-Nov-13 23:59pm
View
i can see all my images in form.resx ,
PictureBox1.Image = My.Resources.MyImg in above code
what is My.Resources.MyImg ?? what is MyImg ?
aassaahh
8-Nov-13 6:15am
View
any example for the above
aassaahh
8-Nov-13 5:50am
View
I am using web application
aassaahh
30-Oct-13 6:39am
View
i want to write this query in sql server
aassaahh
18-Sep-13 13:37pm
View
still no one answer yet!!! is it possible ?????
aassaahh
6-Sep-13 1:22am
View
but in local it is working
aassaahh
14-Jun-13 4:26am
View
how to create <input type="hidden" name="cx" value="partner-pub-xxxxxxxxxx:u3qsil-l6ut" />
partner pub id
aassaahh
7-Jun-13 1:07am
View
disabling viewstate is working for me .
aassaahh
15-Mar-13 2:56am
View
thanks sri senthil kumar is working for me
aassaahh
28-Feb-13 3:24am
View
I am getting error as "No object was found registered for specified ProgID" . my application is out of browser.
aassaahh
22-Feb-13 1:15am
View
how to write activex code or silverliegth code ,any example or demo code in asp.net ,please help
aassaahh
5-Feb-13 3:27am
View
still not working
aassaahh
31-Jan-13 5:36am
View
but how ??? user is going to enter anything in the textbox .I am assign it to the textbox as
txtCompany.Text = row.Cells[3].Text.Replace(" ", "");
aassaahh
10-Jan-13 12:23pm
View
after getting data from the database user wll click cancel button which will hide the popup.
aassaahh
10-Jan-13 12:16pm
View
but i want to write some server side code in the next button ,which will get data from the database.
aassaahh
12-Dec-12 8:57am
View
the hiddenfield in the updatepanel,
aassaahh
11-Dec-12 22:57pm
View
I have updated question ,have send you aspx.cs page code,hndFloorID ,hndBuildingID these are the hidden field ,which i want to access from client side to serverside.
please help
aassaahh
11-Dec-12 11:03am
View
after selecting item from the list ,
user will press save button<asp:button id="btnsave" runat="server" onclick="btnsave_click" text="save"> ,
page load event is first executed then btnsave_click ,but here hidden is empty
aassaahh
16-Nov-12 22:50pm
View
can i get some more info ,some example
aassaahh
16-Nov-12 12:07pm
View
thanks for you explanation
aassaahh
16-Nov-12 12:01pm
View
yes,i have already tryied this in the button onclick
function ie
function dosomething(){
alert("button onclick");
}
but i am getting active element as the button not the textbox.
aassaahh
5-Nov-12 12:45pm
View
when user starts typing that time the value should be clear,not when cursor of the mouse is placed on the control.
aassaahh
19-Oct-12 7:55am
View
i also want the other infomation such as name,id,address and image from the database and bind image and other feild in javascript ,how will i do so???
aassaahh
19-Oct-12 7:14am
View
how will i get the javascript plug in file js file
aassaahh
19-Oct-12 7:12am
View
but i have store my images in the binary format ,can i get some example
aassaahh
6-Oct-12 13:49pm
View
My textbox is in the page defualt1.aspx ,i want to assign value to this textbox from default2.aspx.
I am redirecting to defualt2.aspx by ajax code.ie
var requestUrl = "Default2.aspx?id="+txtnameid+"";
if (XmlHttp) {
XmlHttp.onreadystatechange = function() { setvalue(txtnameid) };
XmlHttp.open("GET", requestUrl, true);
XmlHttp.send(null);
}
aassaahh
25-Sep-12 4:49am
View
My mission is to bind dropdown and assign value to control depending on selectedindex change.and also want to keep in mind page should not be fully refreshed.and should be fast.
aassaahh
25-Sep-12 4:46am
View
actually i have 50 dropdown on my page each populated with respect to other selected index change.i may have use update panel to prevent the page to be fully refreshed.but since you know update panel are not fast.that why i thought to write ajax code for it.but now i have to use code as
if (XmlHttpM.readyState == 4) {
// To make sure valid response is received from the server, 200 means response received is OK
<pre> if (XmlHttpM.status == 200) {
var strData = XmlHttpM.responseText;
//alert(strData)
if (strData != "") {
var arrscheme = strData.split("~");
id.length = 0;
for (i = 0; i < arrscheme.length - 1; i++) {
var strscheme = arrscheme[i];
//var arrschnm = strscheme.split("~");
// id.options[i] = new Option();
id.options[i] = new Option(strscheme, strscheme);
// id.options[i].value =parseInt(strscheme[0]) //arrschnm[0];
// id.options[i].text = (strscheme[0]) //arrschnm[1];
clearInterval(callfunc)
}
}
else {
id.length = 0;
id.options[0] = new Option();
id.options[0].value = "";
id.options[0].text = "";
}
// document.body.style.cursor = "auto";
} </pre>
for every dropdown ,i want to avoid this code ,and want to make a class and write a method there to bind dropdown or any control.
aassaahh
25-Sep-12 2:25am
View
ok can i get some sample code for this,but i dont want the whole page to be refresh.
aassaahh
24-Sep-12 6:34am
View
i am going to that page using this code CreateXmlHttp();
var requestUrl = "Default2.aspx?id="+txtnameid+"";
if (XmlHttp) {
XmlHttp.onreadystatechange = function() { setvalue(txtnameid) };
XmlHttp.open("GET", requestUrl, true);
XmlHttp.send(null);
}
I am still not getting ID.
aassaahh
23-Sep-12 14:02pm
View
i have created master page for it but it is not working for me.showing null reference error
aassaahh
19-Sep-12 10:14am
View
yes ,you are right i can use this techniq but this will reduce my performance as i think since there will be two page event for master and normal aspx page ,am i right?? .
Show More