15,997,596 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 C++ questions
View Javascript questions
View Visual Basic questions
View .NET 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 TheWebDeveloper (Top 53 by date)
TheWebDeveloper
18-Aug-14 4:06am
View
Yes after login want that window to open and the main redirect to my home page.
possible, how to do that?
TheWebDeveloper
14-Aug-14 8:10am
View
any solution?
TheWebDeveloper
14-Aug-14 8:08am
View
Yes exactly like that I want at log in to open 2 web pages the main page go to home page and another window to open my reminder page its like to do list. Help please on how
TheWebDeveloper
14-Aug-14 8:01am
View
I want it to be like a hyperlink when click open in a new window
TheWebDeveloper
14-Aug-14 7:48am
View
you asked me to open a new question...
TheWebDeveloper
14-Aug-14 7:47am
View
Itys not an optional pop up it contain a remainder of an important things to do and must see them directly after log in
Yes how to make a new window show along with the original webpage redirected to???
TheWebDeveloper
14-Aug-14 7:46am
View
Itys not an optional pop up it contain a remainder of an important things to do and must see them directly after log in
TheWebDeveloper
14-Aug-14 5:13am
View
I want to open a new window and redirect the main page to my home page
so i want to open 2 oages
one in same window and one in a new window
TheWebDeveloper
14-Aug-14 5:12am
View
I want to open a new window and redirect the main page to my home page
so i want to open 2 oages
one in same window and one in a new window
TheWebDeveloper
14-Aug-14 5:10am
View
how to open a new window without javascript?
TheWebDeveloper
14-Aug-14 5:08am
View
how can i do it without enabling popup?
TheWebDeveloper
14-Aug-14 4:47am
View
didn't work
didnt open the pop up
didn't redirect
???
TheWebDeveloper
14-Aug-14 4:33am
View
It didn't work :(
Dim newWin As String = "window.open('myNewpage.aspx');"
ClientScript.RegisterStartupScript(Me.GetType(), "pop", newWin, True)
Response.Redirect("home.aspx")
TheWebDeveloper
14-Aug-14 4:33am
View
It didn't work :(
Dim newWin As String = "window.open('myNewpage.aspx');"
ClientScript.RegisterStartupScript(Me.GetType(), "pop", newWin, True)
Response.Redirect("home.aspx")
TheWebDeveloper
14-Aug-14 4:28am
View
can I do both? open pop up then redirect without affecting or loading?
TheWebDeveloper
13-Aug-14 4:21am
View
Thnx for trying anyhow
TheWebDeveloper
12-Aug-14 7:24am
View
Not what I expected
TheWebDeveloper
12-Aug-14 3:59am
View
My solution too I was going to post it +5
TheWebDeveloper
24-Jul-14 2:20am
View
I will try it. And this is real time? whenever I open the excel it will get me the data real time?
TheWebDeveloper
23-Jul-14 4:42am
View
do you mean using vb.net?
TheWebDeveloper
22-Jul-14 8:31am
View
Can I call stored procedures from excel and display records in excel?
TheWebDeveloper
22-Jul-14 8:30am
View
sql server
TheWebDeveloper
10-Jul-14 1:54am
View
Yes that is my question, how to do that?
TheWebDeveloper
9-Jul-14 8:05am
View
The user don't want to do that they want it to be programmed
TheWebDeveloper
9-Jul-14 7:38am
View
can you check my other question about formatting an excel file
http://www.codeproject.com/Questions/794835/Excel-Format-Numbers?arn=0
TheWebDeveloper
9-Jul-14 7:37am
View
Yes I tried it yesterday it didn't work I tried it today and it works
Don't you just love .Net :d
TheWebDeveloper
9-Jul-14 6:38am
View
Windows App
TheWebDeveloper
9-Jul-14 6:10am
View
I replaced xlTextWindows with xlUnicodeText and it works :d
TheWebDeveloper
9-Jul-14 6:07am
View
I already tried it and it didn't work as I stated in my question.
It keep displaying the tag with my text:
BOLD TEXT
TheWebDeveloper
9-Jul-14 5:14am
View
I replaced xlTextWindows with xlUnicodeText and it works :d
TheWebDeveloper
9-Jul-14 4:08am
View
You saved and excel containing ç and it displayed it as ç in the text file???
TheWebDeveloper
9-Jul-14 4:07am
View
Sure after i use this command xlSheet.SaveAs(FileName, Excel.XlFileFormat.xlUnicodeText) THE TEXT FILE IS GENERATED and when I open it i find the ç as c
TheWebDeveloper
9-Jul-14 4:05am
View
I have text file that contain ç and I want to save it as .txt file I use this command: xlSheet.SaveAs(FileName, Excel.XlFileFormat.xlUnicodeText)xlTextWindows but it displayed it as � and when I used this command xlSheet.SaveAs(FileName, Excel.XlFileFormat.xlUnicodeText) it displayed it as c.
What should i do so it display it as my excel as ç ???
TheWebDeveloper
9-Jul-14 3:58am
View
Any solution?
TheWebDeveloper
9-Jul-14 3:49am
View
Manual
TheWebDeveloper
9-Jul-14 3:48am
View
none
TheWebDeveloper
9-Jul-14 2:22am
View
I just select the excel and click a button. what it do is it save the file as txt file and read that file and match records in my database and make insert to database but it is not matching my string that contain the ç and when I open my txt file i find it c not ç
TheWebDeveloper
9-Jul-14 2:22am
View
I just select the excel and click a button. what it do is it save the file as txt file and read that file and match records in my database and make insert to database but it is not matching my string that contain the ç and when I open my txt file i find it c not ç
TheWebDeveloper
9-Jul-14 2:20am
View
I don't care just to be ab .txt file since I'm using stream reader to read the data and insert them in my database but I need to save the ç as it is in my excel to match it with my database records.
TheWebDeveloper
9-Jul-14 2:20am
View
the file content
TheWebDeveloper
9-Jul-14 2:19am
View
I don't care just to be ab .txt file since I'm using stream reader to read the data and insert them in my database but I need to save the ç as it is in my excel to match it with my database records.
TheWebDeveloper
8-Jul-14 7:34am
View
How do i view the file??? I double click on it and it opens
TheWebDeveloper
8-Jul-14 7:33am
View
When I open the file its displaying it as c and and i want to read that and match it to values in my database that contain ç and it is not matching ç to c. Did you see the problem here?
TheWebDeveloper
5-Jun-14 4:02am
View
Where should I place my viewer?
TheWebDeveloper
3-Jun-14 4:15am
View
my report viewer is in my asp.net page
TheWebDeveloper
3-Jun-14 2:14am
View
Ok I Set it to Copy Always but still the report is not displayed in the web page where I placed my report viewer... Any ideas???
TheWebDeveloper
3-Jun-14 2:14am
View
Any ideas???
TheWebDeveloper
2-Jun-14 10:11am
View
Ok I Set it to Copy Always but still the report is not displayed in the web page where I placed my report viewer... Any ideas???
TheWebDeveloper
31-May-14 3:29am
View
Not it is not blank it contain data
TheWebDeveloper
30-May-14 8:52am
View
but i;m not using dataset, Im following below article:
http://vb.net-informations.com/crystal-report/vb.net_crystal_report_step_by_step.htm
TheWebDeveloper
27-May-14 1:55am
View
The data are collected in temp table before displaying them in the report. Is there anyway I can import these reports?
TheWebDeveloper
24-May-14 2:04am
View
But Crystal Reports are no longer a Microsoft tool I can't use it in visual Studio anymore?...
TheWebDeveloper
23-May-14 7:48am
View
I want to reuse the current designed reports in my access in my asp.net application. Is this possible?
Show More