15,611,704 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 AnnSJ (Top 35 by date)
AnnSJ
29-Feb-12 7:34am
View
sorry.. can you please tell me where do i write this?
is this a method?
AnnSJ
20-Feb-12 8:37am
View
thanks for your comments. i did see some flash controls, but clients are not interested in using it.
AnnSJ
8-Dec-11 6:51am
View
yes...
AnnSJ
9-Nov-11 8:29am
View
thnx.. gave teh physical path and it worked...
AnnSJ
8-Nov-11 7:24am
View
hey.. thanx..i haev implemented it,. but still my image does get displayed properly.
when you set the image .src it should be like "~/image.jpg"
but when you copy teh path from teh text box teh forward slashes are used.
Could that be giving me problem?
AnnSJ
3-Oct-11 4:47am
View
ok. i was just trying my options..
thanks in any case..
AnnSJ
3-Oct-11 4:38am
View
ok.. sorry abt skipping that. its a .net windows application written in C#.
I am not sure abt the cryptography question .. it is asking me for password for a .pfx file.
AnnSJ
26-Sep-11 5:23am
View
Input string is not in correct format.
it happens when the Convert.ToDecimal( is happening.
AnnSJ
15-Sep-11 5:13am
View
which line r u getting the error on
AnnSJ
15-Sep-11 5:04am
View
YEs it works..
Teh connection string i had initially was
Dim xConnStr As String = "Provider = Microsoft.ACE.OLEDB.12.0;Data Source = C:\Users\Arnold\Desktop\Annexcelweb\ExcelImport.xlsx;Extended Properties=Excel 12.0;HDR = YES;IMEX = 1"
n i tried changing it to
Dim xConnStr As String = "Provider = Microsoft.ACE.OLEDB.12.0;Data Source = C:\Users\Arnold\Desktop\Annexcelweb\ExcelImport.xlsx;Extended Properties=Excel 12.0;HDR = YES;IMEX = 1"
it didn work .. but when i changed it to the following :
Dim xConnStr As String = "Provider = Microsoft.ACE.OLEDB.12.0;" + "Data Source=C:\Users\Arnold\Desktop\Annexcelweb\ExcelImport.xlsx;" + "Extended Properties='Excel 12.0;HDR=Yes;'"
It worked.. Thanks Abhinav n suresh
AnnSJ
15-Sep-11 4:52am
View
Deleted
guys.. i have tried that .. but still getting the same error...
AnnSJ
23-Jun-11 4:41am
View
Thanks.
But i do not want to generate help files from the code comments.
What we have is kind of user manual and it is already in html format.
i need to know how to add this html file to the application.
AnnSJ
9-Jun-11 3:26am
View
yes...it is ..
AnnSJ
9-Jun-11 2:52am
View
thank you. i modified my code to a logic similar to urs..
AnnSJ
9-Jun-11 2:51am
View
sorry.. its was silly mistake from myside.. sorted..thanks for the help.
AnnSJ
9-Jun-11 2:47am
View
thanks .. thats sorted..
Now ,there are buttons which allow user to insert text into this text box. But when thathappens, the character count is not updated.
after text is added , I do call the function to recalculate the text box length and display the character count, but it stays the same. It only changes if i press a key after the text insert.
:?
AnnSJ
8-Jun-11 4:28am
View
thanks.. i tried the keydown event n that updates the count if i add or remove text
AnnSJ
8-Jun-11 4:27am
View
thanks..
AnnSJ
3-Jun-11 3:07am
View
thanks... this works fine!
AnnSJ
2-Jun-11 4:36am
View
none.. we made soem changes in oiurlog in screen. reverted back .. n its working now..
thanks.
AnnSJ
2-Jun-11 3:12am
View
no.. teh validate user function does validate and comes into Response.Redirect("~/Default.aspx"); but instead i get taken back to log in page.
AnnSJ
31-May-11 4:27am
View
yeah that is what was missing.. now it works.. thanks a million :)
AnnSJ
31-May-11 3:52am
View
i got 2 comments telling me to do the same thng n its still not working..
the thing is i dont even get InnerText as property in the intellisense. could there be anything wrong with my settings
AnnSJ
31-May-11 3:38am
View
thanks. changed it... but still my label is not showing the count
AnnSJ
31-May-11 3:36am
View
HI ,
i have tried using both ..it does not work.
when i try to check what properties are available after document.getElementByID('<%= lblCharacters %>'). , innerHTMl and innerText do not even appear.
AnnSJ
20-May-11 1:44am
View
the problem is that ddlreasons.item(i) does reflect the value present in the drop down. so the comaprison always fails.
AnnSJ
20-May-11 1:43am
View
Thanks.
I had used the FIndStringExact method in my if condition n it didn work ( still not sure y!!).
Wheni changed it to assign the result to a variable n then compare the value of variable it did.
Thanks :)
AnnSJ
11-May-11 6:48am
View
gives me an error when i change onclick to onClientClick. my button is a html button not asp button. i have been trying to use Request.Form("lstDelDate"), but even taht return a null object!
AnnSJ
10-May-11 2:59am
View
thnx will keep working on it. will let u knwo if i find a soln. thnx for teh help in any case :)
AnnSJ
9-May-11 8:52am
View
thnks ankur.. did that...
now my code looks like this:
<button type="button" önclick = "JavaScript:SelectDate()" >Add DeliveryDate</button>listbo is getting populated.. but still count is 0 at server side
AnnSJ
9-May-11 8:46am
View
my prob exactly.the count is 0 even after i populate it with values
AnnSJ
9-May-11 8:08am
View
Sorry Ankur.
i tried return true after the listlox is populated but it gives me an error. I dont get the onCLientClick function in the intellisense. This is my code for inserting into the listbox at cleint side:
function SelectDate() {
//alert('<%=dt %>');
alert(document.getElementById('<%= txtDeliveryDate.ClientID %>').value);
var lst = document.getElementById('<%= lstDelDate.ClientID %>');
if (lst.options.length > 0) {
for (var i = 0; i < lst.options.length; i++) {
var txt = lst.options[i].text;
alert(txt)
if (txt == document.getElementById('<%= txtDeliveryDate.ClientID %>').value) {
alert("That option is already included in the list - please enter another date");
return false;
}
}
}
lst.options[lst.length] = new Option(document.getElementById('<%= txtDeliveryDate.ClientID %>').value, document.getElementById('<%= txtDeliveryDate.ClientID %>').value);
return True;
}
AnnSJ
9-May-11 7:59am
View
Hi Simon.. yes i have already doen that but my prob is Listbox1.items.count is 0 even after being populated
AnnSJ
9-May-11 7:42am
View
using a button click event handler. i want to loop through the list box and enter rows for into tehtabvel with each of teh dates
AnnSJ
9-May-11 7:41am
View
Such a property exists.. yes the listbox does get the selectd dates
Show More