Good Day
i have buttons and i have defined them like this
<Grid>
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Stretch" ...
Type: Posts; User: vuyiswamb
Good Day
i have buttons and i have defined them like this
<Grid>
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Stretch" ...
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...
Good Day
i have been hit by this error this night.
I have a UDF defined like this
CREATE FUNCTION [dbo].[funcFormatPercentages_Extended_numeric]
(
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"...
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
...
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...
Thank you very much you are spot on , i will split the data in 30 000
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....
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...
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"
...
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 ...
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...
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)
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...
That is exactly what i am doing , but is the Keydown a good event to handle this ?
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...
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...
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...
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...
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...
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"
...
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...
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...
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 ...
Yes
Thanks
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 :...
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() %>' >
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 =...
i have defined the Following Template Column
<telerik:GridTemplateColumn UniqueName="Select">
<ItemTemplate>
</ItemTemplate>
</telerik:GridTemplateColumn>
and i want to hide this Column...
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) {
...
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 =...
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...
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...
Thanks for the Link. i am just looking for a better way of doing things.
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"...
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 -...
Good Day all
i have the following
<%# clsFlow.CleanBondNumber(Eval("ATB_NUMBER"))%>
and the Function CleanBondNumber is defined like this
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...
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...
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