can any body help me if there any possiblities to display morethan one message from other user to another user in the user windows. using asp.net with c# coding
Is there a lib i can use to diff between two pieces of code and display it in html? I am using diff - GNU diffutils version 2.7, C#, asp.net. I dont mind the code being in javascript.
I would like just the output with color text + css. I'll build the page around it. Does anyone know a suitable lib?
how to display the text on ImageButton. or how to have a linkbutton on Image
I have tried this:
<asp:LinkButton ID="lbYear" runat="server" CausesValidation="false" Text="HOME">
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/menu.png" Width="90px" Height="39px" />
</asp:LinkButton>
but it is showing the text above the Image..
I am storing a date in my database and want the user to be able to edit this date in the Edit View. In the past with ASP.Net web forms I have used 3 dropdownlists for the Month, Day and Year to get the date from the user and to bind it on display. I want to do the same in ASP.Net MVC and not sure how to do it?
I am not using any jQuery or Javascript, the design calls for simple postback.
How do i display directory sizes in a sorted manner in Unix while listing only innermost sub-directories? For example, I don't want to something like this -
100270480 /a/b/BP/b/bat/qc3
100270416 /a/b/BP/b/bat/qc3/logs
99020464 /a/b/BP/b/bat/qc3/logs/i
99005456 /a/b/BP/b/bat/qc5
99005408 /a/b/BP/b/bat/qc5/logs
97726832 /a/b/BP/b/bat/qc5/logs/i
I just want -
99020464 /a/b/BP/b/bat/qc3/logs/i
97726832 /a/b/BP/b/bat/qc5/logs/i
How to display a string in correct format as i enter it in the textarea in ruby on rails?
actually i enter some string in the textarea as:
my name
is jamal.
now there is a next line starting after name... but i get the following in the view...
my name is jamal
which i don't want to be like that... so, how to get the correct format..?
i hope u understand...
log file1 contains records of customers(name,id,date) who visited yesterday
log file2 contains records of customers(name,id,date) who visited today
How would you display customers who visited yesterday but not today?
Constraint is: Don't use auxiliary data structure because file contains millions of records. [So, no hashes]
Is there a way to do this using Unix commands ??
I want to display a blank Gridview Like this.By this way iant to enter the details through grid like windows app. In first a grid with blank row which is in edit mode comes and after update Next row will come. how can i do this? Any logic. I created the itemtemplates but without a data Source it does not showing nothng.
Hi. I am creating a Dynamic Data Website. For a particular table, I would like to display only specific rows to the user. Meaning I want to filter the rows displayed to the user. Is there a way to change the query that the framework uses to fetch data from the database?
I have a pdf file being generated on the fly which I want to display inline on pageload, as below
Response.Clear()
Response.AppendHeader("Content-Disposition", "inline; filename=_Bulk_Print.pdf")
Response.ContentType = "application/pdf"
Response.BinaryWrite(docData)
Response.End()
If I put this in a click event it works perfectly but when on page load I Just get a blank aspx page despite the fact it's stepping through that code and the generation of the DocData no problem. Does anyone know the reason for this or a workaround, thanks for your help.
hi!i am trying to display a chart within a panel such that i need to divide the chart into 2 halves...the line in the middle is a reference line from where i need to take 30 pixels above and below...plz help
Hi i am getting current time using the following statements
Calendar cal = Calendar.getInstance();
SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
String b= sdf.format(cal.getTime());
Now I want to display the message as if time is before 12 Good Morning like that.........
for this how can i compare that time with integers 1 , 12,16 like that.
Thanks in advance
http://pastie.org/962429
I have the above SQL.
There are three categories, webdesign, logos and prints.
I want to display them as following html.
http://pastie.org/962432
Basically pulling thumbnail image and name from database category by category.
I am not really sure how to do it.
I will appreciate any inputs or help.
Thanks in advance.
I want to display a list of products horizontally in silverlight 4 page . The list of products will be obtained dynamically. Foreach product i show i need to dispaly the product image,name and its price. Please let me know if anyone had thougts on this.
I am trying to display a WordPress post on the homepage of a site. It is reporting the following error:
Parse error: syntax error, unexpected '=' in /home/####/####/####/####/wp-content/themes/oceanswaves/home.php on line 105
<?php query_posts(‘p=143'); if(have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endif; ?>
Thank you
Hi all,
Using jQuery validation plugin, how can I configure it so that I have the error labels appear beside the input fields, and also inside a validation summary?
I can make them either display besides the input fields OR inside a validation summary, but not in both. I'd like to have the error messages duplicated (one for the input field and another for the validation summary).
Is it possible? If yes, how?
Thanks
I am new to drupal, so sorry for this noob question, but I was wondering how to display articles only in the central column. Currently there are also blog entries, etc and I would like to get rid of them. I have a Views plugin installed but I am not sure how to do this.
my primay key is user_id which is auto incremant UNSIGNED ZERO FILL, i want to display user_id on a page without leading Zero( means 1 instead of 0000000001 )..
how can we do that in php or in mysql
one more question...
if i delete last record( let user_id=21) wwhich have highest id of that table then can we adjust auto increment value to 21 instead of 22 of that table.
im using windows form application..using c# . i have a label that displays some text when i click a buttom. now i want the label to display its text only for 10 seconds and later it should get disabled.
Hi,
I need to display a thumbnail preview of a folder full of MP4 files.
So, is there a Delphi 7 component which extract a thumbnail image from MP4 files (if MP4 does contain a thumbnail image), or is there a Delphi 7 component which can extract the 1st frame from a MP4 file ?
I need to extract it so I can save it to a .jpg or .png file (to be used again later on).
Any ideas, Thanks.
Hi,
I want to display a real time activity bar for the microphone in flex. This is similar to the vertical bar one can see when flash settings dialog's microphone settings tab is displayed.
Any built in component or link would help.
Thanks
I have this array:
Array ( [#LFC] = 1 [#cafc] = 2 [#SkySports] = 1)
How do i display it like this on a page? (preferably in value descending order as below):
#cafc (2), #LFC (1), #SkySports (1)
Thanks
Wordpress theme not displaying when activated on production server, but will display on development environment. I can view the theme in preview mode, but not when it's activated. Any idea on where to start would be great.