Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
29% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
11
Posts with Downvotes
9
Downvoting Members
5
3 Commented Posts
1 Endorsement
Ranked #856
Ranked #1K
~26.2K People Reached
Favorite Tags
Member Avatar for kamilacbe

Hi, I'm trying to desirealise the json data from a external file where i want to read the key and fetch another dictionary value based on key please letme know if i can read dictionary inside dictionary , I have tried using DIctionary<string,object> where as am looking for Dictionary <string,Dictionary<string,string>> …

Member Avatar for pritaeas
0
104
Member Avatar for kamilacbe

Hi , Am new to teamcity build configurations . so somehow i get a builderror when the source code js build for first time after rebuild its sorted in my local machine . Unfortunately the same happends in teamcity build where it cannot get the nugget package and it produce …

1
32
Member Avatar for kamilacbe

I have used GroupBy and have got the value as below into individual array but the array consist of 5 sets of same Id so how do group them futhure to get something like expected result below , any idea would be helpful [{ "id": 116, "amgId": 168755, "amgName": "FIT", …

Member Avatar for pritaeas
0
242
Member Avatar for kamilacbe

Am looking for something where I could get a array of next three months in number from the current month , i have tried to get the month in string but looking for something like eg : current month is 11 (ie) November so it should return 12,1,2 as next …

Member Avatar for Airshow
0
2K
Member Avatar for kamilacbe

Hi , i have a collection of html element to render the output , and i wanna change element tag for eg h2 tag to h4 and then send to the render output markup in react js . I can do them in jquery but wanna try in reactjs .some …

Member Avatar for rproffitt
0
4K
Member Avatar for kamilacbe

Hi,Am new to ZAPI and I have to send automated report from my jenkins build to JIRA and then built has been configured with ZAPI and i can get the test result output in Jenkins and the result is updated in JIRA aswell But the problem is my Test details …

0
188
Member Avatar for kamilacbe

Am a noob to sitecore and learning it .. i have created a webpage from the content editor in sitecore also has paralel webpage in asp.net c# but when i navigate it says document not found !!.. And pops as to check the appropriate prefix added IgnoreUrlPrefixes in webconfig .. …

0
195
Member Avatar for kamilacbe

Hi, Am trying to log my traces using common logging with log4net, am able to get my traces by using log4net but on top of it when i try with common logging dll then could nt able to get my traces .advices will be helpful. <configSections> <sectionGroup name="common"> <section name="logging" …

Member Avatar for rproffitt
0
192
Member Avatar for kamilacbe

string query = "DECLARE l_cursor SYS_REFCURSOR;ServiceName la_service_provider_detail.service_name%TYPE;Surname people.surname%TYPE;Forename people.forename%Type;"+ "Action Varchar(50);Rate ey_pupil_premium_log.rate%Type;"+ "Funding_Code single_funding_formulas.funding_code%Type;"+ "BEGIN EYPupilPremiumPackage.GetEyPupilPremiumLog(pLogId=> 6613, pPreview => 'T',EyPupilPremiumLog=> l_cursor);"+ "LOOP"+ "FETCH :l_cursor "+ "INTO ServiceName, Surname, Forename,Action,Rate,Funding_Code;"+ /*IF l_cursor%NOTFOUND"+ Then DBMS_OUTPUT.PUT_lINE('NO DATA FOUND'); EXIT WHEN l_cursor%NOTFOUND; END IF; "END LOOP;"+ "DBMS_OUTPUT.PUT_LINE(ServiceName || ' | ' || Surname || …

Member Avatar for rproffitt
0
1K
Member Avatar for kamilacbe

Hi , here is my procedure where i want to return the open cursor to client using EyPupilPremiumLog parameter and then have to loop through for looging purpose which i cudnt able to do.. tried fetch /for etc but missing somewhere the nuanses .. Advise would be helpful. PROCEDURE GetEyPupilPremiumLog(pLogId …

0
172
Member Avatar for kamilacbe

Hi I have a procuder which return a recordset using cursor in output what am trying to do is i use cursor to get the data and same have to return it to output cursor .I can do like below PROCEDURE test(value_one IN someTabel.somecolumn%TYPE, valu_two IN someTabel.somecolumn%TYPE, Outputcursor OUT SYS_REFCURSOR) …

0
156
Member Avatar for Suzie999

Hi folks. I'm looking for some pointers on how to "stream" a video file which is online. I have no control over its location it could be http://anywhere.com/ontheweb.mp4 for example. In my browser if I put the link into the address bar, it will simply download it to HDD. I …

Member Avatar for kamilacbe
0
654
Member Avatar for kamilacbe

Hi, I have a scenario like XYZ company is creating a User management System , which allows to purchase for different company , so based on the package the system provides options to save last three or five user password to check and the max is ten . XYZ---| Total …

Member Avatar for rubberman
0
340
Member Avatar for kamilacbe

hi, I need to copy a dictionary to another dictionary where the Dictionary contains class data as value for eg I want to copy the data of object A1 to A2 .Thanks for your time. Class A { } Class B { } Main() { Dictionary<int,A> A1 = new Dictionary<int,A>(); …

Member Avatar for cgeier
0
248
Member Avatar for kamilacbe

hi,I have a classB which is in location "test\folder1\generics1" and Class2 which is generic class in another folder for eg test\folder2\ and when i create object for class2 which should be able to acces class1 method which is MethodA() please advise.Thanks in advance namespace generics1 { public class B { …

Member Avatar for AleMonteiro
0
172
Member Avatar for kamilacbe

HI, I have a class1 and Class2 which is generic class and when i create object for class2 which should be able to acces class1 method which is MethodA() please advise.Thanks in advance namespace generics1 { public class B { public void methodA() { } } public class A<T> { …

Member Avatar for Suzie999
0
149
Member Avatar for kamilacbe

HI, I have class where the data of the class should be copied to another object and each time shouldnt get null , please advise as how to achieve it.

Member Avatar for pritaeas
0
161
Member Avatar for kamilacbe

Hi , i have stucked up with a issue where someone might have fixed up.so here is my problem I have two dll for eg dd1 and dd2 where dd2 is referenced with dll1 and i also need the property of dd1 to dd2 which leads to circular dependency , …

Member Avatar for Ketsuekiame
0
121
Member Avatar for kamilacbe

Hi, this might be kidish to people over here , am trying to migrate code from c++ to C# where am new to CPP , so guys please help me out what this below code exactly mean . int myFunc (int a, int b)=0; Thanks for your time .

Member Avatar for sepp2k
0
131
Member Avatar for dr_iton

I'm having problem filling the dropdownlist with data from database in a windows based application. I know how to do that in ASP.NET, but I can't find a solution in .NET 4.5 windows based. public void Paraqit_ddListKlasa() { DataTable dt = new DataTable(); SqlConnection sqlConn = new SqlConnection(StringKoneksioni.Stringu); sqlConn.Open(); string …

Member Avatar for kamilacbe
0
216
Member Avatar for TarkiB

Hi guys, I'm running into an issue that's really frustrating me. It's probably the most common newbie oversight, causing me to get the dreaded NullReferenceException. I've encountered it many times before, but this time it's got me stumped. I'm filling a Datagrid with a table from a database. I'm able …

Member Avatar for arunkumars
0
293
Member Avatar for Bishal_1

I want to enter the time in the textbox with updown counter in it. So that i can enter the time in it. how can i do it?? A textbox with updown counter and time in it??

Member Avatar for kamilacbe
0
276
Member Avatar for Turismosan

Hello all!! I am trying to create a Windows Form Application that allows a user to answer 10 questions. The program contains a 'next button so that when the user clicks it, the next question appears. My problem is trying to figure out how to code for the next button. …

Member Avatar for kamilacbe
0
202
Member Avatar for kamilacbe

HI, I have website which works on html5 video tag to play videos and now my question is, i want to pause the video after two minutes it plays and ask the customer to pay some amount to watch the full movie , i would like to get some help/links …

0
86
Member Avatar for kamilacbe

HI, Am planning to write a event management for my web application ,where the Admin can schedule a program to one particular channel say like Admin --> BBC channel --> 10Am-12Am program one from 12 Dec2014 - 23DEC 2014 ..Now my question is when i write checking condition as no …

Member Avatar for kamilacbe
0
226
Member Avatar for kamilacbe

i have windows 2008 r2 server , and am trying to convert my videos from any type to mp4 format and everything is fine in local when am trying to do the same live webserver , Am able to upload the file and then when i try to convert the …

Member Avatar for kamilacbe
0
1K
Member Avatar for kamilacbe

I have migrated my website from shared hosting to VPS server and have rehosted the site , now the problem is i cannot access the video files which is present in my server for eg : http://mydomain.com/httpdocs/test.mp4 my previous or old location was like http://mydomain.com/test.mp4 So please advice as where …

Member Avatar for JorgeM
0
109
Member Avatar for kamilacbe

i have done my web application using ffmpeg to covert my videos to mp4h264 baseline codec and everything works fine , my questions is how do i host the web application in server as my hosting server doesn't support ffmpeg with windows , Any advice would be helpful as where …

Member Avatar for geniusvishal
0
320
Member Avatar for kamilacbe

Hi, can anybody help me out in where can i find ffmpeg download for windows x264 codec , am developing a website which converts any file format to mp4h264 baseline format , everythng was fine with another wrap installer called MooO ffmpeg which i found in this link http://www.moo0.com/?top=http://www.moo0.com/software/FFmpeg/ evrythng …

Member Avatar for geniusvishal
0
286
Member Avatar for kamilacbe

Hi,to make it short i want to convert a any media file to mp4 x264 baseline format so everythng went fine as i had a mooo ffmpeg but now when trying to access from c# i couldnt from mooo as it is diff installation can only be accesed wit its …

Member Avatar for tinstaafl
0
259