Simple Way,
Use the FireBug Ad-don in FireFox Browser.
Steps
1) Right Click and Select the "Inspect Element with FireBug"
2) Go to the Console Tab
3) Refresh the TAB by Pressing f5
4) Then look at the "Get ....." URL in the List
5) Expand It (Look at the Header of the GET)
6) You can see "X-Powered-By" : <Frame Work>
Info:...
User Profile
Collapse
Profile Sidebar
Collapse
leecorp
Last Activity: Feb 21 '13, 05:38 PM
Joined: Jan 15 '13
Location:
-
Try the
Ubuntu or Any Linux Operating System (Live Boot Preferable )Leave a comment:
-
leecorp replied to in turbo c output is not clearing even after including #include<conio.h> and clrscr()in CThe clrscr() is used to Clear the Output screen
When you call it the Output window Will clear like the cls command in Command Prompt
But if you put some Printing statements after the clrscr()
then that will be displayed later on screen
Look Again
Have a Nice DayLeave a comment:
-
Use JavaScript
or
Create an addon for any browser (Fire Fox)
The Ask them to install it
The You can control the Webpage and Browser ask you like
Other wise Create and application that can scan the Directory where the Files are downloaded then Print them using that application, like the Unattended Installation (Type) scenario
Hope this Works for You
Have Good DayLeave a comment:
-
Have a Look At this Link
http://stackoverflow.com/questions/1...stview-control
I think this will help you...Leave a comment:
-
Code:Declare @startDate datetime Declare @EndDate datetime set @startDate ='2011-01-11 15:54:40.360' set @EndDate ='2011-01-11 15:54:40.360' SELECT Id,Name FROM Test WHERE AccessDate BETWEEN @startDate AND @EndDate
Good DayLeave a comment:
-
"The log Files are created by the Client Application I Hope"
Then you need to write some code to upload that Log File to server
But if you don't have the capacity or resource to change the existing code in the application
Then you have to access the Log File using some other application let's say C# then upload that to the remote server.
But make sure you have necessary privilege...Leave a comment:
-
This code can Access the XML File
Then Add some new Elements to it
Then Append the XML File
Code:string fileName = RemoveSpecialCharacters(DateTime.Now.ToString()) + FileUpload1.FileName; XmlWriterSettings st = new XmlWriterSettings(); st.Indent = true; ; st.OmitXmlDeclaration = true; st.Encoding = Encoding.ASCII;
Leave a comment:
-
leecorp replied to When click on textbox of gridview, how to open popup window for showing textbox valuein .NETWell After reading this,
I think you can use the Tool Tip Property of the Text Box Control
Then Type the Text You want to show when the Mouse is pointed on it
If that you want
Good DayLeave a comment:
-
Just Type in getch();
At the end of the code Before closing the Program "}"
Or
Just Put some Scanf() Code
For Example
scanf("%f",&sv) ;
At the end of the code Before closing the Program "}"
Then the Screen Wont ExitLeave a comment:
No activity results to display
Show More
Leave a comment: