I have a lable in the view
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<CDC.ITT.Info.StudentBE>" %>
<label for="FollowupDate">
Follow-up:
<span><input type="text" id="exc-flwup" name="fdate" /></span>
</label>
$("input[id^='exc-flwup']").datepicker({
…
Hi I am new i want to develop a application that we zoom in and zoom out image but i am not understand how to do this. any one help me with code and other
Anyone look at extending/integrating EventBroker in the EventAggregator in CAB/CAG ?
Essentially looking at binding events based on string topics for binding publishers/subscribers in addition to the known event types defined in a common library !
Hi,
I have file upload UI element in which the user will upload images. Here I have to control the validate the height and width of the image in client side. Is it possible to find the size of the image having only the file path in JS?
I am converting my exising Application using WPF using MVVM pattern.
I have different storyboards in my view .
eg. 1. showing splashscreen while loading the app
2. while clicking Menu Toggle button/Radio Button to show the slide in and Slide out animation effect
3. And different mouseover effect for different elements available in…
I am having a drop down list control and a button in user control. the button click event is registered dynamically. this event i sgetting fired every alternating time. dont know the reason why it is behaving so. later added the selected index changed to the drop down list control. this also is getting fired alternate times. the user control is…
Please can any body tell me is this right what I am doing here..
I need to display a dropdown list box in each row in the grid
var lastsel2;
$("#table1").jqGrid({
scroll: 1,
sortable: true,
url: '/friends/names/shiva',
datatype: "json",
mtype: 'GET',
height: 200,…
<script type="text/javascript">
var showGrid = function() {
$("#Grid1").load('/friends/names/fried');
};
</script>
<div>
<%= Html.Trirand().JQGrid(Model.OrdersGrid, "JqGrid1")%>
</div>
<div>
</div>
/////// i need to dispaly the Grid1 here?
can anyone tell me?
thanks
Hi
I have created a List data structure implementation for generic data type with each node declared as following.
struct Node
{
void *data;
....
....
}
So each node in my list will have pointer to the actual data(generic could be anything) item that should be stored in the list.
I have following signature for adding a node to the…
Hi,
Having written some network drivers , I m bit new to storage world.
I m hearing new terms like RAID,SATA,ATA,AHCI, etc., in this world.
Please throw some light and relation between them
Thx!
Hello All,
When i POST the page using the following code, the Response.write("Hey") doesn't write the content ("Hello") to the parent page
<form method="post" name="upload" enctype="multipart/form-data"
action="http://localhost:2518/Web/CrossPage.aspx?cmd=getvalue" >
<input type="file" name="filename" />
<input type="submit"…
I am interested in Examine for building searching in a standalone desktop app for searching db tables as well as office/.pdf files
This looks like an excellent scenario for Lucene/examine
However the doc there is minimal and while i have plenty of experience with SQL full text search, Lucene is a different beast altogether and hence…
hi, I have created Table using vaadin.Now i want to set font size for particular column content in that table.Is it possible to set font size for particular column in that table?.
If so please give me idea to set the font size.If u can provide me some code snippet.
HI
My web page is hoting an ActiveX Contol packed in a CAB File.
IE is automatically installing the CAB file, if the ActiveX is not present on the client machine.
waht are steps i need to make sure.
So that the client should always have the updated ActiveX control, if the web application has a new version of the activex control.
…
According to Wikipedia:
An object is first-class when it:
can be stored in variables and data structures
can be passed as a parameter to a subroutine
can be returned as the result of a subroutine
can be constructed at runtime
has intrinsic identity (independent of any given name)
Somebody had once told me that raw pointers are…
Hi friends,
I want to print a table in pdf document. I need to use two javabean datasource to populate the data in the table. So i used two subreport parallely to map the data.The problem what i am facing is i could not able to organize the second subreport content corresponding to first subreport.That is , if any field's width…
Hi all,
can anyone suggest best way to avoid most if conditions? I have below code, I want avoid most of cases if conditions, how to do it ? any solution is great help;
if (adjustment.adjustmentAccount.isIncrease) {
if (adjustment.increaseVATLine) {
if (adjustment.vatItem.isSalesType) {
…
Hi,
I am using 32 bit openSUSE OS, and I am using a cross compiler to build 64 bit application( it does not support building 32 apps) as our software will be deployed on a machine which is 64 bit OS. As testing on target is not always possible, is there anyway to run this applications on my 32 bit OS.
Hi,
when the number of applications running in a pc increases,
the power consumed by the PC is also increasing.
Is this correct?
I think the reason behind this is CPU.
Please let me know what role the CPU plays for more power usage.
Thanks,
Kavi
Hi I am new in iphone. I want developing a application that we can capture image from iphone camera.
How to do this i am not understand. Plz help me how to do this with source code and link where we can read this.
I have got a enum
public enum TypeDesc
{
[Description("Please Specify")]
PleaseSpecify,
Auckland,
Wellington,
[Description("Palmerston North")]
PalmerstonNorth,
Christchurch
}
I am binding this enum to drop down list using the following code on page_Load
protected void Page_Load(object sender, EventArgs e)
{
…
Hello friends,
I have validate_excpt on Form Before Submit I am doing this..
on the View I have two dropdown listboxes I am using On Submit I need to check..
If I selet ResolutionCode I need to validat ReasonCode Dropdownlist that It should select
if not Pelase select ReasonCode I should Dispaly?
Do I need to do this on…
Friends,
currently I dont have iphone to test and using Simulator for testing purposes. I am Just curious to know whether an application continues to run even after a phone call.. here i have no option to test this from simulator. If it terminates then how can i pause things.. and continue after a phone call. Is…