Search:

Type: Posts; User: vuyiswamb

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Button sizes become small in a stackpanel

    Good Day

    i have buttons and i have defined them like this




    <Grid>
    <StackPanel HorizontalAlignment="Center" VerticalAlignment="Stretch" ...
  2. Maintain WPF Window Size across different resolution monitors

    Good Day

    I am building a Kinect Applications. So i am using WPF on my laptop with the resolution of

    1920 * 1080

    so everything looks great and last night , i wanted to test it on my Samsung...
  3. Arithmetic overflow error converting expression to data type nvarchar.

    Good Day

    i have been hit by this error this night.

    I have a UDF defined like this



    CREATE FUNCTION [dbo].[funcFormatPercentages_Extended_numeric]
    (
  4. Replies
    1
    Views
    235

    How was the Following Value calculated

    Good Day

    i have a RadMaskedTextBox which gets binded with the following value from the DB


    <telerik:RadMaskedTextBox IsEnabled="False" Height="22" HorizontalAlignment="Right" Mask="p1"...
  5. Re: After Upagrading Silverlight from .NET 4 to 4.5 WCF Stopped working

    Good Day All



    i got an Error , my proxy was not generated , i saw a warning that says "Custom tool warning: No endpoints compatible with Silverlight 5 were found. " and i did the Following
    ...
  6. [RESOLVED] After Upagrading Silverlight from .NET 4 to 4.5 WCF Stopped working

    Good Day

    I have a project which was in .NET 4 , i used VS2010 on it. I later opened the Project in VS2012 and Build everything that build well in VS2010 , but it gives me some error relating to...
  7. Re: Missing Data in an Access Report

    Thank you very much you are spot on , i will split the data in 30 000
  8. [RESOLVED] Missing Data in an Access Report

    Good Day All

    I imported data into a Ms Access 2013 from SQL and all the data is there. I created a Query and also created a report that will use the Query. So the Query returns all the data....
  9. How to go back to the Main Window in WPF(Navigation Service)

    Good Day All

    I have a Kinect Application , i am having trouble with navigation , so i dont like the creation of object of windows everytime i nagivate from one to another page. so i converted all...
  10. root element is not valid for navigation

    Good Day i have a Window in WPF defined like this


    <Window x:Class="RVI_Education.Gavigator"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    ...
  11. How to play an Audio File After another has Finished in WPF MediaElement

    Good Day

    i have a Media Element in WPF and i am playing mp3's programatically on a click of a button. Now there are times where i want to Play two different mp3's in an order after another e.g ...
  12. Replies
    1
    Views
    749

    Session Issues int asmx services

    I have a Strange thing happening


    <WebMethod(EnableSession:=True)> _
    i have a web method with a

    and the method before it returns something it will call another method Which also has...
  13. Replies
    3
    Views
    311

    Help with Decimal Roundings

    hi Guys , i am a bit stuck here

    i have this value "0.833333333333333"

    and i want the asnwer to be 83 , i tried this




    SELECT ROUND(0.833333333333333,2)
  14. Re: Rebinding Problem with Jquery knockout.js with MVC

    The Problem happens when Knockout tries to Bind the ViewModel to the same node multiple times. seting the viewmodel to null will not work , so to resolve this i explicidly binded the tablelement, and...
  15. Re: Rebinding Problem with Jquery knockout.js with MVC

    That is exactly what i am doing , but is the Keydown a good event to handle this ?
  16. Re: Rebinding Problem with Jquery knockout.js with MVC

    what i do i go once into the database and store the data in a server Catche and go and query that catch if the catch has data.

    Except keyup which other event for the textbox can you suggest and...
  17. [RESOLVED] Rebinding Problem with Jquery knockout.js with MVC

    Good Day Guys

    This is an MVC , JQuery, KNockout.js Question.

    i have a Controller Action that is being Defined like this



    [HttpGet]
    public JsonResult SearchCars(string...
  18. Replies
    0
    Views
    605

    How to Bind Data with Knockout

    Good Day All

    i have a Strange issue here using the knockout lib. i have setup the Javascript like this


    $(function () {
    $("#lstSearchOptions").change(function () {

    var data...
  19. Replies
    1
    Views
    2,514

    Make a textbox act like Excell Cell

    Hi All

    i am converting an Excell spreadsheet into an application. So i am doing automatic calculations like Excell do , for some of the cells(textbox) should allow a user to enter the minus sign...
  20. Multiple ScriptManager.RegisterStartupScript Issue

    I have a Counter on a textbox done in Javascript like twitter that counts the text entered. Now It works fine. The Textboxes get field with data and after that i want to calculate the renmaining...
  21. VS 2010 How to Show a Div in JavaScript or JQuery

    Good Evening All

    I have a small issue here. I have a Div inside a TD that is defined like this


    <td >
    <div id="divGoogleEarthMap" runat="server" style="display:none"
    ...
  22. Problem Redirecting to the Custom Error Page

    Good Day ALL

    I have tried something and i am not sure what is the problem.

    i have inherited the an asp.net app. So i want to add the custom Error Handling. I know there are two methods i can...
  23. Error while Accessing a WCF Service in Android

    Good Day All

    i am consuming a Wcf service from Android. i am a bit new to Android Dev most of my problems i was able to resolve. this one caught me off guard. My wcf service is defined as...
  24. Replies
    1
    Views
    209

    Help with Calculations

    I need your help . i have a spreadsheet In the Spread Sheet in the First line there is a field “Unit Type Total PQ”.

    That field is calculated from =F2*D2 and the value of F2 = 0.05 and D2 = 12 ...
  25. Replies
    5
    Views
    517

    Re: [RESOLVED] Hiding the tr in asp.net

    Yes
    Thanks
  26. Replies
    5
    Views
    517

    Re: Hiding the tr in asp.net

    Thanks for your reply

    i have resolved it by doing the Following


    If (drcount Is Nothing = False) Then
    If (drcount("COUNT") = 0) Then

    Results = "display :...
  27. Replies
    5
    Views
    517

    [RESOLVED] Hiding the tr in asp.net

    Good day all

    i have a strange issue here.

    i have a table row defined like this




    <tr id="tr6_3" runat="server" visible='<%# CheckVisible() %>' >
  28. Replies
    2
    Views
    457

    Re: Close the Popup After Update

    hi Gary , long time, hope you are fine.


    i was also suprised why it does not work, but i changed the code to this


    SavetoDB(Values) 'Code that saves to the DB

    Page page =...
  29. How to Hide telerik:GridTemplateColumn on the ClientSide

    i have defined the Following Template Column


    <telerik:GridTemplateColumn UniqueName="Select">
    <ItemTemplate>
    </ItemTemplate>
    </telerik:GridTemplateColumn>

    and i want to hide this Column...
  30. Replies
    2
    Views
    457

    [RESOLVED] Close the Popup After Update

    Good Morning All

    I am Opening a Page as a Popup i am using Telerik WIndow which has similar functionality when opening a Popup like this


    function OpenPopUp(val_real, vis) {
    ...
  31. The process cannot access the file because it is being used by another process.

    Good Day

    i am using a AsyncUpload(telerik), i am in a point where i am supposed to save the File to a certain Folder.

    First i check if the directory exist



    Dim baseDire As String =...
  32. Calling a Shared function from the Client side

    Good Day

    i have a shared function as called in vb.net or static function in C# that is declared like this


    'Run JQuery using this
    Public Shared Function runjQueryCode(ByVal...
  33. Replies
    9
    Views
    1,328

    VS 2010 Re: How to Create a Dynamic Questionnaire

    hi KGComputers

    Thanks for the reply. Things are normally done as you said. but i inherited the project. It is not a multiple-choice question, there are points when text-boxes and drop-downs are...
  34. Replies
    9
    Views
    1,328

    VS 2010 Re: How to Create a Dynamic Questionnaire

    Thanks for the Link. i am just looking for a better way of doing things.
  35. Replies
    9
    Views
    1,328

    VS 2010 Re: How to Create a Dynamic Questionnaire

    Good Day Guys

    @KGComputers

    @pukisoft

    You probably have not clearly read my post , I was only asking an advice , what Control would you use to achieve this, i have not said "give me a Code"...
  36. Replies
    9
    Views
    1,328

    VS 2010 How to Create a Dynamic Questionnaire

    Good Day Fellows

    i have a Dynamic Questionnaire that is created using dynamic data from the Database. My data in the Database contains the fields like

    QuestionID - Primary key
    Question -...
  37. Replies
    2
    Views
    577

    Error using Eval in asp.net

    Good Day all

    i have the following


    <%# clsFlow.CleanBondNumber(Eval("ATB_NUMBER"))%>

    and the Function CleanBondNumber is defined like this
  38. How to trigger the Property Change from WCF service in Silverlight

    Good Day All

    My Question goes as follows.

    I have a DataLayer in a Form of a WCF service and it is being consumed by a Business Layer that is also in a Form of a WCF Service and it is being...
  39. Replies
    0
    Views
    387

    Build server Errors

    Good Day All

    i am using TFS 2010 and i have a configured a build server with the default Settings and set my drop folder and in the

    "Process"

    "Items to build?"

    (Project to build) i...
  40. Re: Uncaught SyntaxError: Unexpected token ILLEGAL

    It took longer than expected. so because of time as the data was coming from the DB , i had to clean it from there.

    This issue has been resolved.

    Thanks
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4